jez86
Forum Replies Created
-
What I did is hiding the stars in css :
.single-product .kk-star-ratings, .single-product .ssba-classic-2 {
display: none;
}Then, using AssetCleanUp I unloaded the script and css of the kk-star plugin on product type pages. This part is only to optimize the loading performance.
Sorry for my late answer @ctrlaltdelete, you’re right it is a lazy load images issue.
I looked for this problem on the web and found the same issue on other plugins…
https://github.com/Automattic/jetpack/issues/9914The solution is to trigger a specific event on card refresh… I guess we can adapt the solution showed in the github thread but I don’t know exactly how to.
If somebody knows how to, I will be grateful ??
Hello,
I have the same issue. Did you find a way to resolve your problem ?
Regards
JezForum: Plugins
In reply to: [Flexible Woocommerce Checkout Field Editor] not coming in logic lineHello,
I have the same problem, since a recent update (of woocommerce i guess, i’m running on WordPress 4.9.8 and Woocommerce 3.5.1), it is impossible to put the custom fields after or between the standard fields (I only checked for billing fields), they all appear at the top of the form.
Jez
Forum: Plugins
In reply to: [No longer updated - Boxtal] Bug on pluginBonjour,
Je me permets de répondre malgré le fait que le sujet date d’il y a quelques semaines.
Je rencontre ce problème quand j’ajoute des articles au panier et que je suis connecté en tant qu’admin wordpress.
Les lignes incriminées :
foreach ($package_by_address[$address_id] as $cart_item) { et foreach($multiparcel_info['parcels'] as $i => $parcel) {
Je pense qu’on tombe dans un cas où les variables ne sont pas initialisées correctement… après j’ai fait quelques tests sans être connecté comme admin, en étant ou non connecté en tant que simple client et je n’ai pas le souci, donc ce problème ne me semble pas gênant en apparence.
Forum: Plugins
In reply to: [Max Mega Menu] close stiky menu when scrollingThanks Tom for your quick answer and your helpful tips.
I mark the post as resolved because it is not about provided features.
Regards,
JezHi Tom,
Thanks a lot, its working !
Cheers,
JezSounds great about the 1st point ??
About your correction, unfortunately, its not working : I can’t open the sub-menus if I add the css.
And actually I just got one thing… The problem is not present on the main page but you can reproduce it on any other page, even with a desktop browser.
The difference between the homepage and the others is the “service bar” just under the menu. If I add it on every page, there’s no problem anymore.Hi Tom,
First I want to thank you for your quick answer.
1) Ok, so I can’t manage to have two columns on certain menu items and only one for others… If you know a trick to do this :), otherwise it could be an interresting feature to include in a next version.
2) I don’t think its a z-index issue because I can see the sub-menu over the content below. And its working if I add another menu item without touching the z-index.
May be its about the event hidding the sub-menu considering that I’m clicking outside the menu because I’m under the last item. I don’t know if the “click” event is the same for mobile, if not it can explain why its working with a desktop browser.Regards,
Jez