Page title and text alignment problem

Home Forums Calendar Products Events Calendar PRO Page title and text alignment problem

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1143603
    Hovig
    Participant

    Hi 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.

    #1143968
    Geoff B.
    Member

    Good 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:

    1. Tweak the settings that are meant for single posts in your WordPress theme settings in order to remove that title for events
    2. Try a different setting under Events -> Settings -> Display (try changing the settings for the Events Template dropdown menu)
    3. 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:

    searchbar

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1144067
    Hovig
    Participant

    Thanks 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.

    #1144442
    Geoff B.
    Member

    Good 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:

    1. Checking your setting under Events -> Settings -> Display (check the setting for Default stylesheet used for events templates)
    2. 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.

    #1144525
    Hovig
    Participant

    This reply is private.

    #1144704
    Geoff B.
    Member

    Good 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:

    1. Adding the CSS rules directly in your page template: http://stackoverflow.com/questions/13201451/how-to-use-css-style-in-php
    2. 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.

    #1153168
    Support Droid
    Keymaster

    This 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.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Page title and text alignment problem’ is closed to new replies.