EasyEl
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] avoid admin-ajax.php callsAert, thank you so much for the detailed response. Unfortunately the response times are quite high. I went ahead and contacted you via your website. Appreciated!
Forum: Plugins
In reply to: [WP Super Cache] Aelia Tax Display and Currency Converter WidgetAelia provides a plugin for Wp SuperCache. I followed their instructions and it almost works. I also added this to functions:
function myplugin_add_wpsc_plugin_filter( $plugin ) {
$plugin->wpsc_add_plugin(‘Aelia_Internationalisation_WPSuperCache’);
return $plugin;
}
add_filter( ‘wpsc_plugin’, ‘myplugin_add_wpsc_plugin_filter’ );What does not work is to use an external plugin folder that is defined in wp-config.
I defined folder and path:
$wp_cache_plugins_dir = ‘/var/www/clients/client1/web/wp-content/wpsc-plugins’;
But it won’t budge until I put the plugin into the Wp SuperCache own plugin folder. The path is the full path and correct.
Any support would be appreciated!
Forum: Plugins
In reply to: [LH QR Codes] Pass text in URLHey,
looked through the code and was able to do it like this:
http://www.example.com/page/?text=testingthis&__lh-qr-codes=1Messes up the theme somehow but the parameter gets passed. Any idea on how to this better?
Best,
Elmar@stariycom – I salute you. I tried a gazillion different things but this just did it!
Forum: Plugins
In reply to: [WooCommerce & qTranslate-X] Your order is complete [:en]xxx[:es]yyy[:]You need to find the right filters and add the filter name to the qtranslate Custom Filters list. Do find it, go through the WooCommerce Docs and test.
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Google Tracking Code will not saveI hate when people ask but never answer, so here is the solution. You cannot use the Google Analytics code but need to use a modified AMP version of it.
Check out:
https://developers.google.com/analytics/devguides/collection/amp-analytics/May the force be with you!
Forum: Plugins
In reply to: [WP YouTube Lyte] Disable fullscreen controlFrank, I tought about it but never actually tried it. Awesome that this works. Great news!
Best,
ElForum: Plugins
In reply to: [WP YouTube Lyte] Disable fullscreen controlHi Frank,
will this be added in the future? For us only the lyte shortcode works and it would be great to be able to do:
[lyte id=”DGRbSe44Xno” modestbranding=”1″ autohide=”1″ showinfo=”0″ /]
Plans for this? I now I could edit the js code but it will be gone at the next update so I try to avoid that.
Best,
Elmar- This reply was modified 9 years, 6 months ago by EasyEl.
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal Credit (Ratenzahlung) in GermanyVery cool. I think that credit payment will be a huge sales driver. Especially since it is something that Amazon does not not provide, so it is a real USP.
Thank you for the quick feedback!
Forum: Plugins
In reply to: [qTranslate X] 500 internal server error after upgradeIt was a mixture of issues that weren´t qtranslate-x related as far as I remember. There was a bug in a plugin called “Cookie Notice” though that I updated at the same time. This again had ripple effects towards another plugin called “WP Rocket”. It is sometimes very hard to nail things down. Good luck!
Forum: Plugins
In reply to: [qTranslate X] SSL redirect errorJohn, I will check it out in a few days. We do not need to switch asap but it is on my list. Thank you for the support, time and effort you put into this project!
@funic. Thanks a lot for letting me know. Appreciated.
Forum: Plugins
In reply to: [qTranslate X] Double Images in image language chooserOk. I will revise the CSS.