Post title says blog

Home Forums Calendar Products Events Calendar PRO Post title says blog

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #965347
    qbme
    Participant

    On my other pages I have an isliders…since I do not have access to turn this off on the events page, it shows the site path instead…which would be ok if it didn’t say blog, even though in settings I have it listed to be seminars.

    On Events Page
    Method Made Easy > blog

    On individual event pages
    Method Made Easy > blog > Test Event

    Here is the link to my events page:
    http://methodmadeeasynp.me/seminars/

    #965508
    Barry
    Member

    Hi @qbme,

    I can certainly see the problem but, unfortunately, it looks like something your theme is doing rather than being something our plugin can control.

    Have you been able to reach out to the theme author/review any theme documentation that might be available in case there is a filter or some other straightforward means of tweaking this?

    On our end, we do offer template tags like tribe_is_event_query() which can help in customizing areas like this (by detecting if an event page is being viewed and altering things – like the breadcrumb trail – appropriately if it is).

    #965723
    qbme
    Participant

    Ok I have figured it out….even deactivating the breadcrumb plugin it was still showing on the events page. I added this to the bottom of style.css and it worked!

    .tribe-events-page-template .title_container {
    display: none!important;
    }

    #965861
    Barry
    Member

    Awesome – and thank you for sharing the fix – which I guess relates to the Velocity – Responsive Business WordPress Theme in this case (just dropping that in for the benefit of others who might come across this).

    #968914
    Barry
    Member

    Hi!

    It’s been a while so I’m going to go ahead and close this topic.

    • Need help with anything else? Go right ahead and post a new topic, one of the team will be only too happy to help
    • Still need help with this issue and need to re-open it? Again, please simply create a new topic and link to this one to provide the team with some context
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Post title says blog’ is closed to new replies.