acy
Forum Replies Created
-
@jan:
Looks like I was wrong assuming it’s the double slash. Another plugin had the same issue. That means W3 Total Cache caused all this. Your hint helped me to fix it:I added “wp-content/plugins/*.css” to the “Custom File List” in CDN settings. (“{plugins_dir}/*.css” doesn’t work)
Really appreciate your help!
Oh that was quick ??
Unfortunately the double slash is gone but the URL still not pointing to CDN (Cloudfront):<link rel='stylesheet' id='wpgeshi-wp-geshi-highlight-css' href='https://www.domain.xxx/wp/wp-content/plugins/wp-geshi-highlight/wp-geshi-highlight.css?ver=4.2.2' media='all' />
This is how my header looks like:
The URL to all static files is beeing generated/rewritten correctly by the w3 total cache plugin as I’m using Cloudfront:
<link rel='stylesheet' id='default-css' href='https://xxxxxx.cloudfront.net/wp/wp-content/themes/r3/style.css?ver=1.23' media='all' />
That works fine with all used plugins except yours. It still looks like this:
<link rel='stylesheet' id='wp_geshi_wp-geshi-highlight-css' href='https://www.domain.xxx/wp/wp-content/plugins/wp-geshi-highlight//wp-geshi-highlight.css?ver=4.2.2' media='all' />
It might be caused by the double slash (“//”)?
also interested ?? thanks!
Forum: Plugins
In reply to: [WP-reCAPTCHA] rcommentid and rchash undefinedsame here. any updates?
same error here
Forum: Plugins
In reply to: WooCommerce | Customize add-to-cart-variation.jsHey wpdavid! I have the exact same problem. Did you find a solution yet? I’m curious!
Forum: Plugins
In reply to: [Constant Contact Widget] sf_widget_constantcontact__1_submit is not definedJust rated 5 stars…
I added this after line 121 to show a loading message because my ajax request take some time ??
.’n.innerHTML=”‘.esc_attr(“Loading… Please wait.”).'”;’
Forum: Plugins
In reply to: [Constant Contact Widget] sf_widget_constantcontact__1_submit is not definedI fixed it by creating a shortcode using a function provided here: https://wp.smashingmagazine.com/2012/12/11/inserting-widgets-with-shortcodes/
Forum: Plugins
In reply to: [Constant Contact Widget] sf_widget_constantcontact__1_submit is not definedOk. Damn. I took another look. wp_texturize is converting “&” to “&” in the script part…
wow this was damn fast! awesome ??
Forum: Fixing WordPress
In reply to: Delete all one-word commentsSo… I found this solution: https://stuff24.de/blog/delete-all-one-word-wordpress-comments-at-once/
thanks mikko! your fix works well… thanks again!
oh yes, I’m using it ?? Any workaround?
I get no return. Even no
array(0) { }
as before…