Tagged: masonry
-
AuthorPosts
-
April 28, 2016 at 6:12 pm #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
May 1, 2016 at 7:29 am #625246Hey 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,
RikardMay 2, 2016 at 11:43 am #625667http://www.gesob.es
I have coming soon activate. i will send in private message the user and passwordMay 4, 2016 at 10:15 am #627027Hi,
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,
AndyMay 4, 2016 at 3:20 pm #627286Hello,
Now i have the new version but I have the same problem.
May 7, 2016 at 5:01 am #628539Hi,
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,
IsmaelMay 9, 2016 at 2:54 pm #629256Hi, 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 / Todoin the frontend i have this cotergory order:
Todo/Construction Management/Dirección de Ejecución/Marketing & New Tech/Project Management/Proyectos y Diseño/TodoI 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!
May 11, 2016 at 7:34 am #630478Hi,
Use this plugin to re-order the taxonomy or category. https://wordpress.org/plugins/taxonomy-terms-order/
Best regards,
IsmaelMay 11, 2016 at 9:36 am #630539Morning
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 orderMay 12, 2016 at 1:21 pm #631330Hi,
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,
AndyMay 12, 2016 at 9:59 pm #631626DONE! was trying without cache, deleting all cache page, in others computers and others browsers… :( but I have the same problem… i
May 16, 2016 at 7:23 am #632777Hi,
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,
IsmaelMay 17, 2016 at 2:16 pm #633754Hi! ,
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
May 17, 2016 at 3:42 pm #633801Hi!
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,
YigitMay 17, 2016 at 5:16 pm #633854DONE!!!
Thanks for your help!!!
May 17, 2016 at 5:33 pm #633862Hi!
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 -
AuthorPosts
- The topic ‘Change MASONRY ORDEN’ is closed to new replies.