Slider texts are not visible in mobile with SKT Naturo Pro theme

Home Forums All Other Themes Slider texts are not visible in mobile with SKT Naturo Pro theme

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #149159
    Jere PohjankoskiJere Pohjankoski
    Participant
    • Topics: 5
    • Replies: 8
    • Total: 13
    Member since: January 29, 2016

    In SKT Naturo Pro -theme there is a nice slider which is working great when using a computer.

    But when using mobile browsers the slider image is showing ok but there are no texts or button.

    Example page: www.LDG.fi

    How this could be solved?

    Also: How the slider’s “Read more”-buttontext can be localized? There is no settings working for thisone.

    Best regards,
    Jere Pohjankoski
    www.LDG.fi

    #149241
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .nivo-caption { display:table !important; top:0 !important;}
    .nivo-caption .slide_info h2 { font-size:14px; margin-bottom:0; line-height:20px;}
    .nivoSlider img { max-width:140% !important; width:140% !important; margin-left:-40%;}
    }

    Regards,
    Chris

    #149248
    Jere PohjankoskiJere Pohjankoski
    Participant
    • Topics: 5
    • Replies: 8
    • Total: 13
    Member since: January 29, 2016

    Thank you very much Chris!

    Issue nro 1 has been solved: the slider text and the button are visible now also in the mobile version. Tested and working like a charm <3

    How about issue nro 2: localizing that slider’s “Read more”-buttons text? I cannot find a place from settings where that could be changed. I have tried to find it from everywhere but nothing seems to effect on the slider’s “read more”-button’s text.

    #149264
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    I am not sure what you mean by this. Can you may be draw or point out in an image?

    You can upload image in imgur.com and share the link here.

    Regards,
    Chris

    #149325
    Jere PohjankoskiJere Pohjankoski
    Participant
    • Topics: 5
    • Replies: 8
    • Total: 13
    Member since: January 29, 2016

    Hi,
    sorry for my bad explanation. I mean how to change the text of the slider button for example localizing the text from english to finnish.

    Example picture here: https://www.dropbox.com/s/24t3cum6a8myyoq/example3.png?dl=0

    Best regards,
    Jere
    LDG

    #149360
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly refer our image documentation to change read more button text.

    See screenshot below:
    http://sktthemesdemo.net/documentation/skt-naturo-doc/assets/img/slider-settings.png

    Regards,
    Chris

    #149479
    Jere PohjankoskiJere Pohjankoski
    Participant
    • Topics: 5
    • Replies: 8
    • Total: 13
    Member since: January 29, 2016

    Hi Chris,
    thank you for answer. In you screenshot (or the slider-settings page) do not have any setting that impacts to the text of the button in the slider.

    In Naturo Pro themes “basic settings”-site there is an option “Change all blog post page Read More chenge text (Read More).” BUT this do not impact to the slider’s button (only for blog’s read more).

    In your documentation there is no settings for changing the text for “Read more” button of the slider. If there is please show me that it is there – I cannot find it.
    http://sktthemesdemo.net/documentation/skt-naturo-doc/#slider-setting

    We need more help with this one.

    Best regards,
    Jere
    LDG

    #149649
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Chris

    #149719
    Jere PohjankoskiJere Pohjankoski
    Participant
    • Topics: 5
    • Replies: 8
    • Total: 13
    Member since: January 29, 2016

    Thanks for offering Chris!

    I have to say for security reasons there is no need to give admin details if this kind of thing can be solved by advising. I went through all your theme files and found the place to change it:

    => appearence => editor => header.php => row 102 you will find:
    —————-
    a class=”button” href=”?php echo of_get_option(‘slideurl’.$sln, true); ?” Read More »
    —————-
    (tags removed for visibility at this forum)

    By changing that hard-coded “Read more” it is possible to change the text of the slider button for example localizing the language of the text.

    Sorry for bothering you guys with this one and thank you for trying. I thought that you could know how Nivo slider is working.

    Take care!

    / Jere

    #149873
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.