Jump to content

Small coding issue driving me mad


Guest sdm

Recommended Posts

I have been adapting a template for a customers website but have a couple of problems with it I hope someone may be able to help with.

At the site here http://www.partybasics.co.uk/index.php the front page displays correctly, to see the behaviour i'm talking about please do the following:

1. Click on the demo balloon and add it to your shopping cart, now when you view the cart the navigation on the left is all messed up, any ideas?

2. Also, if you are in the view basket page and empty the basket, the 'previous page' link no longer works.

Thanks,

SDM

Link to comment
Share on other sites

Open skins/LegendFulScr/styleSheets/style.css

REMOVE float: left; from li.bullet and you'll be happy.

BTW Please rewrite the Shop by category box. Code like this:

		<tr>

			<td valign="top"><li class="bullet"></li></td>



			<td><span class="txtDefault"><span class="txtDefault" style="font-size: 70%;"><a href="index.php?act=viewCat&catId=2" class="txtDefault">Balloons</a></span>

			</span></td>

		</tr>

looks horrible, sorry :rolly:

Link to comment
Share on other sites

Thanks for that, it has sorted out the display issue I had.

With regards to the shop by category box code change, is that the 'Categories.tpl' file?

Thanks,

SDM

Open skins/LegendFulScr/styleSheets/style.css

REMOVE float: left; from li.bullet and you'll be happy.

BTW Please rewrite the Shop by category box. Code like this:

		<tr>

			<td valign="top"><li class="bullet"></li></td>



			<td><span class="txtDefault"><span class="txtDefault" style="font-size: 70%;"><a href="index.php?act=viewCat&catId=2" class="txtDefault">Balloons</a></span>

			</span></td>

		</tr>

looks horrible, sorry :rolly:

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...