Re: Aberdeen Neutral Template Support Thread
While I would understand why you would think there were some changes or alterations, there were not.
It is strange that it works perfectly on single item categories but when there are sub categories the index information appears.
I have done a complete reinsall on a brand new zencart, with a new zip download directly from your site.
Same thing happens.
I have worked with zencart for years so I do know a thing or two and can usually fix things such as this, but nothing seems to work.. which is very strange.
Dan
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
bubbadan
While I would understand why you would think there were some changes or alterations, there were not.
It is strange that it works perfectly on single item categories but when there are sub categories the index information appears.
I have done a complete reinsall on a brand new zencart, with a new zip download directly from your site.
Same thing happens.
I have worked with zencart for years so I do know a thing or two and can usually fix things such as this, but nothing seems to work.. which is very strange.
Dan
I can take a look at your site but this is not a problem inherent in the template package. See the demo here. The hardware category has sub categories:
Aberdeen Neutral Free Zen Cart Template Demo
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
OK don't know why it is that way but will figure it out.
Thanks
Dan
Additional images overwrite "Add to Cart" (?)
Hi. Does anyone know why my "additional images" (which I believe are in the proper format: image_1.gif, image_2.gif) overwrites my "Add to Cart" button?
This example: http://tyentsales.com/index.php?main...&products_id=8
Is it my settings?
(I'm new to all of this -- so thanks!)
Re: Additional images overwrite "Add to Cart" (?)
Quote:
Originally Posted by
donzi
Hi. Does anyone know why my "additional images" (which I believe are in the proper format: image_1.gif, image_2.gif) overwrites my "Add to Cart" button?
This example:
http://tyentsales.com/index.php?main...&products_id=8
Is it my settings?
(I'm new to all of this -- so thanks!)
Add this:
Code:
#productAdditionalImages{clear:both;}
to the bottom of your stylesheet.css file.
Thanks,
Anne
Re: Additional images overwrite "Add to Cart" (?)
the images on the home page are scrolling to fast for my website. i cant read what i put there before it starts to scroll to the next picture. do you mind letting me know how to fix this? i need to slow the counter down or at least make it longer.
the URL is http://fightautismandwin.com/
Re: Additional images overwrite "Add to Cart" (?)
Quote:
Originally Posted by
wartht
the images on the home page are scrolling to fast for my website. i cant read what i put there before it starts to scroll to the next picture. do you mind letting me know how to fix this? i need to slow the counter down or at least make it longer.
the URL is
http://fightautismandwin.com/
You'll need to edit the javascript file in includes/modules/pages/index/jscript_easySlider.php
Thanks,
Anne
Re: Additional images overwrite "Add to Cart" (?)
Quote:
Originally Posted by
picaflor-azul
You'll need to edit the javascript file in includes/modules/pages/index/jscript_easySlider.php
Thanks,
Anne
thanks so much :clap: this helps a ton.
Re: Additional images overwrite "Add to Cart" (?)
one more thing. do you mind letting me know what files (and/or code) i would need in order to put the slider on another website of mine? i like the template i already have for it but would like to put the slider in it.
Re: Additional images overwrite "Add to Cart" (?)
Quote:
Originally Posted by
wartht
one more thing. do you mind letting me know what files (and/or code) i would need in order to put the slider on another website of mine? i like the template i already have for it but would like to put the slider in it.
You can do a google search for javascript slide show and get tons of results for slide shows you add to other sites.
Thanks,
Anne