• Resolved hsi12

    (@hsi12)


    Hello,
    How to set the taxonomy order of Food Items, Categories and Addons? No taxonomy order plugin for example ‘Intuitive CPO’ or ‘Custom Taxonomy Order’ is working. You can set the taxonomy in the setting of these plugins but it has no effect on RestroPress taxonomy order.
    Regards, HS

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    I am using Custom Taxonomy Order to order Menu food categories and it works great.

    For Food items you can use a trick from another user Barry like this:

    we solved this by putting “a” , “b” “c” in front of our food items — the plugin orders alphabetically — then you just use CSS to hide the first character and shift the line to the left:

    .rpress_fooditems_list h5.rpress-cat {margin-left: -20px;}
    .rpress_fooditems_list h5.rpress-cat::first-letter {color: transparent;}

    Works great!

    • This reply was modified 4 years, 10 months ago by playdiune.
    Thread Starter hsi12

    (@hsi12)

    Hello,
    thank you for your reply playdiune. I don’t know why Custom Taxonomy Order is not working for me. This trick is ok but what if you have more items after x, y, z? What if you delete an item and added few more later on?
    Is there any better solution?
    Regards!

    Thread Starter hsi12

    (@hsi12)

    It is working now. All good.

    How did you solved it ?

    Thread Starter hsi12

    (@hsi12)

    I have used this plugin: Custom Taxonomy Order (Author: Marcel Pol) … it works for my site.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Taxonomy order’ is closed to new replies.