Events page theme title same as uncategorized blog post

Home Forums Calendar Products Events Calendar PRO Events page theme title same as uncategorized blog post

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1120255
    Derek
    Participant

    in my theme, just below the main navigation header, there’s a page title that is automatically generated for each page on my site. The main events page with slug “events” loads and shows “CATEGORIZED AS:” as the title of the page instead of “upcoming events”. This “CATEGORIZED AS:” title is the same title assigned to a blog post when I list them by category, but they will show the category after the colon.

    How do I get this title to be “Upcoming Events”, I have gone through every forum solution, and help document and so far none of the custom code or settings adjustments have made any changes at all.

    What is working perfectly right now is if I click on an event, then the page title is “UPCOMING EVENTS PUT EVENT NAME HERE” where event name here is the name of the event. it is just the events root page that shows categorized as, and it does this for all of the different calendar views.

    hopefully there is something that can be done to solve this issue.

    as a side note: yes I have also disabled the “include events in main blog loop” settings.

    #1120638
    Nico
    Member

    Hi Derek,

    Thanks for getting in touch!

    If the theme is generating this title to include in the page, then you should reach out to them (or refer to their docs) to see if there’s a way to filter/override the generated title value for a given page (like the calendar homepage). It seems they have some conditionals in place that are wrongly concluding that the calendar page is a category archive page.

    Can you please follow-up with the theme name and version? Also if you have a URL to see this on your site it might help.

    Best,
    Nico

    #1120675
    Derek
    Participant

    Hey Nico,

    The theme is Fitness version 1.0.4 by SkatDesign. unfortunately the website is in development mode and not accessible to the public for another week or two. Best I can do for now is the attached cropped image showing the events page with the page title coming up as “categorized as”.

    I will try to see what I can figure out with the theme, but any suggestions or pointers you may have are more then welcome.

    #1121349
    Nico
    Member

    Thanks for following up Derek!

    My guess is the theme is using a conditional structure to set this title. And makes check like is this an archive page? Is this a single page? Is this a custom post type? etc…

    I would dive into the theme’s functions.php file and try to find the actual code that does this to find the flaw in the logic that leading to this title.

    Also, reporting this to SkatDesign might be a good idea!

    Please let me know about it,
    Best,
    Nico

    PS: you can also modify the content of the title with a Javascript snippet, it will work but the suggest above will be less hacky.

    #1122014
    Derek
    Participant

    This reply is private.

    #1122015
    Derek
    Participant

    This reply is private.

    #1122183
    Nico
    Member

    This reply is private.

    #1122342
    Derek
    Participant

    This reply is private.

    #1123166
    Nico
    Member

    This reply is private.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Events page theme title same as uncategorized blog post’ is closed to new replies.