• xploreindia

    (@xploreindia)


    I am using events manager I have 3 queries and need help setting them up.Here is my website for reference:

    1) On the sidebar of upcoming events, I am not able to see photos as shown in the demo. How can I see photos beside the title in sidebar?

    2)When I go to my events page: http://xplor-india.com/events/ and click on one event, I don’t see the content of the event, I can only see photo. How can I be able to see content of that particular event as in demo.

    3)For recurring events, how can I set this up? For example one event is on 10 Oct, 2014 and will happen again on 10, Oct 2015…I want the recurring events to show below automatically, whereas now the events just vanishes from list after the event date finishes.

    Please help step by step. Thanks a lot.

    https://wordpress.org/plugins/events-manager/

Viewing 6 replies - 1 through 6 (of 6 total)
  • caimin_nwl

    (@caimin_nwl)

    Hi,

    1. You’ll need to add the #_EVENTIMAGE placeholder to the formatting used in the widget.

    2. What do you have under Single event page format under Events > Settings > Formatting > Events?

    3. Monthly events can only be set to recur every 1st Sunday of the month, 2nd Tuesday, etc. You’ll need to create single events for the sequence you need to add.

    Thread Starter xploreindia

    (@xploreindia)

    caimin_nwl: Thanks for your support. Below is my current status now:

    1) I added #_EVENTIMAGE placeholder in the widget but the photos are showing under the title while i want it on right side of the title (as on demo site) and size should be 1/3 of what it is now…you can check current condition here:http://xplor-india.com/

    2)Under Events pages, there are html codes under these titles:

    Titles:
    Events page grouping,
    Default event list format header,
    Default event list format
    Default event list format footer
    No events message
    List events by date title
    Single event page format
    Event excerpt
    Event excerpt fallback

    3)Sorry, I don’t understand what you have mentioned above. My events are recurring on yearly basis so how can I set-up the yearly recurring date? Right now, as the event date ends, the page just gets deleted/vanishes, I don’t see the page after that.

    Thanks a lot.

    caimin_nwl

    (@caimin_nwl)

    1) You’ll need to add some CSS code to the widget to make the image float to right.

    To adjust the image size, use something like the code below where 50 is the pixel size of the image.

    #_EVENTIMAGE{50,50}

    2) I’m asking what formatting you have under Single event page format.

    3) Sounds like you need to increase the scope (time period) of the events list to be sure that the following recurring event is always showing.

    Thread Starter xploreindia

    (@xploreindia)

    1) I was able to change the size and get the images on the right side but something else happened. If you check my site in the homepage/events sidebar, the photos are not matching with my title topics. I don’t know what exactly happened there.

    2)Below is the html codes mentioned under each title:

    1)Events page grouping:
    None

    2) Default event list format header:
    <table cellpadding=”0″ cellspacing=”0″ class=”events-table” >
    <thead>
    <tr>
    <th class=”event-time” width=”150″>Date/Time</th>
    <th class=”event-description” width=”*”>Event</th>
    <th class=”event-Image” width=”150″>Image</th>
    </tr>
    </thead>
    <tbody>
    3)Default event list format:
    <tr>
    <td>
    #_EVENTDATES
    #_EVENTTIMES
    </td>
    <td>
    #_EVENTLINK
    {has_location}
    <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
    </td>
    <td>
    #_EVENTIMAGE
    </td>
    </tr>
    4)Default event list format footer:
    </tbody></table>
    5)No events message:
    No Events
    6)List events by date title:
    Events – #j #M #y
    7)Single event page format:
    <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>
    #_EVENTIMAGE
    <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>
    8)Event excerpt:
    #_EVENTDATES @ #_EVENTTIMES – #_EVENTEXCERPT
    9)Event excerpt fallback:
    #_EVENTDATES @ #_EVENTTIMES – #_EVENTEXCERPT{55}

    3) I was able to see the full list after choosing “view all events”
    4) Additional Query: when I click on “events” in the footer section I don’t see full list of the events. I don’t see the upcoming events. How can I see full list?

    Thank you so much for your patience.

    Thread Starter xploreindia

    (@xploreindia)

    I was able to solve 3 & 4 queries as mentioned above. I need assistance with no. 1& 2 only. Thank you.

    Thread Starter xploreindia

    (@xploreindia)

    any help here?

    1)1) I was able to change the size and get the images on the right side but something else happened. If you check my site in the homepage/events sidebar, the photos are not matching with my title topics. I don’t know what exactly happened there.

    2)When I am on the events page, and click on any event, it only shows photo of event, no content. I want to display content as well. How to achieve that?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Query related to photos in events’ is closed to new replies.