Forum replies created
probably it has something with the default WP comment spam protection, I disabled it..we will see how it goes 😉
because now it uses background-size: contain; rule in the CSS, as you wanted to display the slides on mobiles with actual width. as I mentioned before, try decrease size of the CSS max-width rule, for example:
@media only screen and (max-width: 500px) {
.t4p-slider .background-image {
background-size: contain;
background-position: 50% 0%;
}
}
probably use another lighbox plugin for now and disable the built in one in the theme
specific URL please?
please use this Custom CSS until we get this fixed in the next theme release:
#bbpress-forums p.bbp-topic-meta img.avatar {
width:25px;
height:25px;
}
what fail the posting causes 😕
I have seen the bug….you have set everything correctly..just the theme is not using the chosen sidebar…I would suggest, if possible, to use the previous plugin until we get this fixed..thanks for your patience
then use only:
.t4p-slider .background-image {
background-size: contain;
background-position: 50% 0%;
}
but then it will not be displayed full width on the desktops
the problem is, the lightbox doesn’t display correctly on mobiles, that’s why it’s disabled on mobiles for now…we will try to come with a solution in future updates
your website URL please
it’s because standard mobile devices have resolution about 768px and probably your laptop is now using this resolution. you could decrease the value to lower to see if it works fine for you