• Resolved dfwmax

    (@dfwmax)


    I just noticed the titles and descriptions on the slider photos are not showing on my iPhone 5 or on my wife’s Galaxy 3s. They look great on my desktop. Has anybody else had this problem? Can it be fixed?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Sorry it’s not actually a problem, it was intentional I’m changing it now so it will be different in future updates but for now add this to your custom css box in theme options:

    @media (max-width: 767px) {.flex-caption {display: block;}}

    Kadence Themes

    Thread Starter dfwmax

    (@dfwmax)

    Theme Author,

    I tried your code and it did show the titles on the slider photos on my iPhone but it was way out of proportion. Don’t feel bad because I’ve had the same problem with every theme I’ve ever tried. It is an inherent problem with the tiny size of the iPhone’s screen. I can live without it on mobile devices.

    But thank you for responding and sending me the code. This theme is still by far the best and easiest one I’ve ever used (and believe me I tried a lot of them over the past two years).

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Using that media query you can change the size of the fonts on mobile.

    @media (max-width: 767px) { .captiontitle {font-size: 16px;} .captiontext p {font-size:12px;}}

    Something I will likely add to the theme next update.

    Kadence Themes

    Thread Starter dfwmax

    (@dfwmax)

    I tried your new code and no print shows on my iPhone. Have not tested it on the Galaxy yet. But thanks for sending it.

    Upon further reflection, even if I could get it small enough to fit in the area provided on an iPhone it would be impossible to read. But it looks great on the desktop and that is the most important thing.

    Again, thanks for this amazing theme.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Sorry the code I sent doesn’t replace the earlier code, you need both.

    Kadence Themes

    Thread Starter dfwmax

    (@dfwmax)

    Wow. You’re a miracle worker. It is still a little out of proportion when the phone is held upright but looks great when it is rotated horizontally.

    And if I remove the description part of the text and only leave the main heading/title for each photo I think it will look fine even if the phone is upright.

    Thanks!

    Thread Starter dfwmax

    (@dfwmax)

    Just tried that and it looks perfect!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Slider Titles & Descriptions Not Showing on iPhone 5 or Galaxy 3’ is closed to new replies.