Home › Forums › Calendar Products › Events Calendar PRO › Heading title needs to be moved down
- This topic has 5 replies, 4 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
June 26, 2012 at 8:29 am #21172
Kim
MemberI have a site that since I moved from the developer url has started to display the titles incorrectly in the events section only. The problem only occurs on the event pages and I use your plugin to generate the events.
Take a look:http://www.mwtf.org.uk/events/
Can you see where the upcoming events title is under the nav bar?
I’ve gone through the CSS and tried everything.
I’ve been given this help here http://wordpress.org/support/topic/page-title-displaying-incorrectly?replies=4#post-2933513 on wordpress.org but I haven’t got a clue which bit I should be changing as I can’t find anything relating to headings in the php files as suggested.
Thanks for your help 🙂
Kim
June 26, 2012 at 9:56 am #21182Joyce Grace
MemberHello Kim,
Can you confirm you’ve tried all of the following?1. Are you running the latest version of WordPress?
2. Are you running the latest versions of our plugins (2.0.7)?
3. Have you tried deactivating all other plugins to rule out a conflict?
4. Have you tried reverting to the Twenty Eleven theme to see if it’s something with your theme?
5. Try setting your permalinks to ‘postname’ in Settings > Permalinks?
6. Try refreshing your permalinks by visiting Settings > Permalinks (it does it automatically)?
7. Try increasing the PHP memory for your website: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/?I really hope to help you solve this!
June 26, 2012 at 3:02 pm #21211Jonah
ParticipantHi Kim,
I can give you two snippets that will sort of fix this but might not be exactly what you want. CSS allows you to position things however you want so if it’s not the way you want, you’ll need to figure it out on your own. Try adding the following to your theme’s style.css file:
#tribe-events-content.upcoming {
margin-top: 60px;
}h2.tribe-events-cal-title {
top: 60px;
}
This should get you started in the right direction. Also, it looks like you’ve got your CSS cached to make sure to empty it in whatever plugin you’re using to cache things.Good luck!
June 27, 2012 at 1:33 am #21243Kim
MemberHi Both,
Thanks for your help. Jonah I fred adding your css before and it didn’t work but then I realised…I have a cache plugin installed so I emptied the cache and hey presto it worked!!!
Thankyou I have been trying to fix this for ages.
Kim
June 27, 2012 at 8:34 am #21250Jonah
ParticipantNo problem Kim, let us know if there’s anything else you need!
– Jonah
July 7, 2015 at 6:25 am #977216Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Heading title needs to be moved down’ is closed to new replies.
