i cannot change the settings in the plugin. I tested already on a different site with the same WP version and it worked just fine. Pls help. Thanks a lot.
]]>Hello;
How can I change the menu name font size and price font size.
Thank you very much
]]>Hello, Mr. Denis; I need your help on something. I don’t have much knowledge of PHP. For this reason, I would be grateful if you could lead. First of all, I think your plugin is awesome. I just want to get support on two issues.
I want to slightly increase the size of the Tags icons that appear next to the Menu items I added. They remain very small in their current form. If I have a code that I can do to the css side, where should I write it? How do you suggest adding the same products with different cl units such as a beverage
You can see the icons I mentioned: From the Soup menu under the Restaurant Menu at https://zorlugrandhotel.otelteknolojileri.com.
I would be grateful for your support.
Have a nice day
Shit I updated and now Foodlist is not working anymore… Well I see everything but in edit mode it’s all white screen…
HELP!
I’m setting up Foodlist on my second website (huge fan of the plugin) but I’m having trouble getting the menu to display nicely. The amount of lines in the item description affect where the beginning of the next item title begins so the bullet points end up displaying not in line.
As a workaround, I tried adjusting the font size but that only helps on certain displays.
Here’s my first site where it displayed perfectly without any modifications:
https://www.ddstreetfood.cz/cs/nase-jidlo-2/sandwiches/
And here’s the new site where it’s a bit of a mess:
https://www.sausageparty.cz/en/menu/
Any ideas?
Thanks,
Isaac
All the items are stuck in place. Can’t drag them out or in…it is just selecting the text when trying to drag and drop menu items.
]]>Hi, I was wondering if there is any quick way to download selected menus together from a single link?
]]>Can this plugin be used with totally separate menus and food items for different resturants?
]]>Hello, first thank you very much for the excellent work.
I can not find the shortcode to integrate the menu on the pages I need.
Thank you
I’ve discovered that this plugin is the cause of another plugin of mine breaking. Whenever this plugin is activated along with Cyclone Slider 2, https://www.ads-software.com/plugins/cyclone-slider-2/, a user cannot add slides to their slider.
]]>Another user asked if section results could appear in responsive fluid columns. Here’s my CSS that I’m using to accomplish this:
.fl-menu-section ul { columns: 2; -webkit-columns: 2; -moz-columns: 2; column-fill: auto; -webkit-column-gap: 2em; -moz-column-gap: 2em; column-gap: 2em;
}
.fl-excerpt, .fl-menu-item { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
}
I absolute love this plugin. I’m using it on a website wherein there are 4 similar restaurants, each with their own menus. The plugin has a few shortcomings on making this manageable — and I found solutions. However, I’d love if these solutions could be future features, not just my hacks.
IDENTIFYING WHICH SECTION BELONGS TO WHICH MENU.
If we have the same sections in multiple menus, this is confusing to administrate. We have the ‘Note’ field wherein we can write the Menu Name. I’ve used the plug ‘Admin Columns’ to make this display when browsing menu sections. I installed it, selected Menu Sections, added ‘Note’ as a ‘Custom Field’ and selected ‘_fl_menu_section_note’. Done.
Request: Add the ability to show column ‘NOTE’ in Menu Sections admin.
Request: Create a way to arbitrarily link a section to a menu. The ‘Types’ Plugin has this sort of functionality. Show this relationship in parenthesis after the name whenever the name appears in the admin.
IDENTIFYING WHICH RESTAURANT THE FOOD BELONGS TO
Once again, multiple restaurants may serve… french fries. We can use Menu Tags to identify which restaurant an item belongs in and this shows up nicely in the admin. However, when adding items to a section, we cannot tell which ‘French Fries’ we are adding — they might all have different prices.
So I’ve hacked the plugin to show the respective TAG in parenthesis when results appear in the AJAX populated ‘Menu Items’ box.
My edits are below:
/lib/Foodlist/Project/Wordpress/Plugin/Foodlist/Admin/Metabox/MenuSection/ItemsMetabox.php
:100 +
$terms = wp_get_post_terms( $postId, ‘fl-menu-tag’, array(“fields” => “names”));
$terms = implode(‘, ‘, $terms);
$title = get_the_title($postId) . ‘ (‘ . $terms . ‘)’;
/lib/Foodlist/Project/Wordpress/Plugin/Foodlist/Admin/Ajax/Manager/Base.php
:105 +
if ($type == ‘fl-menu-item’) {
$terms = wp_get_post_terms( $post->ID, ‘fl-menu-tag’, array(“fields” => “names”));
$terms = implode(‘, ‘, $terms);
$note = $terms;
}
else {
$note = get_post_meta($post->ID, ‘_fl_menu_section_note’, true);
}
$result[] = array(
‘id’ => $post->ID,
‘text’ => get_the_title($post),
‘note’ => $note
);
With a large menu, with over 150 or so items, it’s quite cumbersome to add a menu one at a time and then search for it again to add it to a section. For future releases, can this be added to the menu item post such that when creating a new menu item, there’s a list of section(s) on the right, like Categories for Posts, with a checkbox to tick them.
Or, a drop-down list of a Section to add the menu item to, if the above is a PITA.
]]>Hi,
I need to be able to remove the “Print Menu” link, where can I do this in the plugin? I can’t find it in the UI, is it a shortcode option, or where in the PHP can it be deleted (for the time being until there’s an official way).
Cheers,
Euan.
]]>Each of my menu items is described in two languages- Czech and English. Ideally, the Czech description comes first, then a hard return, then the English description in italics. Even though I added a carriage return when I input the text, it doesn’t display on the site (see descriptions of Bacon Cheddarburger and BBQ Burger at https://test.dirtydog.bar/cs/nase-jidlo-test/burgers/). Is there a simple way to format the text?
Thanks,
Isaac
]]>Hi,
Great menu app, super easy to use!
There’s one thing I really need and I haven’t been able to find the functionality yet. When I have all my menu sections on one page, there’s too much scrolling and the customer will never see more than the first few items.
Is there a way to have it display links to the various sections when a user clicks the “Food Menu” on the sidebar menu?
Thanks,
Isaac
]]>Hello there,
I am having trouble trying to arrange the order of menu-items. i arrange the menu items to the way i want using the plugin’s Section Manager but it is not showing in that order.
i noticed this field “[flmenu_item id=”xxx”]” tagged to every menu item that affects the order menu item are displayed.
How do i edit flmenu_item id? or is there a way to sort the way i want the items to be displayed.
query used below:
$wp_query->query( array(
‘post__in’ => $menuItemIds,
‘post_type’ => ‘fl-menu-item’,
‘posts_per_page’ => 6,
‘paged’ => $paged,
) );
Hi,
I can’t seem to get the Pagination to work. Even if i manually key in /page/2 on the browser URL, the content is still not changing.
I also tried both get_query_var for ‘page’ & ‘paged’ but both is not working too.
development URL here (https://staging.rasautara.com.my/menu-section/full-menu/)
code snippet:
global $paged;
$paged = ( get_query_var(‘page’) ) ? get_query_var(‘page’) : 1;
echo $paged;
$wp_query = new WP_Query();
$wp_query->query( array(
‘post__in’ => $menuItemIds,
‘post_type’ => ‘fl-menu-item’,
‘posts_per_page’ => 6,
‘paged’ => $paged,
) );
How can i change the image being used in the img url?
Instead of <img src=”https://www.mywebsite.com/wp-content/uploads/2015/08/exclusive-icon-16×14.png”>, it will be
<img src=”https://www.mywebsite.com/wp-content/uploads/2015/08/exclusive-icon.png”>
]]>Hi,
I’m wondering if your plugin support multiple item prices.
For example, I have a client with a restaurant that has BBQ wings as a starter. I want to add one time, but add number of wings per price.
$7.99 for 6
$12.99 for 12
$16.99 for 20
Etc…
He also has draught beer on tap with multiple pricing for 6, 8, 12, 20 oz glasses. I don’t want to add the same item 4 times with 4 different prices.
Let me know asap, or I might just go with Open Menu, which is far more customizable than any WordPress restaurant menu plugin I’ve seen so far.
]]>Hi,
I’m loving the plugin and have got the menu looking fantastic with the tags and other items.
I was wondering if there is a function within the plugin that would show the tags, and attached information in the sidebar, when those tags are used within the menu, or maybe just display all tags, with descriptions.
Many Thanks
James
I’d like a way to make the icon size be increased, at 16px by 16px this is too small for the use of this, if you could advise where it is determined I can add a hook to make them larger, but having searched the code I haven’t quite worked out where these appear.
]]>I need another custom template in the plugin. MenuItemDetail. It appears when we click on the MenuItem detail across the field [menu_item_permalink].We can put detailed fields as resume and thumbnail, as well as adding custom fields. This modification is possible?
]]>Do you have example menu layouts on sites?
I have a few requirements
1. Is there a print friendly option beside each menu? and if so, can I customize the css for the print out?
2. Is there an option to email and/or share each menu or menu item on social media?
thanks
]]>Do you have an example link so I can see what the menu looks like on a website?
I have a few requirements
1. Is there a print friendly option beside each menu? and if so, can I customize the css for the print out?
2. Is there an option to email and/or share each menu or menu item on social media?
thanks
]]>Hi there,
I’m working with you plugin and I have some troubles.
I want to show the menulist on a full page, but automatically the plugin takes the page with a sidebar. Can I change it to a standard theme template?
Regards Danny
]]>Hi there,
The only thing that is stopping me jumping right in here is not being able to see any examples of the menu front-end & seeing how it responds to mobile use.
-Can I run the menu in two or three columns?
-In a mobile view is the menu presented as one huge long list, or are there any clever methods to make mobile browsing easier?
Many thanks,
Dan
How can I add a Print Menu link to the top of my menu page and give it a particular hex code? as well as make it larger?
thanks Kevin
]]>Hi,
I’m looking for a way to change the link destination of the thumbnail in the menusection.
I’d like either to completely remove it or link it to the full size image of the thumbnail…
Thanks for your support
F.
How can I change how far the menu items description excerpt comes over before doing a carriage return?
Right now on some items with long excerpts, the text is coming over into the column where the price is. it’s showing under the price. I would like to change the field size of the menu item excerpt so this doesn’t happen and it looks cleaner.
I you can see what I’m speaking of at
https://webdio.net/boxed-lunch/
Thanks! Great plugin. Can I donate something to you?
]]>