Problem with Restaurant/Food Menu
-
Hi there
I’m working on a site that is behind a construction page so I can’t currently link to it. It’s for a restaurant and I’m trying to use the jetpack food menu in conjunction with the GeneratePress premium theme.
Having installed jetpack I activated the food menu options and the ‘food menu’ section duly appeared in the dashboard. I entered all the data for the food menu – menu items, prices, ‘labels’ (eg vegetarian, vegan, gluten free) and various SEO/Yoast related things as well.
I can get the title of a menu item to appear, and also the description of the item, but not the price and not the labels that I’ve assigned to individual items.
(Originally I also had some ordering problems but have solved these using a couple of custom post types and taxonomy plug ins recommended by GeneratePress’ support team.)
In trying to fix this I have used the Code Snippets plug in to add the following text to the php functions file:
add_action( ‘after_setup_theme’, function() {
add_theme_support( ‘nova_menu_item’ );
} );Still no change…
GeneratePress’ fabulous support team are out of ideas and suggest I turn to this forum for assistance.
Any suggestions?
Thanks
ElisabethThe page I need help with: [log in to see the link]
- The topic ‘Problem with Restaurant/Food Menu’ is closed to new replies.