Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #101879
    Winfried
    Participant

    Hello everyone

    just another question I could not solve. I am using the featured content slider. Using a normal browser all is working well. But using the iPhone browser the image of the post with the excerpt is displayed but the button is missing. That wouldn’t be serious if the whole image would be a link to the post. But as the button is the link to the post its a bad user experience. If you like have a look at https://lisseck.com

    #101890
    Mahesh
    Keymaster

    @compyfox: In small devices, the Read More button is left as a link only. And Since you content in slider is more, the read more button is push down and not visible. Please decrease the Excerpt Length in Dashboard=> Appearance=> Customize=> Theme Options=> Excerpt / More Tag Settings.
    You can adjust font-size as well.

    Regards,
    Mahesh

    #102712
    Winfried
    Participant

    Hello Mahesh

    Thank you very much for quick response. I tried to solve the problem by setting lower values for the Excerpt length. But this is not satisfying as even the lowest possible value (10) does not really solve the problem.
    Concerning the font size I wasn’t successfull as I didn’t find where to to this. I would be glad for another hint.

    With kind regards
    Winfried

    #102721
    Mahesh
    Keymaster

    @compyfox: Go to Dashboard=> Appearance=> Customize=> Theme Option=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 480px) {
        #feature-slider .entry-content {
    	font-size: 12px;
        }
      
        #feature-slider .entry-title {
    	font-size: 18px;
        }
    }

    Regards,
    Mahesh

    #102960
    Winfried
    Participant

    Hello Mahesh

    Thank you very much for your excellent support. Now it works well and you can see the text including the button.

    Kind regards Winfried

    #102968
    Mahesh
    Keymaster

    @compyfox: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘button missing in featured content slider in iphone browser’ is closed to new replies.