Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #623926

    Hi,

    I want to change the MASONRY ORDER because I want a specific order.

    Now I have this:

    Todo/Construction Management/Dirección de Ejecución/Marketing & New Tech/Project Management/Proyectos y Diseño/Todo

    add I want

    Todo / Project Management / Construction Management / Dirección de Ejecución / Proyectos y Diseño / Estudios de Viabilidad / Marketing & New Tech / Todo

    i was installing a plugin to make the category’s custom order and in the masonry configuration I can see MY order CUSTOM category but in the website i can’t see the same

    #625246

    Hey otroestilo,

    Sorry for the late reply, could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #625667

    http://www.gesob.es
    I have coming soon activate. i will send in private message the user and password

    #627027

    Hi,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    Best regards,
    Andy

    #627286

    Hello,

    Now i have the new version but I have the same problem.

    #628539

    Hi,

    Thank you for the update and sorry for the delay. Looks like you managed to do it by using the image instead of the masonry element. Is that correct? Or did you add the masonry element on another page?

    Best regards,
    Ismael

    #629256

    Hi, i will try to explain me…

    I have MASONRY in this page with all CATEGORYS
    http://www.gesob.es/proyectos/

    The category ORDER is not correct. i have different category ORDER in BACKEND AND FRONTEND.

    In the backend i have this categorys order :
    Todo / Project Management / Construction Management / Dirección de Ejecución / Proyectos y Diseño / Estudios de Viabilidad / Marketing & New Tech / Todo

    in the frontend i have this cotergory order:
    Todo/Construction Management/Dirección de Ejecución/Marketing & New Tech/Project Management/Proyectos y Diseño/Todo

    I want my frontend like my backend.

    I have Masonry in others pages but with out category filter.

    http://www.gesob.es/project-management/
    http://www.gesob.es/direccion-de-ejecucion/
    http://www.gesob.es/proyectos-y-diseno/

    Thanks for you help!

    #630478

    Hi,

    Use this plugin to re-order the taxonomy or category. https://wordpress.org/plugins/taxonomy-terms-order/

    Best regards,
    Ismael

    #630539

    Morning

    COPY AND PASTE
    ” I had installed a plugin to make the category’s custom order and in the masonry configuration I can see MY order CUSTOM category but in the website i can’t see the same”

    In the backend i have this categorys order :
    Todo / Project Management / Construction Management / Dirección de Ejecución / Proyectos y Diseño / Estudios de Viabilidad / Marketing & New Tech / Todo. It is possible because i’m using taxonomy-terms-order but in the frontend i have a different order

    #631330

    Hi,

    I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.

    Best regards,
    Andy

    #631626

    DONE! was trying without cache, deleting all cache page, in others computers and others browsers… :( but I have the same problem… i

    #632777

    Hi,

    Please try adding this at the very end of your themes / child themes functions.php file:

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    function d() {
    		var button = [],
    			sep = [];
    
    		var buttonc = $('.av-sort-by-term').children('a'),
    			sepc = $('.av-sort-by-term').children('span');   
    
    		$(buttonc).each(function(index, item){                 
    			//console.log(index + ' : ' + item);
    			button.push(item);             
    		});  
    
    		$(sepc).each(function(index, item){                 
    			//console.log(index + ' : ' + item);
    			sep.push(item);             
    		});
    
    		var sortedb = [
    		button[0], 
    		sep[0], 
    		button[1], 
    		sep[4], 
    		button[5], 
    		sep[1], 
    		button[2], 
    		sep[2], 
    		button[3],
    		sep[4],
    		button[6],
    		sep[5],   
    		button[4],
    		sep[3],
    		button[7],
    		];
    
    		console.log(sortedb);
    
    		buttonc.detach();
    		sepc.detach();
    
    		$('.av-sort-by-term').html(sortedb);
    	}
    
    	d();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Best regards,
    Ismael

    #633754

    Hi! ,

    Now is working but i don’t have slash space between TODO and ProjectManagement

    TodoProject Management/Construction Management/Dirección de Ejecución/Proyectos y Diseño/Marketing & New Tech/Todo

    #633801

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a.all_sort_button:after {
        content: ' /';
        margin-right: 5px;
    }

    Best regards,
    Yigit

    #633854

    DONE!!!

    Thanks for your help!!!

    #633862

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Change MASONRY ORDEN’ is closed to new replies.