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
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
Solved. need to add shortcode, no text then shortcode
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?
yoast work now?
@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;
}
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%;
}
@arminunruh ok thanks :)
with class there is no way? thank you so much the same :)
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 this
Hi, i ve made this carousel (image) for my home and i would scrool it like marquee at screen start. It is Possible? Thanks!
thank you so much! :D
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.
@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
@arminunruh fraom.com the marquee is on all page
@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
@kalamakumaran said in invert carousel slide direction:
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.
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
Is possible invert the slide direction from left to right?
@fernandol97 convert it to webp
@arminunruh solved! missing custom row height