Home › Forums › Calendar Products › Events Calendar PRO › Page title and text alignment problem
- This topic has 7 replies, 4 voices, and was last updated 9 years, 9 months ago by
Hovig.
-
AuthorPosts
-
July 25, 2016 at 5:19 am #1143603
Hovig
ParticipantHi again,
I’m having 2 problems maybe you can give me quick solutions –
1. In the Single Event page view, the main page title is displaying ‘The Blog’. Here is the url – http://www.aisc.tiv1.com/event/holidays-test/
How can I change that?
2. In the List view page, the text is appearing under the image, rather than next to it. Here is the url – http://www.aisc.tiv1.com/events/list/
I’d like the text to be inline with the image. Managed to do that for the single page view but for some reason not working for the list view.
Many thanks. Incidentally, it would be really helpful to have a ‘search’ feature on your plugin forum page itself.
July 25, 2016 at 8:22 pm #1143968Geoff B.
MemberGood evening Hovig and welcome back!
Thank you for reaching out to us.
I would love to help you with these questions.
In the Single Event page view, the main page title is displaying ‘The Blog’. How can I change that?
That’s a great question. It seems like your WordPress theme treats any “single” page as a blog page (hence the title). You have a couple of solutions for this:
- Tweak the settings that are meant for single posts in your WordPress theme settings in order to remove that title for events
- Try a different setting under Events -> Settings -> Display (try changing the settings for the Events Template dropdown menu)
- Hide the whole thing with CSS
.single-tribe_events .x-landmark {display:none;}In the List view page, the text is appearing under the image, rather than next to it. I’d like the text to be inline with the image.
Try the following CSS rule:
.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
width: 57%;
}Incidentally, it would be really helpful to have a ‘search’ feature on your plugin forum page itself.
That’s a great point.
We can’t do much about the wordpress.org forum page of our plugin (due to WordPress rules and guidelines).
But, I highly recommend the search tool from our premium plugins website:
Let me know how that goes.
Best regards,
Geoff B.July 26, 2016 at 1:57 am #1144067Hovig
ParticipantThanks much, Geoff.
Removing the ‘Blog’ title worked with the css you gave. Thanks.
But the problem with the text going under the image in the List view is not resolved. I tried your css and a number of other ones too, but none of them make any difference on that page. Could it be that something is over-riding any css changes and not allowing them?
Url – http://www.aisc.tiv1.com/events/list/
Thanks in advance.
July 26, 2016 at 5:39 pm #1144442Geoff B.
MemberGood evening Hovig,
I’m glad that the solution for the title worked for you.
As for the second part of the issue, you are right. There is probably something interfering.
I did not see the rule I shared above in the CSS of your web page currently, so it’s hard to say.I would recommend:
- Checking your setting under Events -> Settings -> Display (check the setting for Default stylesheet used for events templates)
- Try adding !important at the end of the CSS rule.
.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
width: 57% !important;
}Let me know how that goes.
Best regards,
Geoff B.July 27, 2016 at 2:53 am #1144525Hovig
ParticipantThis reply is private.
July 27, 2016 at 9:14 am #1144704Geoff B.
MemberGood evening Hovig,
Thank you for writing back and providing some context around this.
Actually, technically speaking what you are using is a page template (not a stylesheet) that calls on specific stylesheet.
Would you mind telling me what your setting is under Events -> Settings -> Display >Default stylesheet used for events templates ?
Secondly, there are a couple of ways to go about this:
- Adding the CSS rules directly in your page template: http://stackoverflow.com/questions/13201451/how-to-use-css-style-in-php
- Depending on the settings from the previous question, you might simply want to enqueue your theme’s regular stylesheet as well (http://code.tutsplus.com/tutorials/loading-css-into-wordpress-the-right-way–cms-20402 )
Let me know if that helps.
Have a great day!
Geoff B.
August 18, 2016 at 9:35 am #1153168Support 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 ‘Page title and text alignment problem’ is closed to new replies.

