Tagged: events calendar PRO
-
AuthorPosts
-
April 22, 2016 at 5:35 pm #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?
April 26, 2016 at 1:14 pm #622088Hey 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!
AndyMay 10, 2016 at 6:27 pm #630173OK, 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.
May 12, 2016 at 8:05 am #631187Hi,
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,
IsmaelMay 20, 2016 at 9:26 pm #636041Thank 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.
May 24, 2016 at 3:54 am #637216Hi,
We checked the single events page and custom content, a custom breadcrumb, is there. What is the issue again?
Best regards,
IsmaelMay 24, 2016 at 12:32 pm #637403The problem is on the Events landing page. http://69.89.31.168/~ealthih6/events/
May 26, 2016 at 6:35 am #638499Hi,
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,
IsmaelMay 26, 2016 at 3:26 pm #638758I 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.pngChanging 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.pngThis 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.pngThat behavior is not right. It doesn’t happen in other themes.
May 28, 2016 at 2:45 am #639616Hi,
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,
IsmaelMay 31, 2016 at 3:24 pm #640949OK, I published them on my website: http://kbird.com/enfold-calendar-issue/
June 2, 2016 at 4:22 am #641794Hi,
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,
IsmaelJune 2, 2016 at 3:26 pm #642117Excellent! 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.June 3, 2016 at 7:03 am #642414Hi!
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,
IsmaelJune 3, 2016 at 1:12 pm #642530Perfect! Thank you so much for your help!
June 6, 2016 at 4:04 am #643233June 21, 2016 at 9:02 pm #651714Hi 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
KJune 23, 2016 at 5:33 am #652469Hi,
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,
RikardJune 23, 2016 at 1:55 pm #652609That’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?
June 24, 2016 at 7:07 am #652877Hi,
I’m getting the same error message on both pages you linked to unfortunately :/
Best regards,
RikardJune 24, 2016 at 3:43 pm #653045I 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.
June 29, 2016 at 3:42 am #654555Hi,
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,
IsmaelJune 29, 2016 at 2:15 pm #654835We launched the site.
Here is the new linkJuly 3, 2016 at 3:42 am #656182Hi,
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,
IsmaelJuly 5, 2016 at 6:16 pm #657191I 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.
July 8, 2016 at 4:20 am #658276Hi,
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,
IsmaelJuly 8, 2016 at 2:06 pm #658419Excellent! Thank you!
July 9, 2016 at 12:47 pm #658760 -
AuthorPosts
- You must be logged in to reply to this topic.