please take a look at this post:
http://laythemeforum.com:4567/topic/8692/x-button-close-on-category-page
Forum wide moderators
u cant add a css class there
however, you can change your css to use the site titles css class
google "inspect element how to find out css class"
i see!
can you update lay theme and see if it works now?
if not:
can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
hey theres no solution to this i think!
i mean make sure "collapse other rows" is not checked
but i think an expandrow button just toggles a row between expanded and not expanded
so if the row is already expanded and you click on a link that toggles that row it will just collapse
hey can u update the fullrsceen slider addon now and see if it works now?
sorry elena, im in a rush so i made 2 mistakes.
also you forgot to activate the "loop" feature, please read my instructions more carefully.
this is the correct css. i put the css into your website and now it works.
[data-swiper-slide-index="0"]{
width: 35vw!important;
}
[data-swiper-slide-index="1"]{
width: 35vw!important;
}
[data-swiper-slide-index="2"]{
width: 40vw!important;
}
[data-swiper-slide-index="3"]{
width: 30vw!important;
}
[data-swiper-slide-index="4"]{
width: 40vw!important;
}
[data-swiper-slide-index="5"]{
width: 30vw!important;
}
[data-swiper-slide-index="6"]{
width: 35vw!important;
}
.slide-inner{
height: auto!important;
}
.lay-carousel-slide img{
width: 100%!important;
height: auto!important;
}
.lay-carousel-slide{
display: flex;
flex-direction: column;
}
turn on loop
delete all of the css
insert this css:
[data-swiper-slide-index="0"]{
width: 35vw!important;
}
[data-swiper-slide-index="1"]{
width: 35vw!important;
}
[data-swiper-slide-index="2"]{
width: 40vw!important;
}
[data-swiper-slide-index="3"]{
width: 30vw!important;
}
[data-swiper-slide-index="4"]{
width: 40vw!important;
}
[data-swiper-slide-index="5"]{
width: 30vw!important;
}
[data-swiper-slide-index="6"]{
width: 35vw!important;
}
.lay-carousel-slide img{
width: 100%!important;
height: auto!important;
}
is it possible to put the captions underneath the picture like before
please read my answers more carefully
no we cant make them different heights
we can only make them different widths, which will change the heights
if you have more than 6 slides, add more css.
for example if u have 8 slides, add more css like this:
[data-swiper-slide-index="7"]{
width: 30vw!important;
}
[data-swiper-slide-index="8"]{
width: 35vw!important;
}