• Resolved castalina

    (@castalina)


    I have the lates 4.0.1 version om WordPress.

    Can someone help me? The slider image texts and sidewise manual scrolling are not functioning properly on the front page when viewed on a mobile phone.

    1. On the slider images I have text: a headline, a sentence under the headline, and on two of three slider images also a button to click under the sentence. In a computer browser I can see this.

    On a mobile phone only the headline text and buttons shows, but not the sentence in between. Didn’t have this problem before the recent updates of theme and WordPress. How do I get the sentences back to show on mobile units?

    2. In my computer browser I can manually scroll the images from left and right, when clicking on the arrows on the left and right on the images.

    On my mobile phone there are no arrows on the images and I can’t manually scroll the images. Need to wait for the images to slide on the preset time interval. Didn’t have a problem with this before the new upgrades.

    How do I solve this? Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • marwanwahbi

    (@marwanwahbi)

    Sadly, I am facing the same problem. I will try to change the slider height in pixels to 500 or a bit larger (in Contents Menu) & reduce the length of the statement.

    Try it as well.

    marwanwahbi

    (@marwanwahbi)

    I tried it, & it didn’t work. We both then have the same problem.

    Any help please. The slides on front page is not displaying text on a mobile screen. I am using iPhone 4 & 5S as a testing devices.

    My website is: marwanwahbi.com

    Thanks in advance.

    Thread Starter castalina

    (@castalina)

    All right, too bad it didn’t solve it.

    I use an iPhone 5S, my website is https://www.bobstterapi.se.

    Oxygen89

    (@oxygen89)

    Use this :

    This one is used to display the description with heading and button.

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

    This one is used to display left/right sidebar on mobile.

    @media (max-width: 979px) {
     .span3.left.tc-sidebar {
       display: block;
     }
    }

    Cheers

    Thread Starter castalina

    (@castalina)

    Thank you!

    Where do I put the code snippet? In the theme dashboard customize, or function php – or somewhere else?

    Thread Starter castalina

    (@castalina)

    Thanks again, placed the code in stylesheet CSS in child theme, worked well.

    Hello,
    Can I put these in the custom CSS under advanced options? I guess I can. Right?

    A Child Theme is the preferred approach, but yes, they can be applied to the CustomCSS panel

    I tried the custom CSS under advanced options but it didnt work. I’ll put the code into the child theme style sheet and try it.

    Thanks for your help @rdellconsulting.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Home Page Slider text not displaying on mobile phone’ is closed to new replies.