Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    1. you need to use placeholder #_EVENTIMAGE in your formatting option at Events > Settings > Formatting > Single event page format

    eg. https://pastebin.com/x2n46ZaP

    2. you need to use events widget under WP Appearance > Widgets > Events Widget then use placeholder #_EVENTIMAGE in events widget list item format.

    https://wp-events-plugin.com/documentation/placeholders/

    Thread Starter xploreindia

    (@xploreindia)

    Hi, thanks for support I am not that clear with #_EVENTIMAGE .

    I don’t know how to do that exactly. Can I please have a step by step guidelines or documentation on that. Thanks

    Have you added a featured image to the event? That’s the first step.

    Thread Starter xploreindia

    (@xploreindia)

    ok somehow I was able to achieve what I asked above but now I am facing another problem. Now the issue is that when I go to the events page https://xplor-india.com/events/ and click on the title, its suppose to show details like content of the event but its not showing. I want show full details (contents) in this topic, how do I do that?

    What code / formatting are you using for that page?

    Do you mean that you want to show the full event description?

    Thread Starter xploreindia

    (@xploreindia)

    Please ignore to what I said above that I found the solution to it, actually I did not ?? (I made some changes to the theme and I don’t know how to change it now) and am my questions are back to square one as mentioned above. Here are my queries again:

    1) caimin_nwl: Yes you are right I want to show full description of each events on its page, just like in demo site here: https://demo.wp-events-plugin.com/events/cecilia-bartoli-2-2015-02-13/

    2) In the sidebar in Events Widget I want to display photos of the event to the right side which is not showing right now. I want to diplay it as shown in the demo site.

    Since I am not good at codes, request you to send pictorial guidelines if possible. Thanks a lot.

    Thread Starter xploreindia

    (@xploreindia)

    any help here…

    I think the problem with the first point is that you have the wrong formatting for Single event page format under Events > Settings > Formatting > Events.

    To show the event description you’d need to the #_EVENTNOTES placeholder.

    https://wp-events-plugin.com/documentation/placeholders/

    To resize the event image used in the widget, you can use the #_EVENTIMAGE placeholder with sizes, like this:

    #_EVENTIMAGE{50,50}

    Thread Starter xploreindia

    (@xploreindia)

    1st point, after going to > Events > Settings > Formatting > Single event page format: this is the code which is already there so where can I place #_EVENTIMAGE ??

    <table cellpadding=”0″ cellspacing=”0″ id=”current-events” >
    <thead>
    <tr>
    <th id=”event-time” width=”150″>Date/Time</th>
    <th id=”event-description” width=”*”>Event</th>
    </thead>

    <tbody>

    <!– INSTRUCTIONS
    Insert the following into : “Default event list format”
    –>
    <tr>
    <td>
    #_{d/m/Y} #@_{ – d/m/Y}
    #H:#i -#@H:#@i
    </td>
    <td>
    <div style=”float:left; margin:0px 10px 0px 0px;”>#_EVENTIMAGE{100,100}</div>
    #_EVENTLINK
    <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
    </td>
    </tr>

    <!– INSTRUCTIONS
    Insert the following into : “Default event list format footer”
    –>
    </tbody>
    </table>

    2nd point: for event description where can i put this #_EVENTNOTES code??

    3rd point(new): how do i select an event for recurring, because right now as the date of events passes the events just vanishes??

    Thanks a in advance.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Adding Photos’ is closed to new replies.