-
AuthorPosts
-
February 26, 2017 at 7:28 pm #752003
Hi, since the upgrade to version 4.4.3 of The Events Calendar plugin the map in the left section of the single view gets cut off at the left. You can see it for yourself here http://infotropic.ru/event/hr-legal-2017/ or have a look at a screenshot here https://yadi.sk/i/R9gr_9dU3EeZNs. Any idea what causes this?
February 26, 2017 at 8:37 pm #752023Hey Holger,
Try this code in the General Styling > Quick CSS field:.single-tribe_events .secondary .tribe-events-venue-map { width: 100% !important; }
Best regards,
MikeFebruary 27, 2017 at 3:53 am #752117Hi Mike, thanks a lot, it worked.
While we are at it – looks like switching between views doesn’t work anymore either. I have the month view by default, but when you choose another view in the calender bar, nothing happens. Doesn’t seem to be a prlugin conflict.
Best regards,
HolgerMarch 2, 2017 at 9:00 am #754180Hi Holger,
Are you referring to this page: http://infotropic.ru/events/ ? Can you try to disable any minification and caching plugin and check it again? I could see errors in the console.
Best regards,
NikkoMarch 2, 2017 at 7:31 pm #754496Hi Nikko,
you were right, this seems to be a conflict with the Better WordPress Minify plugin. When I deactivated it, everything worked fine. Any idea for a workaround? The BWP Minify plugin is quite useful.Best regards,
HolgerMarch 2, 2017 at 9:12 pm #754593Hi!
Kriesi and the live demos use that plugin.
Are you using together with it any other cache plugin?Regards,
BasilisApril 25, 2017 at 12:58 am #782605Hi Guys, sorry to jump in on this post, but I have just searched for Forum regarding the map issue with TEC before posting a new thread.
Thanks @Mike for the solution.
Can I ask, will this be fixed in later Enfold releases or will we have to update all our themes where we use the TEC and TEC Pro calendar. I have a few themes in use.
Thanks,
HApril 28, 2017 at 7:24 am #784320Hi,
I think this should be fixed already. If you check on the css of this demo: http://kriesi.at/themes/enfold-church/event/church-youth-trip/
(css link) http://kriesi.at/themes/enfold-church/wp-content/themes/enfold/config-events-calendar/event-mod.css?ver=4.7.4
You should find this block of code:.single-tribe_events .tribe-events-venue-map, #top.single-tribe_events .tribe-events-meta-group-gmap{background: transparent; border:none; padding:0; margin:0; width:100%;}
which is what Mike posted, I think there might be some css conflict that why it’s overridden with some widths and with Mike’s code adding !important, that would force it not to get overridden with other width values.
Best regards,
NikkoApril 29, 2017 at 12:11 am #784857Thanks for the reply. I’m not sure I understand it though. I have just updated to WP 4.7.4, the latest TEC Calendar and Pro and then Enfold 4.0.5 and the problem is there. My question is, will Enfold 4.0.6 include this fix so the need for custom CSS is no longer required?
Thanks,
HMay 2, 2017 at 5:31 am #786118Hi H,
Sorry for the late response, just to clarify on what I’ve pointed out, I’ve tested it out with a clean wordpress install 4.7.4, using Enfold 4.0.5 and Events Calendar, and it didn’t have any issue, here is a screenshot on my end, which also shows that area’s width is already set to 100%. http://imgur.com/a/pMWze
Best regards,
NikkoMay 3, 2017 at 12:55 am #786810Thanks for the clarification @Nikko
May 3, 2017 at 6:31 am #786911Hi Heathcliffe,
You’re welcome :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.