Forum Replies Created

Viewing 15 replies - 1 through 15 (of 76 total)
  • 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?

    Thread Starter xploreindia

    (@xploreindia)

    Hi Sam,

    Any help on the above queries please. Thanks.

    Thread Starter xploreindia

    (@xploreindia)

    Wow that was amazingly super easy to do.I thought it would take me ages to do that ?? Thank you. Here are some more queries to that:

    1) Is done
    2) I done
    3) I will come back to this later
    4) Now that I have two products vertically, I want showcase it like this:
    a) I don’t want to go to single page of the product. for example, now when you click on any title or image it is going to the single page product where is shows details/contents of the product. I want to write/show content on the previous page itself for all images, below the images.

    b) when “a” is done, I want to have the title of the products on top of the image and content below the image.

    I have few more queries, but I think I will just post the above one right now. When I am done with this I will ask my further queries.

    Thank you in advance.

    Thread Starter xploreindia

    (@xploreindia)

    Hi Sam,

    Thank you so much for the extended help:

    Here is the link where I have asked for the changed that I need to my site and I think this could be possible on through CSS:
    https://www.ads-software.com/support/topic/editing-shop-option?replies=1

    And here is my site:
    shopforher.net

    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)

    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)

    ?an you please send me step by step guidelines…

    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:https://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.

    Thread Starter xploreindia

    (@xploreindia)

    Yes he has administrator rights and I am not able to change his profile also from administrator to any other….

    I am not familiar with the second option.

    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.

    Thread Starter xploreindia

    (@xploreindia)

    any help here…

    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)

    Great!!!It worked. Thanks a lot.

    Thread Starter xploreindia

    (@xploreindia)

    This is what I am doing:

    In the edit post go to IW>Add new profile> under parent profile, choose “Shortcode in post content.”> Under Display, choose “below posts”> put the html codes.

    Am I doing the above correctly, because even after doing that I am not able to see the html ads on the post.

    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?

Viewing 15 replies - 1 through 15 (of 76 total)