bozzo23
Forum Replies Created
-
So tested , disable re activate plugin , still same.
if i purge cache , then the minified fille are put aside, keep in case of future need ( In order to prevent broken pages when using a third party page caching, WP-Optimize keeps the stale minified cache for 30 days.
Enter 0 to never keep stale cache.)
i still have the 30 there.but if i purge the minimified cache , now , it purge it all (curent and total go to 0), when in past it was just purging curent cache.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Choose image ordergreat , tested , and works good ??
best support ever, thanks a lot
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Choose image orderfor now on my side its fine as i put 0 … so you can fix just next update ??
and yes i guess the variable is use as text and not as numberForum: Plugins
In reply to: [Lightbox with PhotoSwipe] Choose image orderso it did the trick , need to have number with 0 and it work like charm for me ??
thanks a lot
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Choose image orderhello
just tested it , so after first test , the behavior is not good , or i have to put number diferent way…
it do 1 – 10 – 11 – 12 …
i will try to start number with 0
01 02 03 04…sorry english is not my native language so i guess i didnt explain myself good , i will try to be more clear.
ok , so i use free version for now and i dont have those sorting option , but they are normal sorting , i can do same easy when i call the data base.
What i speak about is sorting image in folder , but i chose the order by drag and drop the image.lets call it , manual sorting.this would help people who often go take some image in one folder to put them on top and get them faster , but also , and thats where its interessing , when people use the widget to create galerie , use manual order to choses the order to display image.Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Choose image orderwell its the most easy case for me ??
i will do the coding now so it will be ready for the update.
thanks a lot for all this ??Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Choose image orderi cheked tabindex looks good for me , not a problem to add it in the or even in the .if its not to much assle to add the support for this i will be very happy if you do so.
thanks in advancehello, herre some code part :
<section class=”skip-lazy”> <– here i create section in my theme and put skip-lazy class , its to avoid the lazy loader to work on this part of code.
<div class=”uagb-section__overlay”></div>
<div class=”uagb-section__inner-wrap”>
<div class=”wp-spaios-slider-wrap wp-spaios-row-clearfix” ……since there is often that kind of problem ( not always but well) you could have a built in part where people can put that kind of class for their lazy loader ( or other plugin) when there is conflict
so to make it short i found out it was my lazy loader , yes i tested it before , but i guess i missed my test due to some cache .
anyway , i can use a class to avoir the loader to create probleme.
so i can embed your slider to put that class on some div or what ever , but , it would be nice , for future , to have a way to put something in first class of slider.
ofter loader and other plugin that may create problem ofer some class to avoid specific code. you should do it .. easy code i guess , and will help many people for sureForum: Plugins
In reply to: [Lightbox with PhotoSwipe] More option in post pageok i will look intoo it , thanks for the head up and the quik fix… great support way over all my hope.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] More option in post pagewow , that a crazy fast reply.
Its allready turn off. but i dont use caption , so the picture go all way down.
you can see it here https://www.nada-photo.fr/seance-photo-nouveau-ne/galerie-nouveau-ne-111954
picture in portrait mode go to bottom… maybe just filling up caption <div> with some space when caption is not in use would be way enought fix.Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] More option in post pageha , sorry english is not my native language …
i want option to “Show WordPress galleries and Gutenberg gallery blocks in separate lightboxes” or the option to show all the wordpress galerie and gutenber galerie (in a singel post) in an unique lightbox as option in post editor. so we can have a default behavior in main setting, plus a special bahavior per post.I also report a very minor bug , when pisture are in portrait mode , it go to total bottom of screen. would be nice to have same margin like on top with the small menu… probably more amatter of taste than really a bug.
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] google bot need old css and jsshould remove the CSS folder in code i gave
if(strpos($_SERVER[‘REQUEST_URI’], “/wp-content/cache/breeze-minification/”) !== false){header(“HTTP/1.0 410 Gone”);}
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] google bot need old css and jsto improve a bit , i put this in my 404 page of my theme
if(strpos($_SERVER[‘REQUEST_URI’], “/wp-content/cache/breeze-minification/css/”) !== false){header(“HTTP/1.0 410 Gone”);}it will generate a 410 when there is a visit in breeze cache and it dont find file.
this is better for google since if he find 404 he comme back again and again to try to get the file , if he find a 410 he know its gone and dont try again to find the file.best is to still have the file for google…