Jump to content

SubCategory not displaying.


Guest Onlinewebpublisher

Recommended Posts

Guest Onlinewebpublisher

Hello Gurus,

When I create a subcategory, it does not show properly in my shop. See image below.

shot.jpg

Is there a fix for this, that a non-techie and non-programmer can do?

Thanks very much for any help.

Online Web Publisher

Link to comment
Share on other sites

Seems strange, seems scary, I've seen it before. Check all the in-line styles in templates (content/index.tpl and global/index.tpl) also, I noticed that in your style.css txtContentTitle didn't get the fix - not the issue here, I think, but I'd put one there, too, if I were you ;)

When I view source on your page, this is what I see at Latest Products:

<div class="boxContent">

<span class="txtContentTitle">Latest Products</span>

<div>

<div style="float: left; text-align: center; width: 150px;">

<a href="index.php?act=viewProd&amp;productId=34&amp;PHPSESSID=c640f6213f046fa21b2ede2a6fc89411"><img src="/images/uploads/thumbs/thumb_womansmilingset.jpg" alt="Woman smiling Header" border="0" /></a>

<br />

<a href="index.php?act=viewProd&amp;productId=34&amp;PHPSESSID=c640f6213f046fa21b2ede2a6fc89411" class="txtDefault">Woman smiling Header</a>

<br />

£4.22 <span class="txtSale"></span>

</div>

That is built over in styleTemplates/content/index.tpl - add an in-line position: relative in that division and see if that solves the issue.

<div style="position: relative; float: left; text-align: center; width: 150px;">

Edited by markscarts
Link to comment
Share on other sites

The problem was gone when I followed marks solution, but the problem now is the Latest Products portion is not being shown in the home page here http://www.xsiteprotemplates4u.com/index.php

Does anybody know how to fix this?

This occurs in IE, Firefox works prefectly. With markscarts solution youre on the right way ;)
Link to comment
Share on other sites

Guest Onlinewebpublisher

Seems strange, seems scary, I've seen it before. Check all the in-line styles in templates (content/index.tpl and global/index.tpl) also, I noticed that in your style.css txtContentTitle didn't get the fix - not the issue here, I think, but I'd put one there, too, if I were you ;)

When I view source on your page, this is what I see at Latest Products:

<div class="boxContent">

<span class="txtContentTitle">Latest Products</span>

<div>

<div style="float: left; text-align: center; width: 150px;">

<a href="index.php?act=viewProd&amp;productId=34&amp;PHPSESSID=c640f6213f046fa21b2ede2a6fc89411"><img src="/images/uploads/thumbs/thumb_womansmilingset.jpg" alt="Woman smiling Header" border="0" /></a>

<br />

<a href="index.php?act=viewProd&amp;productId=34&amp;PHPSESSID=c640f6213f046fa21b2ede2a6fc89411" class="txtDefault">Woman smiling Header</a>

<br />

£4.22 <span class="txtSale"></span>

</div>

That is built over in styleTemplates/content/index.tpl - add an in-line position: relative in that division and see if that solves the issue.

<div style="position: relative; float: left; text-align: center; width: 150px;">

Your THE MAN Mark! I added what you said and it is showing now. I hope I didn't speak too soon again.. :whistle:

Thank you very much for spending your precious time looking at my problem.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...