Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, I’m trying to make it so that the lists don’t have any bullets. I’ve used

    .fl-menu ul {list-style-type:none;}

    But it doesn’t work. This is what it looks like https://acabar-la.com/menu/main-menu/

    It’d be great if you could help me with this.

    Thank you!

    Plugin Author Denis V (Artprima)

    (@v-media)

    Bullets appear because of your theme, not because of Foodlist.

    You have this in your theme css:

    .post-body ul li:before, .unordered-list li:before {
        content: "?";
        margin-right: 5px;
    }

    Add a custom rule:

    .fl-menu .post-body ul li:before, .fl-menu .unordered-list li:before {
        content: none;
    }

    Is there any way to get a link to the original media library asset used as the featured image for menu item thumbnails [menu_item_thumbnail]? I would like to wrap the thumbnail in a link to view a larger image of the thumbnail when clicked. Any help is appreciated.

    Thanks

    Plugin Author Denis V (Artprima)

    (@v-media)

    @tcezeaux

    please check the new version of the plugin, I commited recently. It has a new shortcode: [menu_item_thumbnail_url size="thumbnail"]. You can use size="full" for your purposes.

    Hi Denis, thank you for your very good plugin. Now i play with foodlist and maybe i will use for my next project, but i want to know is there options to use WYSIWYG rich text editor when add or edit menu items?

    Thanks in advanced!

    Plugin Author Denis V (Artprima)

    (@v-media)

    Hi,

    Well, I use wordpress built-in excerpts for menu items, and by default it’s a plain text field. But you can try using this plugin: https://www.ads-software.com/plugins/rich-text-excerpts/ to make them rich text. Can you please try and let me know if it works for you.

    Denis.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Please post your wishes in this topic’ is closed to new replies.