Tagged: the events calendar
-
AuthorPosts
-
December 11, 2018 at 7:17 pm #1043925
Hello!
I noticed on the page that gets created automatically to display events via The Events Calendar plugin, the div housing the “tribe-events-bar” is rendering wonky on my site here: https://iptor.com/events/
(compared to an enfold demo site here –>https://kriesi.at/themes/enfold-church/events/)Also, none of the fields/buttons/drop downs seem to work when clicked.
I’m at a bit of a loss on how that happened, it used to work fine before. Any suggestions on how to fix?
The site is running WordPress 4.9.8 and Enfold 4.5, but I’ve tested WP 5.0 on our dev site with the same Enfold theme version and it’s the same problem on both.
Thank you in advance!
Mike
December 12, 2018 at 11:54 pm #1044594Hey Mike,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoDecember 13, 2018 at 6:34 pm #1044968Hi Nikko,
I’ve pasted a temporary login link in the private comment area and set it to expire in a week, please let me know if you have any problems!
Thanks,
Mike
December 14, 2018 at 9:24 pm #1045443Hi Mike,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#tribe-events-bar .tribe-bar-date-filter { margin: 0 10px; } #tribe-events-bar .tribe-bar-submit { float: left; } #tribe-events-bar #tribe-bar-form { margin-bottom: 0px !important; }
If you need further assistance please let us know.
Best regards,
VictoriaDecember 14, 2018 at 9:42 pm #1045453Hi Victoria,
Thanks for the feedback. I’ve tried both ways and the problem still persists.
I’ve also ruled out conflicting plugin’s.
/Mike
December 15, 2018 at 5:39 pm #1045680Hi Mike,
I have added this css code in Quick CSS (located in Enfold > General Styling):
#tribe-events-bar:before, #tribe-events-bar:after { content: "."; position: absolute; height: 100%; width: 2000px; left: -2000px; text-indent: -50px; overflow: hidden; border-bottom-style: solid; border-bottom-width: 1px; }
However, it doesn’t take effect since caching is preventing it, even when purging SG cache.
Best regards,
NikkoDecember 17, 2018 at 6:14 pm #1046407Thanks Nikko,
I’ll have to dig in and see why that’s happening. Appreciate the help.
Mike
February 20, 2019 at 7:22 pm #1069647Hi again Nikko,
I’m still not able to solve this. I’ve tried both the snippets of CSS above on a dev site and while the rendering is improved slightly (something is still wonky) I’m still not able to interact with the search bar or drop down menus. I’ve created another set of temporary login credentials if you wouldn’t mind having a look. It expires in a week, happy to add more time to that if you need.
Tanks in advance,
MikeFebruary 21, 2019 at 4:36 pm #1069996Hi Mike,
I have replaced the last code I gave with:
#tribe-bar-form { background-color: #eee; } #tribe-events-bar { position: relative; z-index: 10; } #tribe-events-bar:before, #tribe-events-bar:after { content: "."; position: absolute; height: 100%; width: 2000px; left: -2000px; text-indent: -50px; overflow: hidden; border-bottom-style: solid; border-bottom-width: 1px; top: 0; } #tribe-bar-form #tribe-bar-views { padding: 0 0 0 23px; } #tribe-events-bar #tribe-bar-form { margin-bottom: 0; }
Let us know if you need further assistance.
Best regards,
NikkoFebruary 21, 2019 at 4:40 pm #1069997It’s perfect, thank you SO much! This has been a headache for me, digital high five!
February 21, 2019 at 4:42 pm #1070000Hi Mike,
Glad that we could help :D
Thanks also for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.