borndigital
Forum Replies Created
-
Hi @mikes41720
Thank you for providing the API – but I guess we don’t want to completely disable the breadcrumb schema. I used the original Google Rich Result URL test that was provided above, and it looks like there is just an empty itemListElement at the end of the breadcrumb results: https://search.google.com/test/rich-results?id=5jkUr_WBqxbF183CrzumRg
Do you know where this issue could be stemming from?
Thank you for your assistance!
Hi Suwash @suascat_wp,
We have ‘breadcrumbs’ disabled in the ‘Search Appearance’ tab of the plugin. We don’t want to set a custom Breadcrumbs Title for each page, as they are dynamically created. How do we remove the breadcrumb on these pages?
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Server Info Not Displaying ProperlyPlace the above code I provided in the body of any WordPress theme file. And log the output of this array variable: $lead_info.
You should see the output is different when 1) W3 Total Cache plugin is enabled; and 2) W3 Total Cache plugin is disabled.
Forum: Plugins
In reply to: [W3 Total Cache] Server Info Not Displaying ProperlyWebsite URL: https://securerecordssolutions.com/
We use Google Analytics on the site. Our script is for additional tracking purposes.
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Server Info Not Displaying ProperlyThe issue does persist if we disable Page cache. In fact, the issue remains when we uncheck (disable) all caching options on General Settings tab. Only when plugin is deactivated on plugins page, does the issue go away.
If we exclude specific resources from cache – we just find other cached resources being displayed as incorrect information.
Forum: Plugins
In reply to: [W3 Total Cache] Server Info Not Displaying ProperlyHi Marko,
We have a tracking script that tracks the landing page the user landed on and where they came from (referral URL) / traffic source. It’s failing specifically for ‘Direct Traffic’.
With the plugin is turned on, we get this information:
{“Traffic+Source”:”https:\/\/domain.com\/wp-admin\/admin.php?page=w3tc_pgcache”,”Landing+Page”:”https:\/\/domain.com\/wp-admin\/admin-ajax.php”}
Sometimes the URLs will change, and we’ll get other cached resources, such as a Contact 7 plugin resource: https://domain.com/wp-json/contact-form-7/v1/contact-forms/77/refill
When the plugin is deactivated, it works as expected:
{“Traffic+Source”:”Direct”,”Landing+Page”:”https:\/\/domain.com\/”}Here is the PHP code snippet:
if (empty($_SERVER['HTTP_REFERER'])) { $lead_info['Traffic Source'] = 'Direct'; } else { $lead_info['Traffic Source'] = $_SERVER['HTTP_REFERER']; } $lead_info['Landing Page'] = 'https://' . $_SERVER['HTTP_HOST'] . strtok($_SERVER['REQUEST_URI'], '?');Thank you for your help!
- This reply was modified 6 years, 2 months ago by borndigital.
- This reply was modified 6 years, 2 months ago by borndigital.
Hi Photocrati. We’re experiencing the same error. We just tried deactivating all plugins including yours, and then re-enabling it, and it did not resolve the issue. Do you have a solution for this bug?
Thanks!
Forum: Plugins
In reply to: Yoast Latest Version Not Saving Meta TagsI finally Deleted the post and created a new one and the description tag saved. Not sure if the DB entry was corrupted somehow or what. I will post again if the issue comes up again.