pixelcrash
Forum Replies Created
-
Forum: Plugins
In reply to: [Well-Handled Email Templates] HTML in data array()Thanks a lot!
Hi sorry for my late reply. I disabled the plugin to fix some other things first. So the site is not a multisite. We use wpml, wp-rocket, ACF, and custom post types.
I also get this error:
To configure email notifications please contact the administrator of this multisite network on?xxxxx@email.comI update your plugin to Version 4.5.2
let me know how I can fix this – thx
Forum: Plugins
In reply to: [Fly Dynamic Image Resizer] Does your plugin work with srcset?Hi – I would say yes – as you can create any image size on the fly. You hill have to make your own code for correct srcset display
Forum: Plugins
In reply to: [Polylang] Polylang will not display featured image in 2nd languageI have the same problem. I ouptut the $product ID of the current product view and it is all correct -Text, Title etc is all in the correct language, just the images are always wrong. It will always show the latest update. If I update the english version and save – the german version will have the english images and vice versa.
Any ideas?
Synchronization for featured image is turned offP.S We are selling books and the correct images is essential
- This reply was modified 4 years, 3 months ago by pixelcrash.
Hello,
I am having the same problem. I already disabled all the other plugins (no luck) and I checked my SSL/TLS with https://www.ssllabs.com and I do have an “A” with TLS 1.3. But still, my form is not populated with fields.
any updates on this matter?
That is what shows up and also the icons, but now fields
<!– a Stripe Element will be inserted here. –>I tried already:
– update SSL/TLS -> all good now
– disable plugins (I am using German Market Plugin)
– tried the suggestion with the cookie.min.js plugin
– added some CSS styling (no fields show up to style)
– test modus
– added all the stripe hooks to the endpoint ?wc-api=wc_stripe (141 in total) for test and liveWe need to launch this site soonish and we thought this is done within a day, but now we are stuck.
– WordPress 5.1.1 with a Timber Theme
– Woocommerce Log here:
https://mutamo.at/log-06-05-2019_woocommerce.txtSo what next?
Thanks for any hintForum: Plugins
In reply to: [Accept Stripe Payments] ERROR: Warning: Cannot modify header informationSolved – Thanks for the fast fix!
Forum: Plugins
In reply to: post_ID, temp_ID, and draftshe there!
did you manage to solve your problem already? I am facing more or less the same problem. I am trying to get a better and more precise way to add images and videos – it only should be possible in one way – and I need the ID also before adding the images or videos.
maybe you can help me already out
thanks
georgForum: Fixing WordPress
In reply to: permalinks update function();I am glad to answer my question myself
First thing you need to do is to include(“wp-config.php”);
after that you can call the function $wp_rewrite->flush_rules(); which will update all the permalinks for me it works perfectly.have a good one