lsilver
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widgets Not Saving Or Being Saved In Wrong Widget AreaThanks, that sounds awfully familiar.
Forum: Fixing WordPress
In reply to: Widgets Not Saving Or Being Saved In Wrong Widget AreaThe theme is in the correct area. The site has been working just fine for the last year and then this started happening recently (no changes other than core, plugin, and theme updates and none of those were done immediately prior to the problems surfacing).
Forum: Plugins
In reply to: [Slack Notifications by dorzki] Can't get it to workI did everything over again and it works now.
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Word CountAlong the same lines, can we use the plugin to add to the data layer a way that we can categorize pages by parent page? So if we have a parent page with 4 child pages, we can see in the data layer of all 5 pages the parent page name?
Thanks for the quick reply. I was able to debug and found a conflict with the Autoptimizer plugin. I added the various scripts for your plugin to be excluded from being optimized by that plugin and everything is working as expected.
For anybody else, adding that alone didn’t work. I would up adding all of the following (not sure if I could have not included one of these you could always try):
gtm4wp-form-move-tracker.js,google_tag_params,gtm.js,gtm4wp_datalayer_name,dataLayer
Thanks. Looks like that worked.
Oh, I did add a Custom Dimension to Google Analytics as well as GTM referencing the variable.
Thanks
Forum: Plugins
In reply to: [Autoptimize] Any way of not minifying specific admin pages?So I added the code below to my functions.php file but it looks like it’s still optimizing. Did I do this correctly?
// add_filter('autoptimize_filter_noptimize','my_ao_noptimize',10,0); function my_ao_noptimize() { if (strpos($_SERVER['REQUEST_URI'],'?fl_builder')!==false) { return true; } else { return false; } }
Okay thanks. This is a very interesting plugin and one I’d gladly pay for. But those are two big issues for me to use them on my sites. I guarantee if you used a click capture tool you’ll see tons of people clicking on the icon expecting it to happen. Thanks for being open to the suggestion.
Thanks for the quick response.
FB: https://www.facebook.com/naifaca
SC: [fts facebook id=111963965505618 posts_displayed=page_only height=450px type=page]
Forum: Plugins
In reply to: [DP RDFa Breadcrumb Generator] Invalid Schema Markup!!!Not sure if this is the issue but when looking at the source code I’m seeing an extra ‘>’. This is present on two sites I checked. Here’s the code.
<div class="dp_breadcrumb_main" xmlns:v="https://rdf.data-vocabulary.org/#">You are here: <span class="dp_breadcrumb_span_home" typeof="v:Breadcrumb"><a class="dp_breadcrumb_a_home" rel="v:url" property="v:title" href="https://www.xxxx.com">Home</a></span> > <span class="dp_breadcrumb_span_1 dp_breadcrumb_span_last" typeof="v:Breadcrumb"><a class="dp_breadcrumb_a_1 dp_breadcrumb_a_last" rel="v:url" property="v:title" href="https://www.xxxx.com/laminate-flooring/" title="Laminate Flooring" >Laminate Flooring</a></span></div>
Forum: Plugins
In reply to: [W3 Total Cache] Error creating the CSS / JS minify cacheI am also having the issue:
Recently an error occurred while creating the CSS / JS minify cache: No sources to serve
Forum: Plugins
In reply to: [WP RSS Multi Importer] Mixed content warning due to imagesI installed the https://www.ads-software.com/plugins/wordpress-https/ and it fixed the mixed content issue. I’d prefer to do it without another plugin but at least it’s gone while I investigate other possibilities.
Forum: Plugins
In reply to: [W3 Total Cache] Grade F on Add Expires headersSame here.