Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #620102

    I’m having issues with Events Calendar Pro that are related to Enfold integration. I’ve contacted Modern Tribe and they’ve referred me back to you.

    1. A number of template settings were missing. I found your solution to this in another thread. That code does make the settings visible, but they don’t work! I selected a different template and unchecked “disable event search bar”, saved it, and nothing changed. When I leave the display tab and go back again, the settings are back to the default.

    2. Content added to “Add HTML before event content” is hidden behind the search bar. It also pushes the search bar down, leaving a gap between the header and the search bar.

    The problem I need to solve: I need to have a menu that shows up only on the events page that allows users to select event categories. My preference would be to have a sidebar on this page and be able to put it there. The client also wants a list of links to partner organizations’ calendars. This ideally would go in a sidebar, too. Is there any way to put the events page content on a template with a sidebar?

    #622088

    Hey keribird!

    open different tickets for different questions/issues.

    Refer to this solution: https://kriesi.at/support/topic/how-to-display-the-sidebar-in-events-calendar-pages/#post-356399

    Please make clear to us which options do not work for you. Highlight using screenshots (imgur.com, dropbox) for example. Try with a default WP theme and tell us if you have the same issue there as well or not. Deactivate all other plugins, to make sure none is causing a conflict.

    Cheers!
    Andy

    #630173

    OK, I need a solution to this problem. I will post other issues separately, though they are related.

    Content added to “Add HTML before event content” is hidden behind the search bar. It also pushes the search bar down, leaving a gap between the header and the search bar.

    This has happened in other installations of Enfold where I installed Events Calendar. It does not happen in other themes.

    This a screen shot of the text added to the Before Event HTML

    This is a screen shot of how it is hidden behind the tribe events bar.

    In my OP I provided the URL and login credentials. You can go and see this for yourself. Please help me make this work the way it is supposed to.

    #631187

    Hi,

    Thank you for the info. We notified Kriesi regarding this issue. Please wait for his response.

    The custom content seems to work well in the single events page: http://69.89.31.168/~ealthih6/event/awarenessmarketing-subcommittee-meeting/2016-05-20/

    Best regards,
    Ismael

    #636041

    Thank you. Any chance that will be soon? I need this issue resolved so I can finish up the site for my client.

    • This reply was modified 8 years, 7 months ago by keribird.
    #637216

    Hi,

    We checked the single events page and custom content, a custom breadcrumb, is there. What is the issue again?

    Best regards,
    Ismael

    #637403

    The problem is on the Events landing page. http://69.89.31.168/~ealthih6/events/

    #638499

    Hi,

    I see. Add this in the Quick CSS field to move the tribe events bar downwards:

    #tribe-events-bar {
        margin-top: 50px;
    }

    Use the following css if you want to move the custom html:

    #top #tribe-events-pg-template .tribe-events-before-html {
        position: relative;
        top: 20px;
    }

    Best regards,
    Ismael

    #638758

    I had tried that originally before seeking support. It doesn’t work. Here is a screenshot:
    https://www.dropbox.com/home/enfold?preview=enfold-before-under-search-bar.png

    Changing the margin of the tribe events bar doesn’t work — it gets overridden. But it’s not desirable anyway. I don’t want that bar to get pushed farther down the page because I’ll end up with a huge white space between the header and the page content.

    The problem is the top of the tribe template is under the events bar.

    This is what it looks like with nothing in the “before” field:
    https://www.dropbox.com/home/enfold?preview=enfold-no-before.png

    This is what it looks like with text in the “before” field. It simply pushes the whole tribe page template down.
    https://www.dropbox.com/home/enfold?preview=enfold-tribe-template-div-with-before.png

    That behavior is not right. It doesn’t happen in other themes.

    #639616

    Hi,

    I’m not sure why but I can’t access the screenshots. Mind sending it from imgur? How do you want it to look like? Since the content is displaying in the page, I’m sure we can fix it via css.

    Best regards,
    Ismael

    #640949

    OK, I published them on my website: http://kbird.com/enfold-calendar-issue/

    #641794

    Hi,

    Thank you for the info. Please replace the previous css code with the following:

    #tribe-events-content-wrapper {
        position: relative;
        top: -80px;
    }
    
    #tribe-events-bar {
        margin-bottom: 100px;
    }
    
    #top #tribe-events-pg-template .tribe-events-before-html {
        position: relative;
        top: 50px;
        z-index: 10000;
    }

    Best regards,
    Ismael

    #642117

    Excellent! Thank you! We’re almost there.
    Just need to lower the subnav “Previous Events” “Next Events” and the Title “Upcoming Events” so that it is half way between the before text and the date heading. It’s currently jammed up against the “before” content. I added screen shots to the top of this page: http://kbird.com/enfold-calendar-issue/
    I was able to move the subnav with this css:

    #tribe-events-header .tribe-events-sub-nav {
    position: relative;
    top: -10px !important;
    }

    (without the !important, it was overridden)
    But I can’t figure out how to move the Upcoming Events.

    #642414

    Hi!

    Add an important rule to this css code:

    #tribe-events-bar {
        margin-bottom: 100px;
    }

    .. final:

    #tribe-events-bar {
        margin-bottom: 100px !important;
    }

    Adjust as needed. :)

    Best regards,
    Ismael

    #642530

    Perfect! Thank you so much for your help!

    #643233

    Hi,

    No problem. Let us know if you need anything else. :)

    Best regards,
    Ismael

    #651714

    Hi again. I’m not sure why I didn’t notice this before, but the individual event pages now look odd with a huge white space between the header and page content.
    Screenshot: http://kbird.com/enfold-calendar-issue/
    Sample page: http://69.89.31.168/~ealthih6/event/free-event-sunshine-in-the-summertime/2016-06-06/

    Is it possible to have the padding just target the main event list pages where the tribe events bar appears?

    Thanks
    K

    #652469

    Hi,

    I get an error when trying to access the page you linked to, could you check please?

    [an error occurred while processing this directive]

    Thanks,
    Rikard

    #652609

    That’s weird. I just got the error when I clicked the link, but when I went to the homepage http://69.89.31.168/~ealthih6/ and then navigated to that event, it worked fine. Then I clicked the link in my post again and it went to the page, no error. No idea what that was. Can you try it again?

    #652877

    Hi,

    I’m getting the same error message on both pages you linked to unfortunately :/

    Best regards,
    Rikard

    #653045

    I get it when I click the link, but when I refresh the page, I get the page and am able to navigate the site like normal.

    #654555

    Hi,

    We are trying to access the site but we’re getting a 404 error. Did you transfer it? Please contact your hosting provider.

    Best regards,
    Ismael

    #654835

    We launched the site.
    Here is the new link

    #656182

    Hi,

    Add the “.events-list” selector in front of the css modifications that we added previously. Example:

    .events-list #tribe-events-bar {
        margin-bottom: 100px !important;
    }

    Best regards,
    Ismael

    #657191

    I added that, it didn’t change the way the page looks. I’m trying to get rid of all that white space between the header and “before” menu on the event pages.

    #658276

    Hi,

    Please add this:

    .single-tribe_events #tribe-events-pg-template .tribe-events-before-html {
        position: relative;
        text-align: center;
        top: 0;
        z-index: 10000;
    }
    
    .single-tribe_events #tribe-events {
        top: -50px;
        position: relative;
    }

    Best regards,
    Ismael

    #658419

    Excellent! Thank you!

    #658760

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

Viewing 28 posts - 1 through 28 (of 28 total)
  • You must be logged in to reply to this topic.