Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

B

Blurred00

@Blurred00
About
Posts
26
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • product description and button position
    B Blurred00
    Nov 29, 2024, 10:10 AM

    Hi, im trying to align product description and button at center but can0t found a solution. can someone help me?
    First image is how now it is.
    Second how i i want it appear

    Thanks a lot

    sbaglaito.png

    corretto.png

    Shop / WooCommerce

  • Instagram feed don't work
    B Blurred00
    Jul 18, 2024, 3:00 PM

    Solved. need to add shortcode, no text then shortcode

    General Discussion

  • Instagram feed don't work
    B Blurred00
    Jul 18, 2024, 1:08 PM

    Hi my client need to insert instagram feed, i ve download e install instagram feed by smash balloon. I ve add a source code but don't work can someone help me?

    Screenshot 2024-07-18 alle 15.06.27.png Screenshot 2024-07-18 alle 15.06.41.png Screenshot 2024-07-18 alle 15.08.37.png

    General Discussion

  • YOAST SEO. Compatible or not?
    B Blurred00
    Jul 11, 2024, 3:48 PM

    yoast work now?

    Bug Reports

  • Hide button on out of stock product
    B Blurred00
    Jun 10, 2024, 9:03 AM

    @alasdair17 said in Hide button on out of stock product:

    display: none !important;

    thanks for the reply. what is the class that i need to use? i can't found it

    Edit. Solved.

    here the css code:

    .outofstock .button
    {
    display: none !important;
    }

    Shop / WooCommerce

  • Hide button on out of stock product
    B Blurred00
    Jun 7, 2024, 7:45 AM

    Hi, there is a way to disable a button on out of stock product?
    I ve customized it by "ADD TO CART" plugin with a cart icon and it work well but when product is out of stock it show a empity square.
    I ve added also this css code :

    .woocommerce a.button.add_to_cart_button{
    border-radius: 50%;
    }

    Screenshot 2024-06-07 alle 09.42.53.png

    Shop / WooCommerce

  • carousel scroll like marque
    B Blurred00
    Jun 6, 2024, 11:38 AM

    @arminunruh ok thanks :)

    General Discussion

  • carousel scroll like marque
    B Blurred00
    May 27, 2024, 2:41 PM

    with class there is no way? thank you so much the same :)

    General Discussion

  • carousel scroll like marque
    B Blurred00
    May 27, 2024, 1:42 PM

    problem is that marquee don't support video.

    Just another question, is possible insert image or something else on mouse hover on marquee or carousel? like thisScreenshot-2024-05-27-alle-13.59.02.png

    General Discussion

  • carousel scroll like marque
    B Blurred00
    May 27, 2024, 12:01 PM

    Hi, i ve made this carousel (image) for my home and i would scrool it like marquee at screen start. It is Possible? Thanks!

    Screenshot-2024-05-27-alle-13.59.02.jpg

    General Discussion

  • News element with photo on the right and description at center
    B Blurred00
    May 20, 2024, 9:52 AM

    thank you so much! :D

    General Discussion

  • News element with photo on the right and description at center
    B Blurred00
    May 10, 2024, 9:24 AM

    Hi, what set up i need to insert for showing a news page like the screen? I ve see it in more laytheme website but can't find it.

    The descrition at center is the entire article.

    Screenshot 2024-05-10 alle 11.19.58.png

    General Discussion

  • fixed Marquee on top is invisible since update
    B Blurred00
    Aug 4, 2023, 2:07 PM

    @arminunruh said in fixed Marquee on top is invisible since update:

    position: fixed;
    top: 16px;
    z-index: 10;
    width: 100%;
    give the row a class by right clicking an empty spot on the row

    thank you so much, the problem is that now the marquee is over the logo and the menu

    Bug Reports

  • fixed Marquee on top is invisible since update
    B Blurred00
    Aug 1, 2023, 8:07 AM

    @arminunruh fraom.com the marquee is on all page

    Bug Reports

  • fixed Marquee on top is invisible since update
    B Blurred00
    Jul 21, 2023, 9:34 AM

    @arminunruh said in fixed Marquee on top is invisible since update:

    .header_marquee {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    }

    i ve the same problem, all marquee are at the top on every page and after update it don't show up.

    how i can solve? thanks

    Screenshot 2023-07-21 alle 11.33.16.png

    Bug Reports

  • invert carousel slide direction
    B Blurred00
    Jul 21, 2023, 9:30 AM

    @kalamakumaran said in invert carousel slide direction:

    @Blurred00 @arminunruh

    Give the carousel you want to invert the class "reverse"

    Add this to your Custom JS

    <script>
    window.laytheme.on("newpageshown", function(){
    // Get the swiper-container element 
    var swiperContainer = document.querySelector('.swiper-container');
    
    // Check if the element exists and has the "reverse" class
    if (swiperContainer && swiperContainer.classList.contains('reverse')) {
      // Add the dir="rtl" attribute
      swiperContainer.setAttribute('dir', 'rtl');
    }
       });
    </script>
    

    and it should work!

    But apparently it seems to be not possible to add classes to carousels. Is it a bug @arminunruh ?

    Because when I remove the if statement out of the code it affects the .swiper-container and it inverts the direction.

    i ve added it to the custom css tab but don't work. Otherwise i think that it apply this rule to all slide, right?

    The problem is that i want apply it only in one slide.

    General Discussion

  • invert carousel slide direction
    B Blurred00
    Jul 18, 2023, 7:37 AM

    @arminunruh
    Screenshot 2023-07-18 alle 09.36.20.png

    because i ve two section that are parallel. it show the same layout but different info content.
    The slide go to left and the result isn't good. Would be cool that it slide at the and respect the parallel design

    General Discussion

  • invert carousel slide direction
    B Blurred00
    Jul 14, 2023, 3:03 PM

    Is possible invert the slide direction from left to right?

    General Discussion

  • Photography compression
    B Blurred00
    Jul 14, 2023, 3:01 PM

    @fernandol97 convert it to webp

    General Discussion

  • sticky element on scroll
    B Blurred00
    Jul 11, 2023, 4:17 PM

    @arminunruh solved! missing custom row height

    General Discussion

I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com

Before you post:
  1. When using a WordPress Cache plugin, disable it or clear your cache.
  2. Update Lay Theme and all Lay Theme Addons
  3. Disable all Plugins
  4. 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:
  1. Post a link to where the problem is
  2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
  3. If the problem is difficult to explain, post screenshots / link to a video to explain it
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
laytheme.com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search