• Resolved Mike Groningen

    (@mike-waalkens)


    Hi,

    Thanx for such a great plugin! It works great for me.

    i was reading documentation and saw this:
    URL escaping
    All the placeholders mentioned above can be url-escaped, so you can use them in any url if wanted (eg. see the FAQ section: How to add a “Add to Google Calendar” link to an event). Just prefixing by #URL is enough: #URL_NAME, #URL_EVENTPAGEURL, etc …

    so, i assumed #_EVENTIMAGE (without clickable to post, could be changed to #URL_EVENTIMAGE to have the featured image clickable.

    But no succes. Is there a shortcode that is working for the clickable featured image to post option?

    regards,
    Mike

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Franky

    (@liedekef)

    The image has nothing to do with the link. If you want it clickable, it is up to you to create the link, see https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-2-events/ for all possible placeholders (search for “IMAGE” for image related ones).

    Thread Starter Mike Groningen

    (@mike-waalkens)

    Thanks for the answer! I’ve gone through the page with all the possible placeholders.

    I could not find a possible placeholder, in which the ‘featured image’ is linkable to the actual post (the link to single page with the event-info).

    i guess, it is not possible then and we have to do with only title linkable
    (#_LINKEDNAME displays the event name with a link to the event page)

    Maybe in the future?

    Wish = (#_#_EVENTIMAGELINK displays the featured image with a link to the event page)

    Anyway, thanx for your time.
    mike

    Plugin Author Franky

    (@liedekef)

    Put your own a-href code around the image, and let it point to #_EVENTPAGEURL:
    <a href=#_EVENTPAGEURL>#_EVENTIMAGE</a>

    Thread Starter Mike Groningen

    (@mike-waalkens)

    THAT CODE WORKS GREAT!!!

    Thanx so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Option to change #_EVENTIMAGE to #URL_EVENTIMAGE’ is closed to new replies.