Oh forgot to ask which Web Developer add-on for firefox allows you to point your cursor at a part of a website and it tells you exactly what code in the stylesheet controls it???
Oh forgot to ask which Web Developer add-on for firefox allows you to point your cursor at a part of a website and it tells you exactly what code in the stylesheet controls it???
It's called Web Developer.
https://addons.mozilla.org/en-US/firefox/addon/60
Yes, you can still use IE.
CSS is probably the area I know least about in computing. If what I suggested earlier doesn't work, I recommend posting these questions in the stylesheet forum.
http://www.zen-cart.com/forum/forumdisplay.php?f=54
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
Thanks for that
I was wondering if its possible to make the pages wider, and the product picures a bit bigger?
If you look at my site http://shulab.co.uk/zencart/ i wanted it a bit wider and the product pictures a bit bigger like http://www.topshop.com/webapp/wcs/st...angId=-1&top=Y
I was wondering if its also possible to put a wallpaper in the background like Topshops website?
Thanks
In your stylesheet, you have this:
Change the text in red to whatever you prefer.Code:#mainWrapper { background-color: #ffffff; text-align: left; width: 750px; vertical-align: top; border: 1px solid #9a9a9a; }
If you want, you can specify a percentage instead.
To change the size of the images, I think you need to go to..
Admin>Config>Images
There you'll find various settings to do with width and height.
For example, you might want to experiment with..
Product Info - Image Width
and
Product Info - Image Height
Regarding the background image, in your stylesheet you have this:
Change it to this, where your_pic is your image:Code:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #000000; background-color: #e5edf5; }
A lot of this information can be found by searching either the forum or the tutorials.Code:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #000000; background-color: #e5edf5; background-image: url(../images/your_pic.gif); }
Please search before your next post.
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
your_pic should be in includes\templates\your_template\images
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
HELP!!!
I tried transferring my zencart folder to my domain and now i cant log in i go to
shulab.co.uk/admin/login.php i type my password in then it transfers to http://shulab.co.uk/shulab.co.uk/admin/login.php and displays The requested URL /shulab.co.uk/admin/login.php was not found on this server.
my site doesnt quite look right either http://www.shulab.co.uk/
Tried looking at the tutorials and forums and cant seem to find answer.
Tried Fix Cache Key not sure if i followed instructions carefully enough
* 1. Make sure the DIR_FS_SQL_CACHE setting is correct in your /includes/configure.php file. ( I think ive done it right )
* 2. Copy this file to the folder where "index.php" exists for your Zen Cart site (copy the fix cache key file, or the configue,php file???)
* 3. Run it ( How??? )
![]()
Have you been following these steps?
https://www.zen-cart.com/tutorials/i...hp?article=122
the fix cache key file
I assume you just type in the URL of where the file is located.
e.g. yourdomain.com/fix_cache_key.php
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
Hi, thats the main tutorial i been reading. I ran the fix cache key but it says no changes required.
Would it work if i reinstalled everything? Or would it be better trying to find out the problem?
did you make the changes in your config file to reflect the change in directories?
also is there a .htaccess file in your public_html directory? if there is try changing its name to htaccess.bak (same as removing it without deleting it) and see if the site starts to work
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
No theres no htaccess file in my public_html directory.
I've managed to log in now by changing:
define('DIR_WS_ADMIN', '/shulab.co.uk/admin/');
define('DIR_WS_CATALOG', '/shulab.co.uk/');
define('DIR_WS_HTTPS_ADMIN', '/shulab/admin/');
define('DIR_WS_HTTPS_CATALOG', '/shulab.co.uk/');
To:
define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
But for some reason my website still dosent look right. www.shulab.co.uk Tried changing the template, dosent seem to work.