Posted - 10/29/2022 : 02:32:47
Hi, Can you just check and make sure the line <base href="http<?php if(@$_SERVER['HTTPS']=='on') print 's'?>://www.yourstoreurl.com/" />is before the calls for the css files?Like this would be correct:- <!-- InstanceBeginEditable name="doctitle" --> <title>Shopping Cart Modules and Custom Scripts: </title> <base href="http<?php if(@$_SERVER['HTTPS']=='on') print 's'?>://www.yourstoreurl.com/" /><meta name="Description" content=" hello everybody"/> <!-- InstanceEndEditable --> <meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1" /> <link href="css/ectcart.css" rel="stylesheet" type="text/css" /> <link href="css/style.css" rel="stylesheet" type="text/css" /> <link href="css/topmenu.css" rel="stylesheet"> <link href="css/print.css" type="text/css" rel="stylesheet" media="print" />*Contact Us**Buy The PHP Capture Card Plugin**Rate Our Services/View Our Feedback*
Edited by - Phil on 10/29/2022 03:34:57
|