• Resolved airforceadvice

    (@airforceadvice)


    Hello,

    I am having an absolute nightmare with your food menu plugin. Is there anyway at all change the order? it seems as if there is no real pattern to the order it sets up the dishes as. I would have thought this would be essential to the most basic menu plugin.

    https://wordpress.org/plugins/jetpack/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you give me more details about this? I’ve tried to reorder menu items as well as menu labels, and I seem to be able to do that from my dashboard just fine:
    http://i.wpne.ws/eahG

    Do you experience issues on the front end of your site, where the menus are displayed to your readers? If so, could you let me know which theme you’re currently using, so I can give it a try as well?

    Thanks!

    Thread Starter airforceadvice

    (@airforceadvice)

    Hello,

    I’m using the auberge theme which apparently is compatible. I can change the order as you have shown in the dashboard as you show in the video. However even after doing this, when viewing the website (the front end) the order is still completely random and unaffected. I would like to be able to order the menu so it reads differently on the front end.
    There doesn’t seem to be any changes when I reorder the menu items as you have shown.
    The website is http://www.gigistrattoria.co.uk.

    Thank you

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    That’s interesting. The backend appears to match the frontend on my test site:
    http://i.wpne.ws/elSW
    http://i.wpne.ws/ekRZ

    Are you having trouble with one of your menu section pages, like this one?
    http://gigistrattoria.co.uk/menu/breakfast-menu/1-main-breakfasts/

    If so, could you post a screenshot of what things look like for you in your dashboard? You can http://snag.gy/ to post your screenshots here.

    Thanks!

    Thread Starter airforceadvice

    (@airforceadvice)

    http://snag.gy/x0bEs.jpg

    http://snag.gy/b0UM9.jpg

    here are two screenshots. Im not going to be able to get an answer by the end of the day which is my deadline so ill have to find another way of doing it. you people cause so much stress its unreal. im going back to coding myself next time.

    Thread Starter airforceadvice

    (@airforceadvice)

    All I needed was a product that worked.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Thanks for the screenshots. I was able to reproduce the issue as well.

    Since the display of the menu is managed by your theme, we’ll need to look at the theme’s code.

    Archive pages appear to be served through the default archive.php file. It might be worth creating a taxonomy-nova_menu.php file to handle menu archive pages separately, since they have their own ordering mechanism and can’t use the default ordering parameters used by posts and other post types. That custom order is saved in a WordPress option, nova_menu_order (ref).

    If you don’t want to create a new custom archive template file, you could use the pre_get_posts filter to customize the query, just when dealing with the Menu taxonomies. You can add such a function to the theme’s functions.php file.

    If you don’t feel comfortable doing this, I’d suggest contacting the theme author here:
    https://wordpress.org/support/theme/auberge

    I hope this helps.

    Thread Starter airforceadvice

    (@airforceadvice)

    no haha. I dont really get what you mean but this needs to be fixed. Shall I refer this thread to the theme support? or can you help?

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Shall I refer this thread to the theme support?

    Yes, that could help the theme author understand the issue, and implement a fix in a future update.

    Just to let you know, I was able to reorder the food menu items with a free plugin named post types order

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Jetpack menu plugin setting the order of the dishes’ is closed to new replies.