Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #65896
    Alexander
    Participant

    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.png

    The 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
    Alexander

    #65912
    Sakin
    Keymaster

    @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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘SSL-Error because Slider’ is closed to new replies.