-
AuthorPosts
-
August 1, 2016 at 4:32 pm #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
August 3, 2016 at 1:41 pm #668010Dear Team,
did you have a chance to look at this one? Would be highly appreciated.Thx & best regards Tilman
August 6, 2016 at 6:46 am #669233Hi,
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,
IsmaelAugust 6, 2016 at 8:11 am #669263Hi 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
August 9, 2016 at 6:58 pm #670492Hi,
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,
YigitAugust 14, 2016 at 2:15 pm #672370Hi 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
August 14, 2016 at 3:37 pm #672382Hey!
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,
BasilisAugust 14, 2016 at 9:10 pm #672407Hi Basilis,
thx a lot – but also disabling total cache and refresh does not show an effect…August 17, 2016 at 5:52 am #673498Hi,
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,
IsmaelAugust 17, 2016 at 9:01 am #673565Hi 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 8 years, 3 months ago by oestersund.
August 17, 2016 at 11:04 am #673628Hi,
After flushing cache you can activate it once again and your CSS should apply just fine :)
Best regards,
YigitAugust 17, 2016 at 11:45 am #673654Great, thx a lot Yigit
-
AuthorPosts
- The topic ‘Slideshow control CSS adjustments not working’ is closed to new replies.