Home › Forums › All Other Themes › Slider texts are not visible in mobile with SKT Naturo Pro theme
- This topic has 9 replies, 2 voices, and was last updated 4 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 11, 2020 at 10:52 am #149159
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.fiApril 13, 2020 at 11:59 am #149241Hi,
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,
ChrisApril 13, 2020 at 2:29 pm #149248Thank 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.
April 14, 2020 at 4:36 am #149264Hi,
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,
ChrisApril 14, 2020 at 11:52 am #149325Hi,
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
LDGApril 15, 2020 at 4:51 am #149360Hi,
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.pngRegards,
ChrisApril 16, 2020 at 7:23 am #149479Hi 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-settingWe need more help with this one.
Best regards,
Jere
LDGApril 17, 2020 at 11:47 am #149649Hi,
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,
ChrisApril 17, 2020 at 2:00 pm #149719Thanks 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
April 20, 2020 at 12:19 pm #149873🙂
-
AuthorPosts
- You must be logged in to reply to this topic.