Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1247476
    pb_design
    Participant

    Hi 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,
    Pete

    #1247702
    Jade
    Moderator

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

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1248350
    pb_design
    Participant
    This reply has been marked as private.
    #1248386
    Christopher
    Moderator

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

    #1248601
    pb_design
    Participant

    Hi Christopher,

    Many thanks for the answer. Glad it was a simple fix!

    All the best,
    Pete

    #1248672
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1247476 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>