kevinc81
Forum Replies Created
-
Forum: Plugins
In reply to: [Leaflet Map] Leaflet map not centered on Google ChromeOn Google Chrome : https://i69.servimg.com/u/f69/11/39/41/06/leafle11.jpg
On Firefox : https://i69.servimg.com/u/f69/11/39/41/06/leafle10.jpg
Thank you for your response.
This code works (with one # missing) and I thank you very much for that:div#bwg_thumbnails_0 { margin:auto; }
But it’s just a patch, I have to duplicate this code by changing the id so that my pages containing multiple galleries are displayed correctly.
It should not be necessary to correct the behaviour of the gallery with CSS code, except to customize something.
For example, I had to put all this CSS code because I have up to 32 galleries on a single page :div#bwg_thumbnails_0 { margin:auto; } div#bwg_thumbnails_1 { margin:auto; } div#bwg_thumbnails_2 { margin:auto; } div#bwg_thumbnails_3 { margin:auto; } div#bwg_thumbnails_4 { margin:auto; } div#bwg_thumbnails_5 { margin:auto; } div#bwg_thumbnails_6 { margin:auto; } div#bwg_thumbnails_7 { margin:auto; } div#bwg_thumbnails_8 { margin:auto; } div#bwg_thumbnails_9 { margin:auto; } div#bwg_thumbnails_10 { margin:auto; } div#bwg_thumbnails_11 { margin:auto; } div#bwg_thumbnails_12 { margin:auto; } div#bwg_thumbnails_13 { margin:auto; } div#bwg_thumbnails_14 { margin:auto; } div#bwg_thumbnails_15 { margin:auto; } div#bwg_thumbnails_16 { margin:auto; } div#bwg_thumbnails_17 { margin:auto; } div#bwg_thumbnails_18 { margin:auto; } div#bwg_thumbnails_19 { margin:auto; } div#bwg_thumbnails_20 { margin:auto; } div#bwg_thumbnails_21 { margin:auto; } div#bwg_thumbnails_22 { margin:auto; } div#bwg_thumbnails_23 { margin:auto; } div#bwg_thumbnails_24 { margin:auto; } div#bwg_thumbnails_25 { margin:auto; } div#bwg_thumbnails_26 { margin:auto; } div#bwg_thumbnails_27 { margin:auto; } div#bwg_thumbnails_28 { margin:auto; } div#bwg_thumbnails_29 { margin:auto; } div#bwg_thumbnails_30 { margin:auto; } div#bwg_thumbnails_31 { margin:auto; }
Hello Asya,
Thank you for your answer and no worries about the delay.
I did the update, cleared the browser cache, and tried again, without success.
I tried to disable the plugins to see if there was a conflict somewhere, but it didn’t work.
I took a new screenshot with the “inspect” console, hoping it would help.Best regards,
Kévin CAROL
Hello,
It worked! Thank you very much.
Here is the answer from the creators of the theme I use : https://zupimages.net/up/19/50/24he.jpg
It is interesting to know that the transition from version 4 to version 5 will not be smooth! Everything will depend on the configuration of each one.
Best regards,
Kévin CAROL
Thank you for your answer.
There is currently no update on the theme, but I contacted them to find out if they have an update planned.
If it doesn’t require too much work to you, I would be happy to use the custom version you are proposing, thank you for that.
I only use the Facebook part of your plugin. My website being a photo blog, and even if I have an instagram account, it would be a duplication to display both, the content being the same.
Best regards,
Kevin CAROL
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Site Map@zhannak Thank you
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Site MapHello,
I thank Sa?a for writing a message here, this is the person who analyzed my issue on the Yoast plugin forum and managed to find the source of the issue.
I noticed the issue on my sitemap ( https://karnoden.fr/page-sitemap.xml ) only yesterday on a routine check, I notice that in fact it appeared a while ago.
I hope that Sa?a’s analysis will help Photo Gallery’s coders to solve the issue.
Best regards,
Kévin CAROL
Forum: Plugins
In reply to: [Yoast SEO] Part of the sitemap contains errorsThank you very much Sa?a for the analysis.
It is this plugin that is the cause, I must have emptied the cache badly yesterday when I disabled the plugins one by one to isolate the problem.
I saw that you answered in their topic and I thank you for it, I will also write an answer there.
I close the topic here since the problem is with them.
Best regards,
Kévin CAROL
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Redirection tos pageThank you for your answer.
Understood! I made the modification by adding the shortcode in the dialog box and it works perfectly.
Problem solved!Best regards,
Kevin CAROL
Forum: Plugins
In reply to: [Autoptimize] Partially exclude the jquery script from AutoptimizeHi,
In this way it has worked perfectly ??
Thanks to your help, my website has saved more than 2 seconds of loading on pages where jquery is not necessary !
Thank you for everything
Best regards,
Kévin CAROL
Forum: Plugins
In reply to: [Autoptimize] Partially exclude the jquery script from AutoptimizeHi,
First of all, thank you for your answer.
It’s okay for the delay, I will have written a reminder in a few days if I hadn’t received a reply !I added the missing “}” to your code and placed it in the functions.php file
Unfortunately this code is problematic, as soon as I validate the modification, I can no longer access any page of the administrator part of the site, the famous “white screen admin panel of death”. However, the site remained accessible as a visitor.
I had to restore a backup via my FTP FileZilla.I don’t know what could have caused a bug so much in this code, I’m not a professional in this field…
I will therefore need your help again, and I thank you in advance.
Best regards,
Kévin CAROL
- This reply was modified 6 years, 3 months ago by kevinc81.
Forum: Plugins
In reply to: [Autoptimize] Partially exclude the jquery script from AutoptimizeHi,
Maybe I wasn’t clear enough in my explanations
I would like to exclude from optimization js/jquery/jquery.js only for article pages (those parts of the website that have the conditional tag ‘is_single()’) )
Is there a function, to be placed in the functions.php file or elsewhere, of this type? :
function __deactivate_autoptimize_jquery_if_page() { if( is_single() ) { add_filter( 'do_autoptimize_jquery', '__return_false' ); } } *this function is not correct, it is just to illustrate my request
Best regards,
Kévin CAROL
- This reply was modified 6 years, 3 months ago by kevinc81.
Hi,
Thank you for your answer
It worked perfectly, I thank you !
Best regards,
Kévin CAROL
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Bug report 1.5.0Hi,
No change in 1.5.5
Best regards,
Kévin
[Moderator note: Please, No bumping.
- This reply was modified 6 years, 5 months ago by Jan Dembowski.
- This reply was modified 6 years, 5 months ago by Steven Stern (sterndata).
Hi,
No I didn’t make any changes during the duration of the problem, the last plugin and .htaccess changes were 3/4 days before this problem, and I haven’t done anything since.
Mystery !I thank you once again.
Best regards,
Kévin