BjornB
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] AO removes Youtube Play button on preview imagesOK, I’ll leave it as is. Thanks for the prompt response!
Forum: Plugins
In reply to: [Autoptimize] AO removes Youtube Play button on preview imagesIf I un-check “also aggregate inline CSS”, the play button reappears.
However, does it not impact page speed negatively by not having this option checked?
Forum: Plugins
In reply to: [Autoptimize] AO removes Youtube Play button on preview imagesChecked options are:
Optimize CSS Code?
Aggregate CSS-files?
Also aggregate inline CSS?
Generate data: URIs for images?Forum: Plugins
In reply to: [Redirection] Set nofollow on redirection linkNothing?
Forum: Plugins
In reply to: [Redirection] Can’t redirect links that contains variables@mmichtus, try this:
^(?i)\/insert-link-here(\?\S+=\S+(\&\S+=\S+)*)?$For instance, if you want to redirect /hello the redirection should be:
^(?i)\/hello(\?\S+=\S+(\&\S+=\S+)*)?$Don’t forget to check the regular expression checkbox.
This regex should work with variables in the link.
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Case (in)sensitive option?Dead silence in here
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Case (in)sensitive option?+1 for this option. Any chance it will be added?
Forum: Plugins
In reply to: [Redirection] Error since 3.5 upgradeForum: Plugins
In reply to: [Redirection] Warning messages after update to WordPress 3.5Same error for me. Changing
$wpdb->prepareto$wpdb->queryremoved the error. Thanks Sam.