Guest Posted July 31, 2005 Share Posted July 31, 2005 Having removed the corner images, I'm now left with the number one next to my Categories title, which I can't seem to get rid of and my knowledge of php is slim so its not leading me to the answer. The problem can be seen at http://dare2wear.biz/main. also having troubl removing the corner image on the Shopping Cart box Could anyone help? Thanks, Jude Link to comment Share on other sites More sharing options...
♥Vger Posted July 31, 2005 Share Posted July 31, 2005 I don't know where that '1' is coming from, it's not part of the default install - but you should be able to get rid of it in includes/languages/english.php - look for 'Categories'. You also need to set your site up to use the shared ssl provided by PowWeb, because at the moment it's set up for a full ssl cert and generating errors as a result. You can get rid of any of the corners on the boxes by going to includes/boxes and selecting the box you wish to edit, look for 'true, true' and change to 'false, false' Vger Link to comment Share on other sites More sharing options...
Guest Posted July 31, 2005 Share Posted July 31, 2005 Okie dokie, thanks. The 1 doesn't to be related to the actual title. I've already check that every where. If you look at the html generated, it reads... <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading">1</td> <td width="100%" height="14" class="infoBoxHeading">Categories</td> <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td> I'm a little stumped. </tr> </table> Link to comment Share on other sites More sharing options...
Guest Posted July 31, 2005 Share Posted July 31, 2005 Same solution fixed both, thanks. I'm now set to use the secure url, but should I get any kind of security message? I presumed I should but I don't. If I right click and choose properties though it does seem to be using SSL. Is this correct? Thanks, jude Link to comment Share on other sites More sharing options...
♥Vger Posted July 31, 2005 Share Posted July 31, 2005 You're not getting an https page and there's no padlock. You need to set enable_ssl to true in both your configure.php files - and then see if you get any error messages. Vger Link to comment Share on other sites More sharing options...
Guest Posted August 4, 2005 Share Posted August 4, 2005 You're not getting an https page and there's no padlock. You need to set enable_ssl to true in both your configure.php files - and then see if you get any error messages. Vger <{POST_SNAPBACK}> Its in a frame. Its showing the middle frame as https://dare2wearbiz.secure.powweb.com/shop...ate_account.php when you got to create an account, although no padlock in the bottom right. Should I get the padlock if the page is framed? Link to comment Share on other sites More sharing options...
Guest Posted August 4, 2005 Share Posted August 4, 2005 Its in a frame. Its showing the middle frame as https://dare2wearbiz.secure.powweb.com/shop...ate_account.php when you got to create an account, although no padlock in the bottom right. Should I get the padlock if the page is framed? <{POST_SNAPBACK}> In fact, just went to the page directly and there is a padlock. Is this enough to prove the page is secure then? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.