- This topic has 1 reply, 2 voices, and was last updated 9 years, 2 months ago by Sakin.
-
AuthorPosts
-
September 2, 2015 at 10:13 pm #65896AlexanderParticipant
Hi!
I bought an SSL-certificat from my Provider.
It works very well, but not at the the (start)-side where the Catch Box Pro-Slider ist located.
It seems because that html-code in the theme http://www.sz-law.de/wp-content/themes/catch-box-pro/images/previous.pngThe Next-and Previous-Button at the slider is not linked with an
https://-Link
.
My Provider say thats why it doesn’t work.
The General Settings at WP contains the side: https://www.sz-law.de
Can you help me please?Thx
AlexanderSeptember 3, 2015 at 12:36 am #65912SakinKeymaster@Alexander: We haven’t hard coded next and previous link image in slider. We have use WordPress code function
get_template_directory_uri()
which take the URL of theme directory in your server. See the code as below:<div class="nav-previous"><img class="pngfix" src="'.get_template_directory_uri().'/images/previous.png" alt="next slide"></div> <div class="nav-next"><img class="pngfix" src="'.get_template_directory_uri().'/images/next.png" alt="next slide"></div>
So, first make sure you have corrected theme WordPress Address (URL) and Site Address (URL) and then also change any value in theme option to clear the cache from Theme Options panel and then check in.
-
AuthorPosts
- The topic ‘SSL-Error because Slider’ is closed to new replies.