infosws
Forum Replies Created
-
Hi,
I have tried again this morning leaving the old key and making a new one.
It just wont work at all 🙁Was really hoping to use this plugin but I just don’t have the time to try and get this working, its for a client see.
Sorry but I am going to have to try something else.
Steven
Forum: Plugins
In reply to: [Autoptimize] Exclude a single js file from aggregation on specific pages?Hi,
I am a developer (Only in the last few years though) 🙂
Looking at your helper file again, this seems to be close:
@param $exclude: comma-seperated list of exclude strings
@return: comma-seperated list of exclude strings */
// add_filter(‘autoptimize_filter_js_exclude’,’my_ao_override_jsexclude’,10,1);
function my_ao_override_jsexclude($exclude) {
return $exclude.”, customize-support”;
}Following that above, does this look correct?
add_filter(‘autoptimize_filter_js_exclude’,’my_ao_override_jsexclude’,10,1);
function my_ao_override_jsexclude($exclude) {$url = $_SERVER[‘REQUEST_URI’];
if (strpos($url,’example-page’) !== false) {
return $exclude.”, script-name-here? “;
} else {
return $exclude;
}
}
I’ve not tried it yet but that’s my guess as to what its supposed to be.
Appreciate your help.
Forum: Plugins
In reply to: [Autoptimize] Exclude a single js file from aggregation on specific pages?Hi,
Thanks for a fast reply!
Do you have an example of this at all please?
Could I request this gets added to the helper file you have please?Much appreciated!
Forum: Plugins
In reply to: [FaceBook Feed] Redirection correctionHi @abhipathak,
Awesome, will look forward to that.
I’ve left you a nice 5 star review and will make this as resolved.
Cheers
Forum: Plugins
In reply to: [FaceBook Feed] Redirection correctionHi @abhipathak,
I’ve just tested this and its perfect, thank you!!
Are you going to add this in the next update?? 🙂
Thanks again.
Forum: Plugins
In reply to: [FaceBook Feed] Redirection correctionHi @abhipathak,
Any news?
Its really letting some sites down and would love to have this fixed 🙂
Cheers
Forum: Plugins
In reply to: [FaceBook Feed] Redirection correctionHi @abhipathak,
That’s alright,
I’ve tried to use the display none but it doesn’t actually remove the code from the page so the redirect still takes place slowing down the page slightly.
If you could implement some kind of fix (Correcting the redirect or simply removing the image) that would be awesome!
Cheers
Forum: Plugins
In reply to: [CDN Enabler] CDN Enabler not workingHi @codyarsenault,
Thanks for your help, I did wonder if I should be raising a ticket there.
I’ll get that done shortly.
Cheers
Forum: Plugins
In reply to: [CDN Enabler] CDN Enabler not workingHi @codyarsenault,
Hopefully you should be able to see that here: http://imgur.com/a/ud2aQ
Please let me know if you have any troubles
Cheers
Forum: Plugins
In reply to: [CDN Enabler] CDN Enabler not workingHi @codyarsenault,
Yes, CDN Enabler and Autoptimize both have the CDN URL added to them but only Autoptimizes stuff is being served from the CDN for some reason.
I wonder if its something to do with the domain as its not a standard one? (.club)
Cheers
Forum: Plugins
In reply to: [WooCommerce] can’t add attributes for variable productHi All,
I have been doing some debugging to try and narrow down the problem. I have found it to be visual composer + ultimate add-ons to be the cause of this on my install.
Is everyone else using these plugins too?
In my case I will have to contact our theme’s developers to correct the problem.
Forum: Plugins
In reply to: [WooCommerce] can’t add attributes for variable productHi all,
Just want to add that I too have the same issue here, error looks identical to that above.
Following post
Forum: Plugins
In reply to: [FaceBook Feed] Output is missing spacesHi @abhipathak,
Sorry for the late reply, I’ll mark this as resolved now.
Forum: Plugins
In reply to: [Autoptimize] A/O not working with CDN Enabler using httpsHi Frank,
I took another look this morning and rechecked the settings, it seems I was at fault!
I added the trailing slash to the URL in the CDN Enabler and noticed it said not too 🙂
Soon as I removed that it started working properly.
Thanks for getting back to me so quickly, love the plugin.
Forum: Plugins
In reply to: [FaceBook Feed] Output is missing spacesHi @abhipathak,
Thanks for sharing this, its still not quite right but a little bit of tweaking and I have worked out what it is.
I guess I should of been more clear and said it was the line break causing the issue but we don’t need a line break showing just the space that’s needed instead for it to read properly 🙂
With the latest bit of code you sent me, this one here, if you remove the pre from classes more-content and wff-post-text and replace them with <div> tags it, that seems to solve the issue.
As I have seen this on a few sites now using this plugin, I guess you will roll an update out for it ?
Cheers