Tagged: x
-
AuthorPosts
-
November 7, 2016 at 12:20 pm #1247476
pb_designParticipantHi X Team,
I am using a 3rd party plugin: All-in-one-event-calendar and a single-event post displays ‘News’ as the page title instead of ‘Events’. See here:
http://rhoscycling.com/newsite/event/christmas-ride-and-3-course-meal/
I checked your forum and found the following discussion:
https://community.theme.co/forums/topic/timely-all-in-one-event-calendar-custom-sidebar/
I’ve added the code to the functions.php to remove the blog/news sidebar, but what I now need is the events to have the ‘Events’ page title. It seems simple, but there’s no obvious control for this. Any help would be appreciated.
Thanks in advance,
PeteNovember 7, 2016 at 3:35 pm #1247702
JadeModeratorHi Pete,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
November 8, 2016 at 2:35 am #1248350
pb_designParticipantThis reply has been marked as private.November 8, 2016 at 3:18 am #1248386
ChristopherModeratorHi there,
‘News’ is blog page’s title and single posts display blog page’s title on top.
Please add following code in Customize -> Custom -> Global javasrcipt :
jQuery(".single-ai1ec_event .h-landmark span").html("Events");Hope it helps.
November 8, 2016 at 7:11 am #1248601
pb_designParticipantHi Christopher,
Many thanks for the answer. Glad it was a simple fix!
All the best,
PeteNovember 8, 2016 at 8:05 am #1248672
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1247476 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
