jgrammes Posted August 29, 2011 Posted August 29, 2011 Hi, I am having an issue with a site, www.otaeshoes.com . On the site, there is a list of categories. To the right are images of those categories. All the links on the list on the left link correctly to the corresponding item, however, the images on the right are not. For example, if on the site, if you were to click on "Heels" in the list on the left, it would take you to "Heels". No problem. But if you were to click on the image "Heels", it takes you to "index.php", instead of the path for Heels. From looking at the source code, this is how it SHOULD be mapped: SHOES Heels: Path 1_23 Flats: Path 1_24 Boots: Path 1_25 APPAREL Tops: Path 2_17 HANDBAGS Handbags: Path 3 ACCESSORIES Bracelets: Path 4_20 Earrings: Path 4_21 Necklaces: Path 4_18 Rings: Path 4_19 Instead, it's mapped like this: SHOES Heels: index.php Flats: Path 1_23 Boots: Path 1_24 APPAREL Tops: index.php HANDBAGS Handbags: Path 3 ACCESSORIES Bracelets: index.php Earrings: Path 4_20 Necklaces: Path 4_21 Rings: Path 4_18 It seems as though the first image is linking to index.php instead of the correct catalog path, thereby pushing the other categories out of whack? Can anyone over any insight as to how to correct this? I am assuming this has to do with the admin since even after deleting them and re-entering the categories it does the same thing. PLEASE HELP!!
usernamenone Posted August 30, 2011 Posted August 30, 2011 wish i could help but your site won't load and you should post the code, not how the code should work.
jgrammes Posted August 30, 2011 Author Posted August 30, 2011 wish i could help but your site won't load and you should post the code, not how the code should work. The site is loading fine: [post=http://www.otaeshoes.com ]http://www.otaeshoes.com [/post] Here is the code as it is now, incorrectly. This is just of one of the categories, "Shoes". The other categories mentioned prior are the same, wherein the 'index.php' is linked to each of the first category images: <td align="center" width="33%"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td style="height:16px " align="center" class="vam"><span><a href="http://www.otaeshoes.com/catalog/index.php?osCsid=be8951075f08ffdabf026ce245c2500f">Heels</a></span></td> </tr> <tr> <td style="height:95px " align="center" class="pic" > <table cellpadding="0" cellspacing="0" border="0" class="pic table_pic_width"> <tr><td><a href="http://www.otaeshoes.com/catalog/index.php?osCsid=be8951075f08ffdabf026ce245c2500f"><img src="images/Heels.jpg" border="0" alt="Heels" title=" Heels " width="95" height="95"></a></td> </tr> </table> </td> </tr> </table> </td> <td class="bg_line_y"><img src="images/spacer.gif" border="0" alt="" width="1" height="1"></td> <td align="center" width="33%"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td style="height:16px " align="center" class="vam"><span><a href="http://www.otaeshoes.com/catalog/index.php?cPath=1_23&osCsid=be8951075f08ffdabf026ce245c2500f">Flats</a></span></td> </tr> <tr> <td style="height:95px " align="center" class="pic" > <table cellpadding="0" cellspacing="0" border="0" class="pic table_pic_width"> <tr><td><a href="http://www.otaeshoes.com/catalog/index.php?cPath=1_23&osCsid=be8951075f08ffdabf026ce245c2500f"><img src="images/Flats.jpg" border="0" alt="Flats" title=" Flats " width="95" height="95"></a></td> </tr> </table> </td> </tr> </table> </td> <td class="bg_line_y"><img src="images/spacer.gif" border="0" alt="" width="1" height="1"></td> <td align="center" width="33%"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td style="height:16px " align="center" class="vam"><span><a href="http://www.otaeshoes.com/catalog/index.php?cPath=1_24&osCsid=be8951075f08ffdabf026ce245c2500f">Boots</a></span></td> </tr> <tr> <td style="height:95px " align="center" class="pic" > <table cellpadding="0" cellspacing="0" border="0" class="pic table_pic_width"> <tr><td><a href="http://www.otaeshoes.com/catalog/index.php?cPath=1_24&osCsid=be8951075f08ffdabf026ce245c2500f"><img src="images/Boots.jpg" border="0" alt="Boots" title=" Boots " width="95" height="95"></a></td> </tr> </table> </td> </tr> </table> </td>
jgrammes Posted August 30, 2011 Author Posted August 30, 2011 wish i could help but your site won't load and you should post the code, not how the code should work. http://www.otaeshoes.com When you go to the site, initially, a flash splash screen will come up. To enter the store, just click on either the logo or one of the categories. The best way I can explain the problem is by looking at the site and mousing over first the category list on the left to reveal the URL link at the bottom, like so:
usernamenone Posted August 31, 2011 Posted August 31, 2011 wish i could help but your site won't load and you should post the code, not how the code should work. No your site does not load correctly. I use Opera and Firefox as my browsers. Both Browsers show only the background image and at the bottom of the page it shows 2 links O'Tae Shoes © 2011 | Web Design By Customations Design Studio If I click on the link to the left it will take me to http://www.otaeshoes.com/catalog/index.php which is a templatemonster template Since it is a template you should ask the template maker Also your product links you posted have the secession ID in the link <a href="http://www.otaeshoes.com/catalog/index.php?cPath=1_23&osCsid=be8951075f08ffdabf026ce245c2500f">Flats</a> and since you don't have any shoes and just bags in your categories I suspect the template maker precoded products to the image.
jgrammes Posted September 2, 2011 Author Posted September 2, 2011 So are you able to help me resolve this issue? How do I remove the pre-coding? Even though there are no products under the categories, why would the links on the categories take me to other category pages? I don't use Firefox or Opera, I use IE which probably explains why it works fine when I view it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.