Disabling page title on event calendar page

Home Forums Calendar Products Events Calendar PRO Disabling page title on event calendar page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1143376
    David
    Participant

    Hi,

    On my website https://www.fegbonn.de/ I’m using the Osmosis theme from greatives.eu. After updating the theme the page title area is enabled and affects the website (please see screenshot attached).
    On normal pages I’m able to deactivate the page title area (https://ticksy_attachments.s3.amazonaws.com/Disable_Title_Description_397.png). Is there any possibility to deactivate this area also when using the event calendar on my website?
    Otherwise I always have to adapt the source code any time when updating the theme.

    Thanks for ypur help!

    Kind regards,
    David

    #1143836
    Nico
    Member

    Howdy David,

    Welcome to our support forums and thanks for reaching out to us! I’ll help you here…

    First of all I would recommend reaching out the theme developers on this, they are probably best suited to answer this question. Anyway I see you could sort this out in some way in the live site. If this is still an issue please let me know and I can craft a CSS snippet to patch the issue.

    Please let me know about it,
    Best,
    Nico

    #1144024
    David
    Participant

    Hi Nico,

    Thanks for your reply. For the moment I commented out the affected lines in my theme. Updating the theme will restore these lines so this is just a short term solution for me.
    I also contacted the theme author, it’s not sure yet whether he can perform the source code or not.
    So best solution would be for me if you could provide a CSS snippet,

    Thanks,
    David

    #1144140
    Nico
    Member

    That’s great David!

    Can you please enable the title part so I can take a look at the mark-up and craft the snippet? Maybe you can do it in a staging site so it doesn’t affect the live site?

    Please let me know about it,
    Best,
    Nico

    #1145923
    David
    Participant

    Hi Nico,

    I just saved the affected site offline and attached the files enclosed. This might be the better solution so you can test the snippet to be created offline.Thanks!

    Best,
    David

    #1146255
    Nico
    Member

    Thanks David!

    Use the following CSS snippet to hide the header in the main events views and in single event view:

    /* Hide page title div in events archive and single views */
    .post-type-archive-tribe_events #grve-page-title,
    .single-tribe_events #grve-page-title {
    display: none;
    }

    Please give the code a try and let me know if it works for you,
    Best,
    Nico

    #1148554
    David
    Participant

    That works! ๐Ÿ™‚ Thanks, Nico!

    Best,
    David

    #1148816
    Nico
    Member

    Stocked to hear David ๐Ÿ™‚

    Iโ€™ll go ahead and close out this thread, but if you need help with anything else please donโ€™t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Disabling page title on event calendar page’ is closed to new replies.