Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter derekakelly

    (@derekakelly)

    I ended up resolving this by going into the plugin and setting exact url i wanted the plugin to call. But i left out the http at the beginning.

    basically I changed my url’s to all start like this: //mysebsite.com/wp-content/plugins/jquery-vertical-mega-menu/skin.php……….

    leaving out the “http:” will automatically adjust itself depending on http vs https

    Hey Derek,

    Thanks for this post, it is the exact same issue I’m experiencing.

    I am looking to emulate your solution, did you alter the jquery-vertical-mega-menu/dcwp_jquery_vertical_mega_menu.php?

    If so, what line of code did you change in this .PHP?

    Sorry for the newbie question, fairly new to the whole PHP game.

    Many Thanks!

    Thread Starter derekakelly

    (@derekakelly)

    Hi d_coyote,

    Here is my updated code

    from dcwp_jquery_vertical_mega_menu.php

    function header(){
    		echo "\n\t<link rel=\"stylesheet\" type=\"text/css\" href=\"//mywebsite.com/wp-content/plugins/jquery-vertical-mega-menu/css/dcverticalmegamenu.css\" media=\"screen\" />";

    from dcwp_jquery_vertical_mega_menu_widget.php

    if($skin != 'No-theme'){
    						echo "\n\t<link rel=\"stylesheet\" href=\"//mywebsite.com/wp-content/plugins/jquery-vertical-mega-menu/skin.php?widget_id=".$key."&skin=".strtolower($skin)."\" type=\"text/css\" media=\"screen\"  />";

    LEGEND

    Thanks so much Derek for the speedy response, this resolved my SSL & lag issue.

    Life is good again. ??

    Thread Starter derekakelly

    (@derekakelly)

    Your Welcome!

    I used this website to track down the ssl problems on my site.

    https://www.whynopadlock.com/

    It was a HUGE help, and a time saver

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘SSL Support’ is closed to new replies.