Listimia – Issue with h1s on archive pages

This topic contains 19 replies, has 4 voices, and was last updated by  Kiran 4 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #509779

    identity
    Lifetime Member
    Post count: 445

    I’ve already been working with Listimia on this, but no luck so far, so I thought maybe some additional thoughts from here might help.

    On the archive pages (also search page, etc), the h1s there are showing up aren’t “All Places” but a generic “Post Type Archives: Places”

    This seems to be happening on both the parent and child theme for Listimia, though if I switch to GD Supreme Directory, “All Places” shows up instead.

    This also holds true across template selection for the GD Archive page, other than on some templates it says “GD Archive” instead.

    There are currently no SEO plugins running yet as I decided to actually rebuild everything up from scratch. This is running on a staging subdomain.

    Even more boggling is that on another staging subdomain where I imported the current existing site and then upgraded, switched over to Supreme Directory, and subsequently Listimia, the h1s there are okay. That one does however have the previous instance and configuration of Yoast SEO in play.

    Any thoughts or ideas here?

    Cheers

    #509805

    Kor
    Moderator
    Post count: 16516

    Hi identity,

    Thanks for your post. Have you tried contacting Listimia support about the title on your “Archive Page”?

    GDv2 supports Yoast SEO as explained here https://wpgeodirectory.com/docs-v2/integrations/yoast/

    #509814

    identity
    Lifetime Member
    Post count: 445

    Yes, have a ticket open with them, but they’re at a loss as well. They haven’t been able to duplicate the issue on their end.

    I will most likely look to use Yoast or similar, but I also want to make sure that everything is functioning at the “base” level to begin with.

    To me, this seems like something is overriding, or not overriding a setting when it should be. I think the “Post Type Archives” may be a generic WordPress phrasing, but I don’t know the ins and outs like some here might.

    Long shot, but was hoping that someone might have dealt with this before or have some insights.

    Thanks

    #509829

    Kor
    Moderator
    Post count: 16516

    Hi identity,

    Thanks for your reply. Kindly share your Website WP admin access here in private reply and we’ll check this out for you.

    #510069

    identity
    Lifetime Member
    Post count: 445
    This reply has been marked as private.
    #510173

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #510208

    identity
    Lifetime Member
    Post count: 445
    This reply has been marked as private.
    #510542

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    Issue has been fixed.

    There are two things found that causing issue.

    – There are some invalid menu setup found at Appearance > Menus. One menu has invalid menu item saved which does not exists. Another menu does not have any menu items selected to show.
    – In Listimia theme file wp-content\themes\listimia\inc\setup.php line no. 206 it has used

    $title = __( 'Post Type Archives: ', 'listimia' ) . '<span>' . post_type_archive_title() . '</span>';

    to get the title which is incorrect. Correct sentence is

    $title = __( 'Post Type Archives: ', 'listimia' ) . '<span>' . post_type_archive_title( '', false ) . '</span>';

    Let us know.

    Thanks,
    Kiran

    #510573

    identity
    Lifetime Member
    Post count: 445

    Kiran,

    Excellent, thanks.

    Just to clarify and make sure I understand, sounds like the first issue may have been on my end (I haven’t looked specifically), or was that something set by theme?

    Second issue though sounds to be an issue with the Listimia theme, correct? If so, I’ll relay that to them in the ticket I have there.

    Cheers

    #510637

    Alex Rollin
    Moderator
    Post count: 27815

    Yes and Yes. Thanks for passing on the debug info to the Listimia authors.

    #510639

    identity
    Lifetime Member
    Post count: 445

    Alex,

    Thanks. Will do.

    Sorry, I worded ambiguously, so to clarify….

    Was the first yes related to the menu setup:
    a) something on my end
    or b) something that may have also been related to the Listimia theme?

    Thanks

    #510682

    Alex Rollin
    Moderator
    Post count: 27815

    Yes, the menu settings should be review by you.
    Yes, Listimia should still work even if the menu location is not set.
    Yes, please inform them of the issues. They have been very good about responding to bugs.

    #511266

    identity
    Lifetime Member
    Post count: 445

    Thanks.

    Interesting… I looked back on the original Listimia files that were uploaded and the “correct” code was in there. I didn’t make any changes nor did anyone else have access to do so.

    Glad it is fixed, just a little bizarre on how it ended up incorrect in the first place then.

    I’ve relayed to the Listimia team though.

    On a maybe related note…

    I’m also seeing an issue on location pages…the title tag and heading don’t appear to be following the Titles & Metas directives either.

    Title tag just shows: City, Region
    without the separator and site name.

    H1 just shows the word: Location
    rather than showing the actual location name.

    Would this be a similar issue?

    Thanks!

    #512702

    identity
    Lifetime Member
    Post count: 445
    This reply has been marked as private.
    #512721

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 20 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket