HTTPS problem, plugin recall an image that doesn’t exist
-
Hi,
after activation of SSL on my website, every browser show an image with an insecure url.
But that photo no longer exists on the server and inspecting the source of the home page you notice how the link https://telesoccorso-salvavita-anziani.it/wbs/wp-content/uploads/2017/11/Anziani.jpg is recalled by your plugin.I looked for that code between WordPress and plugin files, but I did not find it.
I have also uninstalled and then reinstalled your plugin, but the problem remains.How can I fix this error?
For me it would be enough even to replace that link to solve.Here is the source code.
Thanks.<!-- WP Simple Shopping Cart plugin v4.3.8 - https://www.tipsandtricks-hq.com/wordpress-simple-paypal-shopping-cart-plugin-768/ --> <script type="text/javascript"> <!-- // function ReadForm (obj1, tst) { // Read the user form var i,j,pos; val_total="";val_combo=""; for (i=0; i<obj1.length; i++) { // run entire form obj = obj1.elements[i]; // a form element if (obj.type == "select-one") { // just selects if (obj.name == "quantity" || obj.name == "amount") continue; pos = obj.selectedIndex; // which option selected val = obj.options[pos].value; // selected value val_combo = val_combo + " (" + val + ")"; } } // Now summarize everything we have processed above val_total = obj1.product_tmp.value + val_combo; obj1.wspsc_product.value = val_total; } //--> </script> <style> #plx_about_section{ background: url() no-repeat fixed left } #plx_service_section{ background: url() no-repeat fixed left } #plx_portfolio_section{ background: url(https://telesoccorso-salvavita-anziani.it/wbs/wp-content/uploads/2017/11/Anziani.jpg) repeat fixed center } #plx_blog_section{ background: url() no-repeat fixed left } #plx_cta_section{ background: url(https://telesoccorso-salvavita-anziani.it/wp-content/uploads/2017/11/Sei-Preoccupato-per-la-Salute-e-la-Sicurezza-dei-Tuoi-Cari.jpg) no-repeat fixed left } </style>
The page I need help with: [log in to see the link]
- The topic ‘HTTPS problem, plugin recall an image that doesn’t exist’ is closed to new replies.