Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #667338

    Hi,
    on my page fitgutschein.de I am struggling with changing the slide-show captions as follows:

    – font size is good on pc, but very (too) big on iPad

    – Button Size ist too small on pc

    – Is there a way to get the green silder CTA/label button orangn on mouseover (like the buttons on the frontpage´s bottom)?

    – I can not get rid of the button text capitals – shall be like “transform=none”

    – appearance: how to get text&button fade-in instead of flying-in from left?

    I tried several CSS snippets from comparable topics, but this did not succeed. May be my current CSS (below) is conflicting?

    Your help is greatly appreciated – thx a lot in advance

    #668010

    Dear Team,
    did you have a chance to look at this one? Would be highly appreciated.

    Thx & best regards Tilman

    #669233

    Hi,

    Thank you for using Enfold.

    Adjust the font size of the captions with this:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption .avia-caption-content {
        font-size: 11px !important;
    }
    }

    Enlarge the button with the following:

    @media only screen and (min-width: 768px) {
    top .avia-slideshow-button {
        padding: 25px 25px;
        font-size: 20px;
    }
    }

    Please create separate threads or posts for each inquiry. Thank you.

    Best regards,
    Ismael

    #669263

    Hi Ismael,
    sorry for the mix – I´ll put the other ones separately.

    Re font and button size I see unfortunately no effect with the a.m. CSS – I´ve played w/ different values and put it as well at the beginning as at the end of custom CSS

    Do you have any other idea?

    Thx a lot & best regards, Tilman

    #670492

    Hi,

    It seems like you are using CSS minifying feature on a plugin. Please disable it, flush cache and check if code is being applied. If not, please create a temporary admin login and post it here privately so we can look into it.

    Best regards,
    Yigit

    #672370

    Hi Yigit,
    I´ve tried by changing minify seetings in the Total cache plugin but was nit successful (may I have to look elsewhere (?)

    However, it did not work. Any idea would be great – you´ll find the login data below (live system :-)

    thx again four your continuous support & best regards, Tilman

    #672382

    Hey!

    Please disable the plugin completely, so you can make it work.
    After, please clear your cache and hard refresh the browser and check it again.

    Thanks a lot

    Best regards,
    Basilis

    #672407

    Hi Basilis,
    thx a lot – but also disabling total cache and refresh does not show an effect…

    #673498

    Hi,

    We fixed the code and moved all css media queries at the very bottom of the Quick CSS field. Please remove browser cache or hard refresh the page.

    Best regards,
    Ismael

    #673565

    Hi Ismael,
    great, now it works :-)

    One remaining questions: Do I need to keep the W3 total cache plugin disabled?

    thx a lot & cheers, Tilman

    • This reply was modified 7 years, 8 months ago by oestersund.
    #673628

    Hi,

    After flushing cache you can activate it once again and your CSS should apply just fine :)

    Best regards,
    Yigit

    #673654

    Great, thx a lot Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Slideshow control CSS adjustments not working’ is closed to new replies.