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

    (@angelo_nwl)

    with regards to thumbnails – here’s another snippet which may help you with this – https://pastebin.com/x2n46ZaP

    with regards to your events list, are you using default events listing page under events > settings > pages > event list/archives > Events page ?

    Thread Starter culsire_ceo

    (@culsire_ceo)

    How would I know this?

    Thread Starter culsire_ceo

    (@culsire_ceo)

    It says,

    Default event list options

    These can be overriden when using shortcode or template tags

    Default event listing order -> Order by start date, start time, then event name, All Ascending

    Event List Scope -> Future Events

    Event List Limits ->10

    Thread Starter culsire_ceo

    (@culsire_ceo)

    It says,

    Default event list options

    These can be overriden when using shortcode or template tags

    Default event listing order -> Order by start date, start time, then event name, All Ascending

    Event List Scope -> Future Events

    Event List Limits ->10

    Thread Starter culsire_ceo

    (@culsire_ceo)

    I used the pastebin that was suggested above and it worked for the thumbnails, but now my time is all set to 00:00-00:00 how do i fix that?

    Thread Starter culsire_ceo

    (@culsire_ceo)

    OMG!!! I just figured out some coding on my own and fixed the date problem ??

    NOW, if we can just figure out this Default Event List crazy thing that’s going on I’ll be all set. I still can’t get that last half of events to go away. It’s redundant to have to lists on one event search page.

    https://www.culsire.com/event-search

    caimin_nwl

    (@caimin_nwl)

    I think that second events list is caused by extra formating tags somewhere.

    Can you paste the code that’s in the boxes called Default event list format and Default event list format footer under Events > Settings > Formatting > Events?

    Thread Starter culsire_ceo

    (@culsire_ceo)

    Here is the coding I just put in from the pastebin up above to get the thumbnails to show up in the Default Event List Format:

    <tr>
    <td>
    #_{m/d/Y} #@_{ – m/d/Y}
    #_EVENTTIMES
    </td>
    <td>
    <div style=”float:left; margin:0px 10px 0px 0px;”>#_EVENTIMAGE{100,100}</div>
    #_EVENTLINK
    <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
    </td>
    </tr>

    Thread Starter culsire_ceo

    (@culsire_ceo)

    Here is the Default Event List Format Footer:

    </tbody>
    </table>

    caimin_nwl

    (@caimin_nwl)

    Ok that’s fine, no problems there.

    Do you have any widgets running on that page? That’s not normal Events Manager output, so I’m thinking there could be a widget or a plugin that’s grabbing the output from somewhere.

    If widgets aren’t the problem, try deactivating all other plugins to check if one of them is causing the issue.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Event (Search) Formatting on Page’ is closed to new replies.