Main Calendar Page Title Space Needed when Shared on Social Media

Home Forums Calendar Products Events Calendar PRO Main Calendar Page Title Space Needed when Shared on Social Media

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #931358
    Dale Norenberg
    Participant

    The page title needs a space between the site title and the page title for the page http://www.dodgecountyfairgrounds.com/events/ when shared on social media. Not sure how or where to add the space. Thank you,

    #931638
    Brook
    Participant

    Howdy Dale,

    This looks it’s actually a problem with your theme. I bet your theme has something like this inside of it:

    <?php wp_title('&raquo;', true, 'right'); ?>

    when it should be:

    <?php wp_title('&raquo;', true, 'left'); ?>

    The difference is that it should left, not right. I bet though you have an SEO plugin, or something else that helps you change the titles of your pages. And it is not running on the /events/ pages because it doesn’t support custom post type archives. And that is why you are only seeing this problem on the events pages.

    Does that all make sense? Does that give you enough information to correct your theme? Was that the problem?

    Please let me know. Cheers!

    – Brook

    #966539
    Brook
    Participant

    Since this topic has been inactive for a while it is getting archived. If you need anything else please let us know, we would be happy to help in a new topic. Cheers!

    – Brook

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Main Calendar Page Title Space Needed when Shared on Social Media’ is closed to new replies.