kimberleyjane
Member
Posted 11 months ago #
I have a site that since I moved from the developer url has started to display the titles incorrectly in the events section only. I have asked The Events Calendar Plugin to help me fix it but they are convinced it is a theme issue. The problem only occurs on the event pages.
Take a look:http://www.mwtf.org.uk/events/
Can you see where upcoming events is?
I've gone through the CSS and tried everything. Can anybody else shed some light on the problem please?
Here is the original thread from the Events Calendar Team http://wordpress.org/support/topic/plugin-the-events-calendar-category-title-not-displaying-correctly?replies=3#post-2864363
Thanks for any help :-)
It is supposed to look like Past Events?
kimberleyjane
Member
Posted 11 months ago #
no the title is supposed to be below the nav bar. It's too high up and sitting under the text. It needs to be nudged down but I can't find what piece of code is controlling it.
Right click on a element in a browser and find element that needs changing. For example, h2 tag for class tribe-events-cal-title...
Your problem is that coufon added some inline style to canvas element, and i have no way of checking where is that in your code. If you find it, change top from -1px to top:20px in inline style.
Hope that helps. :)
kimberleyjane
Member
Posted 11 months ago #
I've tried that too. Would you say its most likely to be in the events cal plugin css as this seems to be where the h2 title tag is being generated from?
The events calendar plugin guys say its my theme...I'm at a complete loss.
Thankyou for your response :-)
yeah, go to events plugin, but check plugin.php (or what ever is a name of main php file in a plugin). It's not in css file because it's inline style. That's my thought, at least.
joycegrace
Member
Posted 11 months ago #
Hi kimberleyjane,
I see you have posted this question in the Modern Tribe PRO forum. I have messaged you there with some steps to take and hope to solve this problem for you!