Forum replies created

    Roman
    Spectator
    Posts: 3147
    19.04.2015 at 11:32 #16613

    probably it has something with the default WP comment spam protection, I disabled it..we will see how it goes 😉

    Roman
    Spectator
    Posts: 3147
    19.04.2015 at 11:28 #16612

    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%;
    }
    }

    Roman
    Spectator
    Posts: 3147
    19.04.2015 at 11:22 #16609

    probably use another lighbox plugin for now and disable the built in one in the theme

    Roman
    Spectator
    Posts: 3147
    19.04.2015 at 11:20 #16608

    specific URL please?

    Roman
    Spectator
    Posts: 3147
    19.04.2015 at 11:11 #16607

    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 😕

    Roman
    Spectator
    Posts: 3147
    19.04.2015 at 11:04 #16605

    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

    Roman
    Spectator
    Posts: 3147
    19.04.2015 at 10:57 #16603

    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

    Roman
    Spectator
    Posts: 3147
    19.04.2015 at 10:53 #16602

    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

    Roman
    Spectator
    Posts: 3147
    19.04.2015 at 09:59 #16595

    your website URL please

    Roman
    Spectator
    Posts: 3147
    19.04.2015 at 09:58 #16594

    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