Re: My Zencart is very small - how do I get at least 1024x768
Quote:
Originally Posted by
simon1066
It seems to me that you need to change #mainWrapper in includes/templates/classic/css/stylesheet11.css - I've just tried it in Firebug and it seems to work.
That will sort the horizontal, the vertical will expand as you add more text /images or turn on layout boxes.
You'll also need to rid yourself of the duplicate stylesheet*.css at some point - at the moment you are loading three (almost) duplicate stylesheets. Zen Cart is picking up the '.css' from your files and loading all. Try renaming the unwanted ones, while you are playing, to .css_old
Re: My Zencart is very small - how do I get at least 1024x768
Can you guys tell me one last thing?
HOw do I change the HOME Link in the upper left corner of the site to point to the index.php page, not index.html?
Re: My Zencart is very small - how do I get at least 1024x768
Quote:
Originally Posted by
BryanKollar
Can you guys tell me one last thing?
HOw do I change the HOME Link in the upper left corner of the site to point to the index.php page, not index.html?
That home link, on my browser, points to http://newbeginningoils.com, which is a different site to your http://www.newbeginningoils.com/ index.php - no .html to be seen.
Re: My Zencart is very small - how do I get at least 1024x768
I know. I want it so that when someone clicks the home button, it goes to the store (the www.newbeginningoils.com/index.php)
If you just type www.newbeginningoils.com, it will go to the html site automatically by default. So as long as I can change that home link, i'm good to go.
Thanks
Re: My Zencart is very small - how do I get at least 1024x768
Oh ok, let me have a quick look on my install
Re: My Zencart is very small - how do I get at least 1024x768
Re: My Zencart is very small - how do I get at least 1024x768
In includes/templates/template_default/common/tpl_header.php line 47 (of course, first copy the file to your classic overides directory)
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
change the red to http://www.newbeginningoils.com/index.php
That's the simple dirty way, there is probably something clever you could do with your configure.php file to sort this - a bit more complicated though.
Re: My Zencart is very small - how do I get at least 1024x768
Re: My Zencart is very small - how do I get at least 1024x768
Sweet. The last problem - solved.
THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Re: My Zencart is very small - how do I get at least 1024x768
No probs, glad you got it sorted.