Home › Forums › Calendar Products › Events Calendar PRO › Disabling page title on event calendar page
- This topic has 8 replies, 3 voices, and was last updated 9 years, 9 months ago by
David.
-
AuthorPosts
-
July 23, 2016 at 9:34 am #1143376
David
ParticipantHi,
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,
DavidJuly 25, 2016 at 2:33 pm #1143836Nico
MemberHowdy 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,
NicoJuly 25, 2016 at 11:12 pm #1144024David
ParticipantHi 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,
DavidJuly 26, 2016 at 7:04 am #1144140Nico
MemberThat’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,
NicoJuly 31, 2016 at 10:59 am #1145923David
ParticipantHi 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,
DavidAugust 1, 2016 at 1:19 pm #1146255Nico
MemberThanks 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,
NicoAugust 6, 2016 at 1:48 am #1148554David
ParticipantThat works! ๐ Thanks, Nico!
Best,
DavidAugust 7, 2016 at 2:50 pm #1148816Nico
MemberStocked 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 -
AuthorPosts
- The topic ‘Disabling page title on event calendar page’ is closed to new replies.
