TheRiz
Forum Replies Created
-
I’ve tested adding shortcodes to meta titles for categories by adding the recommended code, for both month and year. I’m using a simple site with default WordPress theme to test it in functions.php, and it didn’t work. It just displays the shortcode itself in the category meta title.
// Activate shortcode rendering in titles.
add_filter( 'the_seo_framework_title_from_custom_field', 'apply_shortcodes' );
// // Register [title-year] shortcode.
add_shortcode( 'title-year', fn() => esc_html( gmdate( 'Y' ) ) );
// Register [title-month] shortcode.
add_shortcode( 'title-month', fn() => esc_html( gmdate( 'F' ) ) );Is this correct?
Forum: Plugins
In reply to: [Geolocation IP Detection] AJAX, JS, & Cached PagesWe’re working through it, but our solution would likely need to be custom to our site. Caching has been a huge issue and we’re still trying to get this to fire correctly via ajax/JS. You can likely close this ticket for now, will check in again if anything is needed. thanks
I’d like to also add that it would be GREAT to be able to display a phone number based on user geo ip.
For example, if they are in the state of Alabama, show this number.
If they are in the state of California, show that number.
Forum: Plugins
In reply to: [Markup (JSON-LD) structured in schema.org] Event Output to Custom Post TypesAlso came here wondering about this. How do we designate an event page? I have a page on my site with event listings, but would need to assign it somehow and fill in the data points…
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Plugin Not Working@msaari Thanks, this worked.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Plugin Not WorkingWas going to start a new thread, but figured may be having a similar issue.
Search works in some cases, but not others.
Example – Searching “medicare part D” returns a lot of “medicare” related pages/posts. searching “part d” returns nothing. Also, searching “part” returns nothing, despite this word appearing on nearly every page.
So far I have built an index. Tried with 3 word, and 2 word index.
You can test it from left side of home page here:
https://www.bgainsurance.net/“part d” should return many results, but nothing is found.
Any ideas on this one? Let me know if you have any questions.
If I enable Breadcrumbs using the plugin, it seems to block the custom schema I add to my site.
I added a custom JSON-LD snippet for Organization which appears on the home page in the source code. If breadcrumbs are DISABLED, the Google SDTT will confirm the placement of the organization code on home page.
If I ENABLE breadcrumbs, the tool no longer can see the home page Organization code, and instead it is seemingly “replaced” by breadcrumb schema, even though the Organization markup is still on the page.
Forum: Plugins
In reply to: [Simple Social Icons] Icon Color No Longer DisplayingThanks for the reply. I am not sure why this would be the case all of a sudden unless it has something to do with a recent plugin update.
Unfortunately I’m not in a position to modify any of the suggestions made at this time so I’ll need to use a different plugin to achieve the same results.
Thanks
Forum: Plugins
In reply to: [List Pages Shortcode] problem with sibling pages in WordPress 4.4I may be seeing a problem with this as well, however my issue is totally different…
All of the sidebar widgets on my theme straight up clear themselves after a given amount of time. They all move to Inactive status in the widgets manager.
I have been debugging for hours and I think it may be related to one sidebar using the sibling pages.
I am still testing but there may be some kind of bug that is shocking the whole system for my WP 4.4 install…
Forum: Fixing WordPress
In reply to: Removing Child/grandchild Categories, the Result…I can confirm that if you delete a child category that has grandchildren, the grandchildren will then nest under the next available parent and all URLs redirect.
Forum: Fixing WordPress
In reply to: Removing Child/grandchild Categories, the Result…Also one thing above you mentioned would not apply here – the posts do in fact have a category – the grandchild. It’s a few child categories that need to be deleted.
I guess I will delete them and see what happens.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Disabling Current Page on Breadcrumb Not WorkingOK thanks for the reply.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Blog Posts Failing Structured Data TestOK, thanks for the reply. It could have something to do with the way my child theme enables/disables breadcrumbs but I am not sure. I have another question but I will start a new thread.
Forum: Fixing WordPress
In reply to: Removing Child/grandchild Categories, the Result…OK I see – do you know if WP will automatically redirect the old URLs to the new now that it is changed?