my bad sorry, it was the cache plugin...
benjaminmugnier
Posts
-
Marquee is broken after recent updateMay 16, 2024, 8:04 AM -
Marquee is broken after recent updateMay 15, 2024, 11:50 AMI guess we got the same problem for the marquee again ? :s
Someone else ? figgu.re -
Marquee is broken after recent updateMar 28, 2024, 12:31 PMI just updated lay theme and it re-works pretty well now !
figgu.re ! ;) -
Video Play button faultyMar 27, 2024, 11:12 AM@spiralglue thx I got the same problem ! fixed with your code ;)
cheerz -
Marquee is broken after recent updateMar 26, 2024, 9:25 AMSalut ! I just tried with png, jpg and got the same issues !
-
Marquee is broken after recent updateMar 25, 2024, 9:46 AMhello!
Anyone get a solution?
I got the same problem, only for svg marquee, not for txt.
You can see on my website figgu.re Edit: I "display:none" the marquee at the bottom for now. Maybe the problem comes from the massive updated of woocommerce extension?I have lot of problem to display the new interface of product page management and welcome page of woo commerce extension... very slow or never display informations.
Cheerz
-
thumb-collection & thumbnailgrid , gap in px not working correctlyMar 15, 2024, 11:47 AMhello Armin, glad to hear you ;)
Thanks, I guess it was the cache plugin indeed who was in conflict with my css because I had already put the good setting in the setting box of thumb grid project. It works well now for .thumb-collection, and I removed the custom CSS.
And for the extra padding I put this code and it works perfectly thanx !
.thumb-collection .ph { padding-bottom: 56%!important; }
Cheerz
B. -
thumb-collection & thumbnailgrid , gap in px not working correctlyMar 13, 2024, 6:15 PMHello Armin and Lay Team !
Thx a lot for your great work, and this very cool web tool !
I got some problems on my websites :
I have no margins on thumb-collection because of conflict with :
display: block;
Normally, I need to have 20px gab between thumbs.
I try to achieve this to orverwriting with :
display: flex!important; flex-wrap: nowrap;
It's working on desktop & mobile I guess but I got others problems, maybe they come from the last update : I got too big margin at the bottom of thumb-collection instead of my 20px.
I saw same problems in other sites of an extra bottom-margin on the .thumbnailgrid class.
Any ideas ?
Thx, B.
-
WooCommerce issuesMay 3, 2023, 3:09 PM@arminunruh omg thank you Armin !! u rock ! Cheers
-
WooCommerce issuesApr 20, 2023, 7:40 PM@gd_mrsn GPT give me a working code to remove the image, but the layout is broken, I have images of the gallery one below the other without margin.
-
WooCommerce issuesApr 19, 2023, 9:46 AM@gd_mrsn hello I'm trying to remove the thumbnail product image of the gallery single product page too. your Second (2) point !
I found something on the web to add an action in the function.php page without good result. I tried to ask at chat GPT (lol) and I had different options :
- take the plugin https://wordpress.org/plugins/woo-variation-gallery/ but it's not compatible with lay theme (for the design).
- Add code in function.php of the laytheme as :
add_action( 'woocommerce_product_thumbnails', 'remove_featured_image_from_gallery', 9 ); function remove_featured_image_from_gallery() { global $product; $attachment_ids = $product->get_gallery_image_ids(); $featured_image_id = $product->get_image_id(); if ( $attachment_ids ) { $gallery_html = '<div class="woocommerce-product-gallery__wrapper">'; $gallery_html .= '<div class="woocommerce-product-gallery__image">'; $gallery_html .= wp_get_attachment_image( $featured_image_id, 'woocommerce_single' ); $gallery_html .= '</div>'; foreach ( $attachment_ids as $attachment_id ) { $gallery_html .= '<div class="woocommerce-product-gallery__image">'; $gallery_html .= wp_get_attachment_image( $attachment_id, 'woocommerce_single' ); $gallery_html .= '</div>'; } $gallery_html .= '</div>'; echo $gallery_html; } }
and others solutions, but I achieved anything.
So if someone have a solution, I will take it ;)
Cheers.
B. -
embedding font does not workDec 7, 2021, 11:12 AMHello! To me TTF works good to upload on WP and supported with laytheme, works good on Safari. But ttf fonts don't display on Firefox & Brave. I can't see my woff or woff2 in the media in WP, Laytheme seems don't support theses files. Give me update if you got same issues. Cheers.
-
Iphone / Safari - Html element Blinking & Disappear with fullscreen slider (magnetic slide) add-onSep 22, 2021, 8:49 AMThanks for your quick reply Richard. On desktop it load after the gradient I guess, but still here. The real problem is on the mobile version, it appears, and disappears one second after to never coming back.
We cannot read the legend sur les vidéos...
For the gradient & the video I need to remove lazy loading in general settings ? I tried but nothing change.
Maybe, I need to active the moving gradient background on specific row? but no idea how to do that right now.
Best!
-
Iphone / Safari - Html element Blinking & Disappear with fullscreen slider (magnetic slide) add-onSep 21, 2021, 7:05 AMHello Everybody, I'm developing a simple Launching website with the fullscreen slider and the Wonderful lay theme! thx for this very cool tool.
I don't find why on Safari Desktop & mobile my html element on top of my row blink or disappear ...
Someone can help me ? Same issue ?
Problem over here : https://2021.ani.ma/#worldgame and the two row after...
Thank you all
-
Carousel Edit in CMS doesn't workOct 20, 2016, 12:42 PMHi Armin,
I got a problem when i want to modify/edit a carousel in the backoffice, when i double click or click on the "edit button", nothing happen. I got this error : " app-min.js?ver=1.9.7:3 Uncaught TypeError: window.LayCarousel.Modal.API.show is not a function "...
I must re-create a new carousel if I want add an image or remove one.What do you think about ?
Thx a lot,
Ben.
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it