Forum Replies Created
-
AuthorPosts
-
November 4, 2025 at 7:36 am in reply to: Easy slider arrow on desktop and dot navigation on mobile [solved] #1490906
Hi Ismael.
Perfect. Thank you always.Guenni007 you are a star.
Thank you very much.
November 2, 2025 at 6:45 am in reply to: Easy slider arrow on desktop and dot navigation on mobile [solved] #1490863Hi Mike,
Thank you very much. I removed custom-slider-navBut dot not showing on mobile with
/* Hide dot navigation on desktop devices */
@media only screen and (min-width: 768px) {
.avia-slideshow-dots {
display: none !important;
}
}/* Hide arrow navigation on mobile devices */
@media only screen and (max-width: 767px) {
.avia-slideshow-arrows a {
display: none !important;
}
/* Optional: Ensure the dots are visible on mobile if they were hidden by another setting */
.avia-slideshow-dots {
display: block !important;
}
}Hi Gueenni07
Thank you very much.
Here it is https://tabijapon.com/circuits-sejours-japon-2/Regards,
XavierHi. Any idea?
Hi Rikard,
It’s what I thought. Thank you anywayHi Rikard,
Thank you to followup.
Yes…just did.Deleted the image. Renamed it, then uploaded and voila.
Thank you for the support.Best,
XavierHi,
Thank you for the prompt reply.Sure https://wanotabi.com/transparency.png
Also cleared multiple time all cache.
Thank you
Hi again
I made it work using
add_filter( ‘body_class’, function( $classes ) {
if ( is_page( array(26302, 23457, 26722, 18606, 20583, 22309, 25428, 23142, 20126, 20429, 24957, 20084, 18609, 21127, 22459, 23130, 21233, 20634, 22166) ) ) {
$classes = array_merge( $classes, array( ‘noLightbox’ ) );
}
return $classes;
});Is there a way for me not to add every time a page ?
Thank you
Hi Ismael,
The Dev is not really responding.I found this https://kriesi.at/support/topic/nextgen-wordpress-issue/ and did
add_filter( ‘body_class’, function( $classes ) {
if(is_page(26302, 24957)) {
$classes = array_merge( $classes, array( ‘noLightbox’ ) );
}
return $classes;
});It works on 26302 page, but I can’t find how to make it work on 24957 or multiple pages.
Thank you for your support.
regards,
Xavier
Hi Ismael,
You are a star. Thank you for the prompt solution. Works perfectly.But any idea about when clicking the image the caption of the image doesn’t appear?
Thank you
January 27, 2025 at 11:12 pm in reply to: Cookie Handling and Cookie Consent Messages (solved) #1475886HI Ismael,
Seems fixed…I don’t know you did.
Thank you alwaysJanuary 27, 2025 at 7:27 am in reply to: Cookie Handling and Cookie Consent Messages (solved) #1475849Thank you Ismael
January 27, 2025 at 7:08 am in reply to: Cookie Handling and Cookie Consent Messages (solved) #1475844Hi,
Thank you for the prompt response.
No change.And we use Enfold on another website with WP Carousel with no issue sand same eror. https://guideaujapon.fr
Regards,
Xavier-
This reply was modified 9 months, 1 week ago by
koomo.
Solved but very weird.
Basically a color code for the socket which making the form unusable
Thank you always.
Hi,
Thank you but with the css I put before (please see above) it worked too.
The form simply doesn’t work…not only the calendar.Try to input email or name or…
When clicking with the mouse, can not even fill the form.
When I reset the theme…all fine. As soon I start to input my oiwn style it doesn’t work.
Thanks
-
This reply was modified 11 months, 3 weeks ago by
koomo.
Hi Ismael,
Never thought about it and it makes sense and work perfectly.Thank you very much always.
Best,
Xavier-
This reply was modified 12 months ago by
koomo.
All good thank you
Rikard…you’re a star.
Thank oyu very much
Hi RIkard…that works perfectly. Thank.
THe only thing is for each form I use I will have to put a separate code.
But no big deal.
Thank youRikard,
Thank you, but tried already.
It works with the console but not with Quick CSS.Guenni007,
You are a star…thank you so much.Thank you but I need to hide products from search.
Thank youy
Hi,
I want to use the menu search
And on the page, a hidden search on wide scree.
I don’t want to buy a plugin. There must be a way to remove wooconmerce products for search.
Thank you.Hi,
Thank you for getting back to me.
I need the same code for products – which I don’t want to be included in search.
For portfolio I use
add_filter(‘avf_portfolio_cpt_args’, ‘avf_portfolio_cpt_args_mod’);
function avf_portfolio_cpt_args_mod($args) {
$args[‘exclude_from_search’] = true;
return $args;
}Tahnk you.
Hi Ismael,
Thank you for your great support.
For me it doesn’t work…may be a browser issue.
Please consider as solved.
Best,
XI am not talking about the meta description but https://img.savvyify.com/image/Screenshot-2024-07-18-at-16-08-19-Modifier-la-page-%C2%AB-Tokyo-%C2%BB-%E2%80%B9-Guide-Francophone-au-Japon-Guide-Au-J.9BsvN
Extrait = excerpt
OK, I understand.
But I can’t change it.
If I change the text it keeps old ones keep on coming back.Hi,
I don’t get it.I want to be able to change excerpt (extrait) in french. Only on page…I don’t blog.
On the photo I shared please try to change the sentence “Réservez dès maintenant votre guide francophone ou Français à Tokyo pour une visite guidée originale, personnalisée et privée.” to anything you want.Save and see the change doesn’t occur.
Thank you.-
This reply was modified 1 year, 3 months ago by
koomo.
Hi,
Thank you for prompt reply.
It’s for page I want it to work.
Info in PC
Thank you. -
This reply was modified 9 months, 1 week ago by
-
AuthorPosts
