Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Denis V (Artprima)

    (@v-media)

    Can I have a link to your site, so that I could visualize the problem?

    Plugin Author Denis V (Artprima)

    (@v-media)

    Closing as resolved. Meaning that the user is not interested in solving this problem (or maybe already solved).

    Thread Starter Frederic

    (@desclosf)

    Sorry for the late answer

    Here is the link : http://neustrie.desclos.org/la-carte-2/

    Once there, I’d like when you click on the thumbnail that the picture comes up as original size rather than moving to the menu item page (http://neustrie.desclos.org/menu-item/pizza-reine/)

    Thanks in advance for your support
    F.

    Plugin Author Denis V (Artprima)

    (@v-media)

    Instead of menu_item_thumbnail shortcode you can use menu_item_thumbnail_url. This will give you a url to the thumbnail image. This shortcode can accept an additional argument size which when set will output a different than default size of the image. In your case you can use this:

    <a href="[menu_item_thumbnail_url size="full"]"><img src="[menu_item_thumbnail_url]"></a>

    P.S. This is not a wordpress shortcode. It is a Foodlist shortcode, and it should be set in the Foodlist settings page.

    Thread Starter Frederic

    (@desclosf)

    Fantastic !!! works exactly as expected 🙂

    Thanks a lot
    F.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change link of thumbnail in menusection’ is closed to new replies.