wpxpert00
Forum Replies Created
-
I mean it works even with the javascript error, although it’s a bad practise.
Here you can see the error:
https://www.carina-felzmann.com/berufliche-neuorientierung-fuer-frauen-50/franchising-geschaeftschancen-fuer-frauen-50/
This error easily happens, for example if you use a newsletter popup and you have a newsletter registration in the footer.May I help you –> I got i similar problem it’s not v3 it’s v2 –> so your keys are wrong
Forum: Plugins
In reply to: [Minimal Coming Soon – Coming Soon Page] bugreportForum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Media Lightbox and SliderHi Johannes,
sure I set it up here again:
https://staging.elektrobranche.at/artikel/drei-neue-akku-sauger-von-de-longhi/
Thank you for having a look
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] AMP und Cookie HinweisJaa bei AMP funktionieren die meisten Skripte nicht, au?er eben Google Analytics.
Das würde mir helfen, ich will den Cookie Hinweis für Verlagsseiten benutzen und dort ist AMP eben sehr sinnvoll.
Eine L?sung aus einer Hand w?re hierbei natürlich toll, ich kann zwar auch anderwertig einen Cookie Hinweis für AMP einblenden, nur dieser ist nicht mit dem anderen Cookie Hinweis verknüpft.
Lg
Marko
- This reply was modified 4 years, 7 months ago by wpxpert00.
If quantity is implied, then it is not the database. On other issues, we fixed all global mistakes, there should be no problems
I had the bug that only 4 products are shown, although there should me many more in the slider. So reinstalled and it worked fine.
I just report what I experience. Maybe that helps maybe not. But thank you anyways!Thank you!
Sure you are really kind! I’m not used to developers that update their plugins, if you report something. So don’t feal pressured! It’s only a minor issue, but it would be nice.
Here I am a bit unsure:
In the past I had a some bugs to which the only solution was a reinstall of the plugin. – Then it worked fine. Im not sure but I think the bugs happend because of the updates. Maybe there is a database issue in regards to updates?Hi,
If the number of products is less than specified in the settings, then the carousel is not displayed:
I guess I know what you mean, but that doesn’t help.
By the way, a good idea, we will introduce such a function so as not to display products at all. In the next update, we will do this.
Yes the function should behave like: Don’t show slider if there less than “x” products.
If there are less then 4 Products nothing is shown for me:
Here I have 3 Products
https://www.footsteps.at/produkt/adidas-originals-gazelle-suede-easy-orange/If there are exactly 4 Products, the Slider is shown, which is kind of pointless:
Here I have 4 Products
https://www.footsteps.at/produkt/new-balance-wl574-leather-women-rose-gold/Here I have 10 Products
https://www.footsteps.at/produkt/converse-all-star-ox-red/Best,
Marko
- This reply was modified 4 years, 9 months ago by wpxpert00.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Cookies & CacheYes exactly!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Cookies & CacheHi,
Thank you very much for you answer.
Appriciate the support! I will buy your plugin for my customers in the future!
Last question how to get the wishlist hearts, if I have another ajax call.
Products Load More –> Receive hearts again via Ajax?
Best,
Marko
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Cookies & CacheThank you for the fast reply,
Ohhh I will stick with ajax loading then,
otherwise it doesn’t work, due to the fact that the wishlist is on every page so it excludes the Cache on every page.How to achieve that the counter is loaded with Ajax in the beginning too ? This code I copied from another post, does the Ajax loading only on update…
The code:
PHP
if( defined( 'YITH_WCWL' ) && ! function_exists( 'yith_wcwl_ajax_update_count' ) ){ function yith_wcwl_ajax_update_count(){ wp_send_json( array( 'count' => yith_wcwl_count_all_products() ) );} add_action( 'wp_ajax_yith_wcwl_update_wishlist_count', 'yith_wcwl_ajax_update_count' ); add_action( 'wp_ajax_nopriv_yith_wcwl_update_wishlist_count', 'yith_wcwl_ajax_update_count' );}
JS
$(document).on( 'added_to_wishlist removed_from_wishlist', function(){ var counter = $('.wishlist-counter'); $.ajax({ url: yith_wcwl_l10n.ajax_url, data: { action: 'yith_wcwl_update_wishlist_count' }, dataType: 'json', success: function( data ){ counter.html( data.count ); }, beforeSend: function(){ }, complete: function(){ counter.unblock(); } }) })
Thanks in advance,
Marko
Sure thank you ??
Everything allright know! I don’t know maybe a server objekt cache or something, I don’t know… – definitely no browser cache or plugin cache. Uff sometimes computers behave strange…
But thank you for the great plugin, appreciate that.
I just went back to 0.3.2 now it seems to work. Maybe disabling the plugin did the trick…
Without any Caches or Minfication, it was like this: (with 4 items per Row)
https://wp-xpert.eu/Zwischenablage01.jpgNo luck with bug reporting ??
- This reply was modified 5 years ago by wpxpert00.