Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    2
    Plugin Contributions
    0

    Default Cant click sideboxes in firefox (works in ie7)

    Hi,

    im running a self modified apple zen template on zencart 1.3.0.1 (im afaird to update atm, as im a novice and have kinda hacked at the site here and there ever since 1.3,, :) )

    im having a issue with my site (http://www.izwoz.com.au) where you cant click the sideboxes in firefox.

    Ive tried searching for a solution for hours, but cant find the answer, i am guessing maybe css issue? works fine in ie7, but in firefox you cant click and also text is overlaid on the top of the sideboxes (example here http://www.izwoz.com.au/shop/index.p...products_id=15 )

    anyone running applezen seen this issue? or did i create it myself due to editing? any help is much appreciated!! (as its driving me crazy).

    thanks,

    Nick

  2. #2
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I tried searching the thread but with no joy, i'm sure this has been asked before.

    Anyway i'm currently developing a store using Applezen and i'm experiencing an issue with the shadow borders around the main body not showing in IE6 although they are fine in FF and Opera.

    Any ideas of a fix for this?

    I note that they don't seem to work on your demo site either...

  3. #3
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by BFTUK View Post
    I tried searching the thread but with no joy, i'm sure this has been asked before.

    Anyway i'm currently developing a store using Applezen and i'm experiencing an issue with the shadow borders around the main body not showing in IE6 although they are fine in FF and Opera.

    Any ideas of a fix for this?

    I note that they don't seem to work on your demo site either...
    No, they are not supposed to work in IE6, because IE6 doesn't support PNG transparency.

  4. #4
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cant click sideboxes in firefox (works in ie7)

    Quote Originally Posted by nikkon View Post
    Hi,


    anyone running applezen seen this issue? or did i create it myself due to editing? any help is much appreciated!! (as its driving me crazy).

    thanks,

    Nick
    Yes, you created it yourself.

    You changed this:


    Code:
    .centerColumn {
    	width:75%;
    	float:left;
    	margin:0 2% 2% 3%;
    	text-align:left;
    	line-height:1.6em;
    	display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
    	}
    to this:

    Code:
    .centerColumn {
    	width: auto;
    	float: none;
    	position: relative;
    	margin-right: 0;
    	padding: 1% 2% 0 2%;
    	text-align: left;
    	line-height: 1.6em;
    	height: 100%;
    }
    But now that I've refreshed your site, it looks like you figured that out on your own!

  5. #5
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cant click sideboxes in firefox (works in ie7)

    Hi Jade,
    First, thanks for offering such a great zencart template.

    I have one question for now, may have more later. How do I change the background color for the right sidebar? It's #eeeeee, but I don't see it anywhere in the CSS. I would like to change it to #7bc1d5

    Here is the link for my shop: http://pixelprints.net/shop/

    Thanks in advance for the help!

  6. #6
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cant click sideboxes in firefox (works in ie7)

    Quote Originally Posted by Lilyfox View Post
    Hi Jade,
    First, thanks for offering such a great zencart template.

    I have one question for now, may have more later. How do I change the background color for the right sidebar? It's #eeeeee, but I don't see it anywhere in the CSS. I would like to change it to #7bc1d5

    Here is the link for my shop: http://pixelprints.net/shop/

    Thanks in advance for the help!
    Its in an image, not in the stylesheet.

    includes/templates/apple_zen/images/content_bg.gif

    Open the image in your favorite editing software, change the color, and re-upload.

  7. #7
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cant click sideboxes in firefox (works in ie7)

    Quote Originally Posted by jettrue View Post
    Its in an image, not in the stylesheet.

    includes/templates/apple_zen/images/content_bg.gif

    Open the image in your favorite editing software, change the color, and re-upload.
    Ahh, that would be why I couldn't find it. I don't know why I didn't even think of that. Thank you!

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg