-
AuthorPosts
-
July 5, 2018 at 9:32 pm #981744
Dear Support Team,
SSL error on home page all others pages are working fine I tried all that I could impossible see error message below.
“An image with an insecure URL of “http://test.kriesi.at/construction/wp-content/uploads/sites/7/2015/10/house-wire-model-fade-white-1500×1085.png” was loaded via the javascript file: https://asoisrael.org/wp-content/themes/enfold/js/avia-compat.js?ver=2 on line 36. The insecure URL may not be directly contained in the script file and may exist elsewhere.
You may need to contact your web hosting provider for assistance”.
This URL will need to be updated to use a secure URL for your padlock to return.TIA
AlhajiJuly 6, 2018 at 10:10 am #981947Hey Alhaji2017,
It looks to be set as a background in the section with this text:
ASO aims to empower the African asylum-seeking community in Israel by helping them realize their educational and career dreams and become change ambassadors in their communities.
Could you try to recreate the element and then delete that section to see if that helps please?
Best regards,
RikardJuly 6, 2018 at 10:19 am #981957Thanks, Rikard I will try and see if that will resolve my problem.
you mean to change the background right?July 6, 2018 at 10:55 am #981978Thanks, problem solved!
SSL Connection – Pass
Mixed Content – PassJuly 7, 2018 at 9:41 am #982343Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJuly 7, 2018 at 10:17 am #982362With pleasure am well satisfied with your support, you can close this topic.
August 7, 2018 at 12:16 pm #994376Hi
I need help with a single page on my website.
How to hide a Navigation Menu from a single page on my website
Example my Donation page I want to get rid of the nav menu.TIA
August 7, 2018 at 1:30 pm #994413Hey!
You can use a plugin like https://de.wordpress.org/plugins/conditional-menus/ to hide or show the menu on certain pages. If you want to use css to hide it please post a link to the Donation page and we’ll provide the css code.
Best regards,
PeterAugust 7, 2018 at 1:35 pm #994419Here the link am using Give Donor plugin: https://asoisrael.org/donations/support-our-students/
- This reply was modified 6 years, 3 months ago by Alhaji2017.
August 7, 2018 at 1:36 pm #994420I tried this code .page-id-1584 #header { display: none; }
doesn’t helpAugust 7, 2018 at 1:49 pm #994432Hi,
Please try this Code:
.postid-1584 #wrap_all #header_main { display: none; }
Best regards,
DudeAugust 7, 2018 at 2:13 pm #994444Thanks works. but the whole header dissapear I want only the Navigation menu to be remove and remain my logo, any solution?
August 7, 2018 at 3:20 pm #994456Hi,
Yes, you can use this code instead:
.postid-1584 #wrap_all #header_main nav.main_menu{ display: none; }
Best regards,
DudeAugust 7, 2018 at 3:50 pm #994465perfect work!
Thanks
August 7, 2018 at 3:51 pm #994466Hi!
Glad we could help you!Cheers!
Peter -
AuthorPosts
- The topic ‘SSL Error’ is closed to new replies.