Listimia – Issue with h1s on archive pages
This topic contains 19 replies, has 4 voices, and was last updated by Kiran 5 years, 1 month ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: Listimia
-
AuthorPosts
-
September 23, 2019 at 4:17 pm #509779
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
September 23, 2019 at 5:25 pm #509805Hi 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/
September 23, 2019 at 5:46 pm #509814Yes, 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
September 23, 2019 at 7:12 pm #509829Hi identity,
Thanks for your reply. Kindly share your Website WP admin access here in private reply and we’ll check this out for you.
September 24, 2019 at 7:20 pm #510069This reply has been marked as private.September 25, 2019 at 2:03 pm #510173This reply has been marked as private.September 25, 2019 at 4:31 pm #510208This reply has been marked as private.September 27, 2019 at 12:13 pm #510542Hi 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,
KiranSeptember 27, 2019 at 3:17 pm #510573Kiran,
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
September 27, 2019 at 10:30 pm #510637Yes and Yes. Thanks for passing on the debug info to the Listimia authors.
September 27, 2019 at 10:50 pm #510639Alex,
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
September 28, 2019 at 1:14 pm #510682Yes, 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.October 2, 2019 at 4:33 pm #511266Thanks.
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!
October 11, 2019 at 8:52 pm #512702This reply has been marked as private.October 11, 2019 at 10:05 pm #512721This reply has been marked as private. -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket