*

angela

  • ***
  • 24 posts
http and https
« on: June 29, 2017, 03:19:56 PM »
I noticed that activating the Adv.. plugin creates an SSL security issue
Turning it off or locking the hooks the problem resolves
I have many plugins installed but only this is the problem
Maybe I have to put the hook between a specific code?
I also see this forum from the same SSl alert
advice?
thanks

*

MB Themes

Re: http and https
« Reply #1 on: June 29, 2017, 03:26:32 PM »
@angela
https will not be effective, if your site contains http links. Check if you have not defined any inside adverts or simply check your source code for http:// links
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

angela

  • ***
  • 24 posts
Re: http and https
« Reply #2 on: June 29, 2017, 06:18:06 PM »
@angela
https will not be effective, if your site contains http links. Check if you have not defined any inside adverts or simply check your source code for http:// links

im sorry i don't understand, links in plugin? The only link with the banner test, if If I take it away the problem remains
I'll explain

with plugin enable https becomes http
with plugin enable with
Code: [Select]
<!--<?php echo show_banner('gruppofooter'); ?>--> https remains https
with plugin enable with
Code: [Select]
<?php echo show_banner('gruppofooter'); ?> https becomes http

*

MB Themes

Re: http and https
« Reply #3 on: June 29, 2017, 07:09:46 PM »
What code and urls you have in those banners?
What is your url?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

angela

  • ***
  • 24 posts
Re: http and https
« Reply #4 on: June 30, 2017, 07:13:04 AM »
What code and urls you have in those banners?
What is your url?

Now I understand! thanks! (work recently with ssl)
the banner image came from an external site,
now put it into an internal folder and everything works

thanks
problem solved :)

*

MB Themes

Re: http and https
« Reply #5 on: June 30, 2017, 08:10:30 AM »
@angela
Great  :-*
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots