rtkohl
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Autoptimize breaking Google Remarketing Codemartinjerome, that was exactly what I was looking for. Thanks, I guess I missed that when I was searching.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize breaking Google Remarketing CodeI am waiting to hear back from google if the CDATA line is actually needed or not.
As for the fix I actually had to disable the optimize HTML code option to get those lines to remain. I thought if I told it to let the HTML comments remain that might solve it but it did not, I had to disable the HTML option altogether.
I will see what Google tells me about those lines.
Thanks for your help.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize breaking Google Remarketing CodeHi Frank, my SEO guy is still telling me its not working. Its still stripping out /* <![CDATA[ */ and this /* ]]> */ which I have been told I need.
any thoughts on how to keep those?
Sorry if these are basic questions I am still learning this stuff.
Rich
Forum: Plugins
In reply to: [Autoptimize] Autoptimize breaking Google Remarketing CodeThanks Frank, I just found that in the readme but was still not sure what to add to the JS exclude list. I will try your recommendation and see if that works for me.
Thanks again.
Rich
That worked great! Thanks for the assistance Peter. I really appreciate it!
Thanks Peter, I will give this a try in the morning.
I am not much of a coder, I can kind of read through the code and if I played around enough I could probably get it to work. So if you could help me that would be nice. Our website is ultimatebeautylaserspa.com and yes we are using the Universal Analytics.
Like I said if I play around enough I can get it to work, which is kind of what I have done with this problem. I did modify the aioseop_class.php file.
I changed this line:
if (!empty( $aioseop_options[‘aiosp_ga_display_advertising’] )) {
To this:
if (!empty( $aioseop_options[‘aiosp_ga_display_advertising’] )&& !is_Page(391) ) {
So it is currently working but if there is a better way to do it so I don’t have to update the plug-in file every time its changed that would be great.
Thanks Peter, are you saying I need to update this code in the aioseop_class.php file? If that is where the change needs to be made what happens if we update the plug-in? will i have to make the change every time I update the plug-in or is there some easier way to do this?
Sorry, I am relatively new to all this so the more detail the better.
Thanks
Rich
Forum: Plugins
In reply to: [Easy Modal] New update give white screen of deathI just commented the section below out of the admin.php but would like it fixed so I don’t need to comment this out. Plus not sure if anything else will be wrong by me commenting it out, but I needed to get into admin.
//Commented out by RTK
//EModal_Admin::$Updaters[EMPRO_SLUG] = PucFactory::buildUpdateChecker(
//’http://73.35.38.80/api/v2′,
//EMPRO,
//EMPRO_SLUG
//);
//Here’s how you can add query arguments to the URL.
//EModal_Admin::$Updaters[EMPRO_SLUG]->addQueryArgFilter(array($this, ‘update_license_info’));
//End Commented out by RTKAny info or assistance would be great.
Forum: Plugins
In reply to: [Easy Modal] New update give white screen of deathI just updated the plugin with the latest update but it failed and now I can not even get back into the WordPress Admin site. I continually get this error message:
Fatal error: Class ‘PucFactory’ not found in /home/alipie1/ultimatebeautylaserspa.com/wp-content/plugins/easy-modal-pro/classes/admin.php on line 17
I don’t even get the login box, just going to the following url gives the error:
ultimatebeautylaserspa.com/wp-admin
Forum: Plugins
In reply to: [Easy Modal] After upgarde Not workingI am having the same problem on my site. All my modals are gone. I tried adding the code above to my functions.php file but I still don’t see any of my modals. Did I need to put it in a specific section or just any place? Do I have to do something to activate the new function or should it just run when I load the theme?
Forum: Fixing WordPress
In reply to: Google Analytics problemUpdate, I deactivated all plug-ins and that script still exists! UGH
Forum: Fixing WordPress
In reply to: Google Analytics problemI checked AddThis Smart Layers but could not find anything. I even went as far as deactivating that plug-in but it had no effect on the second instance of the analytics.
I have tried looking in all the files but can not find it, which is why I would like a utility that would allow me to search all the files on my wordpress site for a specific string so I could find where that information is being brought in from.
Forum: Fixing WordPress
In reply to: Google Analytics problemThx Courtney, I checked the spot where you can put it in the theme and it is blank, the only place I know of that I have it currently is in the All In One SEO Pack plugin.
I have tried deactivating the plug in and that takes out the one instance I added but the other one remains. I really need to remove the one that remains. I reactivated the plug and then I am back to two entries. I even added some code in the spot on the theme to see if that at least changed what I was seeing but it had no effect on the line I want to remove.
Do you know if there is a plugin that will allow me to search all the file of my website for a string of code?
This issue is no longer happening.