Single Event Page Display Help

Home Forums Calendar Products Events Calendar PRO Single Event Page Display Help

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #934235
    Kris
    Participant

    I am running into a problem with the single events view and displaying the page title area that I select in the 7theme. The main calendar displays fine…so I imagine there is some code I need to add to the single=event.php template. Any pointers you have would be most appreciated. You can view the site here: http://sunnydawnjohnston.com/upcomingevents/

    #934702
    Brian
    Keymaster

    Hi,

    Thanks for using our plugins. I can try to help you out here.

    It looks like the header is absolutely positioned causing the problem.

    Try this css to change it on the Single Events pages only:

    .single-tribe_events.transparent:not(.photo-scroller-album) #header {
    position: relative;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #934755
    Kris
    Participant

    Perfect…yes thank you!! My only other question is for some reason the header pic … http://sunnydawnjohnston.com/wp-content/uploads/2015/01/bkgrnd_wingssdj4.jpg does not show up on this page only. Can you help me find out where to add it on this page?

    Thank you for your prompt reply!

    #934972
    Brian
    Keymaster

    Not sure how to place that image it depends on your theme.

    You can follow our themer’s guide and add the coding for the image on the single events template:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    That is about all we can help on that, but if you have any questions I can try to help out.

    #934977
    Kris
    Participant

    Sure I understand…and I’ve been poking around in there. The curious thing that I notice though…is if a template loads from the pro version then the image shows up fine as in the week view

    http://sunnydawnjohnston.com/upcomingevents/week/

    but when viewing the month view which is from the standard version it appears as I described above

    http://sunnydawnjohnston.com/upcomingevents/month/

    So i’m just trying to understand why the standard and pro version render differently. I appreciate your help. Thank you!

    #935195
    Brian
    Keymaster

    It is hard to say why in your theme the month view is doing that and the week view does not without digging through the coding on both the theme and plugin.

    You could try changing the Events Template, that does help render pages better in some themes.

    Head to this page:

    Events > Settings > Display Tab

    Then change this setting to (or another setting):

    Events Template to Default Page Template

    Let me know if you have any follow up questions.

    Thanks

    #935235
    Kris
    Participant

    ok thanks appreciate the tips!!

    #935312
    Brian
    Keymaster

    Glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Single Event Page Display Help’ is closed to new replies.