I just uploaded to ZC system my first template. Just waiting for team approval.
I'm uploading a screen shot.
Hoping to find good comments about it. :unsure:
Printable View
I just uploaded to ZC system my first template. Just waiting for team approval.
I'm uploading a screen shot.
Hoping to find good comments about it. :unsure:
There are a few issues with this template ...
1 Knowing the width of the columns ... as your columns are not "springy" and do not grow left to right ...
2 dropdowns are teeny, tiny, itty bitty text not even an ant could walk on ...
Looks like a nice template but does need some updating to make it usable ...
Oooops, no....they are a 175 fixed. Is there a way I can make them "springy"? I know how to do it on 1.2+ but not on this version. :unsure: (sorry for that one). :blush:Quote:
1 Knowing the width of the columns ... as your columns are not "springy" and do not grow left to right ...
Hmmmmm.... I don't see it that way on my side (not FF not IE). And I don't remember changing that on the CSS but I will take a look at it.Quote:
2 dropdowns are teeny, tiny, itty bitty text not even an ant could walk on ...
Thanks... :smile:Quote:
Looks like a nice template but does need some updating to make it usable ...[/
I have to agree with Linda about the drop downs, in fact input fields generally (to include search), but only in IE (small fonts + IE = big clue). Also your CSS contains an error, actually 5 but its the same one repeated 5 times, specifically you use "x-repeat" for background images. It should be "repeat-x".
Otherwise, quite a nice template. Nice work, it's good to see a choice of templates now beginning to emerge for v1.3+
I really don't see it and can't fix something I can't see. I did check "small font" and put the px higher, maybe that will fix it, but I don't know since I don't see it bigger neither on my browsers.Quote:
I have to agree with Linda about the drop downs, in fact input fields generally (to include search), but only in IE (small fonts + IE = big clue).
Ok, got that fixed, and also upload an updated version, with some little changes.Quote:
Also your CSS contains an error, actually 5 but its the same one repeated 5 times, specifically you use "x-repeat" for background images. It should be "repeat-x".
Thanks, more coming soon.Quote:
Otherwise, quite a nice template. Nice work, it's good to see a choice of templates now beginning to emerge for v1.3+
if your sideboxes are not standard sizes the botton of them is out of alignment in IE, quite a few of the others do the same
You can see HERE that they aren't misaligned in any of the 2 main browsers. Just remember to go to admin and change the column and boxes size to 175 instead of 150 that's the default (as per instructions).Quote:
Originally Posted by drakky
ahhhh, ok, sorry ,missed that , my bad
No problem drakky....
=================
To ZC Team:
I uploaded an updated version of the template and hasn't been approved/added. This was on Monday-Tuesday....
Just in case was overlooked... :unsure:
thats very nice, esp for free!:thumbsup:
Update activated.
Very nice, love the color combo!
ideasgirl, does the newly uploaded files fix the issue below? If not, does anyone have an suggestions on making this happen?
SheliaQuote:
Oooops, no....they are a 175 fixed. Is there a way I can make them "springy"? I know how to do it on 1.2+ but not on this version. (sorry for that one).
There's no fix because there's no issue. They can't be changed to "springy" with this version of ZC. :unsure:Quote:
does the newly uploaded files fix the issue below?
It would need a small code tweak in tpl_box_default_left and tpl_box_default_right to create an extra div and then a fair bit of messing with the images and the stylesheet.
It could be done, but the result would be much easier to break by users who don't fully understand the underlying structure and how the solution works. One of these days I'll do it for the future Zen template, but am waiting until I have time to do a tutorial to accompany it, as I suspect that it will otherwise lead to a flood of questions.
COOL! I'll try it out ASAP!Quote:
Originally Posted by ideasgirl
Yes kuroi,
...maybe I'll do it too in the future... (maybe 2020). :lookaroun If I don't have a "follow through example" I just can't do any coding.
Have fun Sheila!
Hi,
I am a very newbie to all this ecommerce, and I am learning as I go, so please forgive me if I ask stupid questions. I really love this template, and have been fiddling with it to make it my own, but ....I somehow have change the font size on some of the boxes. I know there was mention of font sizes in previous replies, and I have fixed the small font problem, (dont know how mind) but now have very large fonts on just some of the boxes, and the home/login/my account in the header. :cry:
Any help would be gratefully received.:D
Shazza
You have to play with the CSS to make it to your own taste.
Add to .headernavigation section the following line:
font-size: 12px;
...or your desired size
Impressive presentation I might add. :wink2:
How can i remove the logo http://www.cnt-wholesale.com/
ive done it but its still callign for it
how can i get it to stop calling for it
What exactly are you trying to accomplish? I see you have your logo, and the correct "alt". :huh:
Ideasgirl,
I've got a store setup on my server to work on before it goes live. I have managed to tweak the template's css to suit my taste. The one problem I seem to be having is centering the logo. All of the other threads I've read about centering logos don't seem to effect this template. I was wondering if you had any specific information that might help me.
Thanks
Shelia
Hi Sheila,
I didn't change the header coding in any way, so it should work by the directions you will find around.
I know that it has 2 column cells and the right one is to display banners, so probably you will need to edit the header code to merge those 2 cells.
========
:(
NOTE: My working space was flooded because of a problem with our water pump. So please understand if I don't respond as quick as sometimes we want. I will appreciate if any of the great designers around can answer any of the questions posted if you know the answer and I haven't responded.
Thanks for your understanding.
Installed this on a new site. I have one issue that I can nt figure out how to fix. I have a gap on the right side between the content and the background. See here: http://www.debsscrapshack.com
Any ideas?
Nothing to do with the template, but I strongly recommend that you start writing your url with capitalisation ...I think what you call it is DebsScrapShack.com but what leapt to my eye was debss crap shack! Memorable, but perhaps not in the way you'd like! :laugh:Quote:
Originally Posted by n8pbm
Your right, that is no help. :-)
Actually it is not my website so I did not pick the name. But your point is well taken.
Now how do I fix the white space...
This white space is only showing up on FF for me. Now...did you change something on the CSS? Do you have the boxes and columns on admin set all to 175px?Quote:
Now how do I fix the white space...
The whitespace is caused because the centershop table has no width. Internet Explorer simply assumes it to be 100% and takes up all the width available for mainWrapper. Firefox only uses the space it needs to display the content it currently has. This is why if you go to Shipping & Returns - a page with content that spans the entire center column, the problem dispears.
It will probably disappear when the site is populated anyway, but it would nevertheless be good practice to addto your stylesheet. Better practice to make this an ID rather than a class. Best practice to drop the layout table altogether ... best not start me on this :no:Quote:
.centershop {width: 100%}
I got the space to disappear last night by playing with the image size in the header.php file. Not an ideal solution.
Kuroi, that makes sense and goes along with what I did with the image size. I will add your suggested stylesheet change. I am a complete newbie when it comes to this stylesheet. I saw the centershop ID in FF Developers tools but could not find it in the stylesheet. Now I know why.
Thanks
Thanks kuroi for the help. Good to know you solved the problem n8pbm. :thumbsup:
I am starting over from scratch and creating an all new catalog. I thought it would be nice to go with this template, however I wanted to make a few modifications.
I wanted to change the fix width of the shop to either 100% (fluid) or at least a fixed with of 800px. I modified the header image to be 800px and everything was fine until I clicked on "Advanced Search" which basically squished all the search page boxes into an unpleasant looking layout and created a white vertical line about 50px wide between the right side boxes and the page background. At 750 everything works fine. Any instructions on what all would need to be altered (besides the header image which I have in both sizes now) to make the transition smooth across the whole site?
I have the width set to 750 currently, so you can't see what I am talking about, but here's the link anyhow:
www.JeriSigns.com/store/
Okay, it's set back to 800px now...I figured out that it needed .CenterColumn {width: 100%;} but now the info on the Advanced search page is bleeding over into the right column. Any ideas? Thanks in advance!
Got it! Just changed .CenterColumn width from 100% to 95%. Sorry for all the posts, but in case anyone else wants to alter the width they may run into the same issues. :thumbsup:
Good to know...you site is looking good. :thumbsup:
If you want a custom background (instead of the ivory one), let me know by the email of the readme file.
Have fun!
I'm a VERY new Zenner and I've installed and activated the Sophy Blue template and LOVE it. However, I'm really struggling with a couple of things. My site is here.
1. I would like my logo image to be larger, but I can't seem to make the background image for the header any longer, so it looks funny when I make the logo larger. Is there a way to lengthen this ivory box with the fading blue border?
2. I want to make the text "MimKnits.com Online Store" in the header larger, but I've tried changing EVERY CSS and header php file I can find and I can't find where to change this. Am I missing something or is this not changable?
Any help would be appreciated.
Thanks,
Mim
To change the header background image, you have to edit the header.gif image in your template images folder. Then locate your header section on your css file and edit to the desired height:Quote:
1. I would like my logo image to be larger, but I can't seem to make the background image for the header any longer, so it looks funny when I make the logo larger. Is there a way to lengthen this ivory box with the fading blue border?
PHP Code:
.header {
background-image: url(../images/header.gif);
height: 125px;
background-repeat: no-repeat;
padding: 15px;
}
To edit your tagline text, edit your css file:Quote:
2. I want to make the text "MimKnits.com Online Store" in the header larger, but I've tried changing EVERY CSS and header php file I can find and I can't find where to change this. Am I missing something or is this not changable?
PHP Code:
#tagline {
color:#000000;
font-size: 10px;
text-align : center;
vertical-align: middle;
}
There seems to be rendering problem in Firefox with the category links that are part of the header, below the image area.
In IE the gray box where the category links appear is expanded to show all lines. Then the bar with 'EZ Pages :: Privacy Notice :: etc" appears correctly below.
In Firefox the gray box where category links appear does not expand to show multiple lines. Seems to have a problem even if there is only one line of category links, too little space between it and the "EZ Pages " bar.
Any way to fix this?
I'd actually be happy to remove both that category link box and the link bar below it. Sorry, I'm a newbie to Zencart, any easy way to do that?
Thanks, and thanks very much for this excellent free template,
Herb
In checking a little more, looks like the rendering problem exists in v. 1 of Firefox but not in v.1.5 .Quote:
Originally Posted by hsitz
I'd still like to get rid of the gray category box below header and the 'EZ Pages . . ." bar below it, if anyone can help me witht that .
Thanks,
Herb
The sound like the navCatTabs bar and the EZ-Pages Header bar respectively. They can be turned off via Admin > Configuration > Layout Settings and Admin > Configuration > EZ-Pages Settings
Quote:
To edit your tagline text, edit your css file:
PHP Code:
#tagline {
color:#000000;
font-size: 10px;
text-align : center;
vertical-align: middle;
}
Thanks Ideagirl, I got the header image changed, but I still can't get the text for my tagline to increase in size. I changed it in the css file for the sophyblue template and in the template-defaults folder as well, but still no go. Is there something I'm missing?
Oooopsy! :blush: add the following to yourQuote:
I changed it in the css file for the sophyblue template and in the template-defaults folder as well, but still no go.
/*HEADER CSS*/
.header
/*or whatever size you want for it*/Code:font-size: 16px;
You may delete the whole "tagline" code since it's not being used.
As a side note, I suggest to keep your logo smaller rather than the size you have it now.
Thanks so much for the help! I determined that it was too squishy to have it the way I did, so I edited the header file to include the logo and the title (that way I can have the right font too) and uploaded the new header. It took a bit of futzing to find the code to take out the tagline and the header alt text all together, but I got it now and I like it. Thanks!
M
http://www.mimknits.com
Apparently you did it incorrectly and your logo has a "x" of image not displayed over it.
You're using IE then? It doesn't show up in firefox, but shows up in IE. I'll go through again and try to find any other instances of it.
Thanks,
M
That's right!Quote:
You're using IE then? It doesn't show up in firefox, but shows up in IE.
Can you please tell me where i can find how to change the shopping cart header on my website :
http://www.ashcycles.com/power/index...ain_page=index
when you add something to the cart, the cart appears on the sidebar but the "shopping cart more" overlaps the box and is grey. Ideas girl could you please tell me how to change this so that is white and does not overlap.. I love the template its great :)
The best way I deal with it is to go to the language file and change the text to "Shopping Cart...", that will avoid the text dropping to another line.
You will find it on: includes/languages/sophyblue/english.php around the line 105. (This file was included on your template, so I don't know why is not showing correctly on your store).
Also I suggest that if you don't want the right column on your site to turn it off, since the webstore looks unbalanced without any boxes on the right but with the unused blank space there.
I didnt do it in 2 columns as when i do i get a massive white line that cuts half the logo off aswell as the bottom and i couldnt figure how to get rif of it.
Would you do that for me so I can take a look?
Look here I don't see any issues when I turn off the right column.
here is a pic :) hope this helps if not ill keep it to 3 columns .
www.ashcycles.com/images/ash.jpg
Did you try kuroi's fix stated on page 2?
Also one other thing, this will be my last, is there anyway of either making the middle column (the area of the middle wider) or making the font smaller on the secription (or dissappear altogether).
http://www.ashcycles.com/power/index...cPath=18_20_21
as the writing of the description is cramped up in the middle. Thanks
To be honest i would rather listen to you than him, Sorry
Try first adding the following to your css:
Then, turn off your right sidebar:Code:.centershop {
width: 100%
}
Admin > Config > Layout Settings > Column Right Status = 0
If you want your "shopping cart" box to turn on when someone adds an item, change that box to your left side (since is the only box on the right hand that you have active, if I'm not wrong).
This way you will have a nice 2 columns only webstore and your list will display nicely. You can see an example here
just done it now and it works. Thanks very much really appreciate the help. Not many good people in the world :)
I was wondering if the ivory background could be utilized as the background for the center column (index and product pages)? How can I change the ivory background to a solid color that would include the center column?
Shelia
Edit the css...
Around line 196 you have:
Change it to:Code:#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
Code:#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
#contentMainWrapper {
background-image: url(../images/bg.gif);
}
I added
and it changes the center to ivory and the background to white ?:cry:Code:#contentMainWrapper {
background-image: url(../images/bg.gif);
}
Yes, because you didn't do what I told you to do. :unsure:Quote:
and it changes the center to ivory and the background to white ?
You have to delete #contentMainWrapper part from the first line.
Hi!
I have a problem with the tops of the sideboxes not lining up with the bottoms. In fact it appears that both parts are being cropped, on their right sides. I have set the box width to 175px as instructed. This problem appears in both FF and IE.
Instructions to fix it in idiot-ese, would be preferred! :blush:
Piccy, to see what I'm talking about.
Did you set the column widths as well?Quote:
I have a problem with the tops of the sideboxes not lining up with the bottoms.
:sleepy: You're right! I'll pay attention from now on! Thanks!Quote:
Originally Posted by ideasgirl
*facepalm*Quote:
Originally Posted by ideasgirl
I swear I checked all over the admin panel for anything at 150px that needed to be adjusted. Somehow I missed those.
*is embarrased*
Thank you so much. It looks wonderful now!
Hello! I am new.... I just installed this template on my page but the colors are not showing up like the "demo" I found listed here. Can you tell me how to correct this? My page looks nothing like the demo, color wise, that is. Thanks!
I can't know without even seeing a picture or a live site. :huh:Quote:
Can you tell me how to correct this?
My site is http://www.cjuniquegifts.com
Looks like you didn't upload all the files like the css or didn't upload the files on the same way they are aranged on the template zip file; and it's causing override issues.
To solve this you have to put the original files back that you edited and then upload the files exactly how they are on the unzipped folder into your server. I see that your store is the domain (no subdomains/folders) so maybe you uploaded incorrect your files.
I'm not sure I follow here. I assumed that once I changed from the default template to the new one, that the page would take on the new colors, etc. Did I miss a step in installing it or something? I'm not sure I know which files were edited or how to upload them correctly. Is there a page with step by step instructions? Thanks for your patience.
There is a file called Instructions in the current release package for this template.Quote:
Originally Posted by cwtsnj
I've had a wander around the outside of your site, peeking through the windows, trying to find evidence that you have installed the Sophy Blue template, and apart fom a template directory called sophyblue can find none. As far as I can see from the outside you haven't installed the template files in that directory. All I found in there were the stylesheets from the template_default which shouldn't be there.
Usually this means that you have accidentally put the files int he wrong place. To try to get a clue as to what is happening here, can you post the full path name where your box002.gif file is located.
Hello! I can't seem to find that image, except for when I search in the files and folders on my pc. Not in the cpanel or such. Do you have an idea of where it might be hiding?
This may be your problem. I couldn't find any trace of that file or any other file that makes up part of the Sophy Blue template. How did you upload them to your server? Are you sure that they got there? Have you tried re-uploading them?
Beings I'm just learning all this, maybe I DIDN'T upload them, just thought I did. How can I do that? I have the folder with all the images, instruction page, etc on my pc, but how do I transfer all that to... the c panel, correct?
you will want to
use an ftp program
then you will use it to upload ALL the files into the right place based on the install directions,
PM me if you ned help with this
Thanks for this template ideasgirl :)
I have a question about modifying it if someone has the time.
If I wanted the main page to have a different column layout, say a grid like the attached pic, (but only for the index/main page) how would I go about this?
Any help or pointing in the right direction MUCH appreciated! Thanks again!
With this or any template will need code editing. Sorry, can't help you there.
yes of course- but I was wondering *which file(s) would need code changes or if that sort of code change would be in the zenCart admin page ccontrol/settings?
HI, I'm a complete newbie at all this so I'm sorry if I'm asking something silly. I love this template, but apparently I did something wrong when I uploaded it. I don't have any side boxes at all. Can you tell me what I did wrong?
www/greywulfmercantile.com/store
This is normal go to Admin > Tools > Layout Boxes Controller and click on the reset button at the bottom of the screen and they'll appear like magic (Zen Cart magic)
When you install any new template for the first time it will set your side boxes all to the off position. You will need to go into Tools>Layout Boxes Controller and set them one by one to the left/right position that you want. :DQuote:
Originally Posted by Grey Wulf
You type faster than I do AND you have better info. LOL I never knew that!Quote:
Originally Posted by kuroi
The reset button is handy for bringing up the layout boxes quickly as per the layout for the demo database, but there's also a download available here, that lets you replace the default layout setting with your personally preferred layout.:thumbsup:
KEWL!! That will be a handy tool for testing out new templates and deciding which I like best without the headache of turning stuff on and deciding where I want it. THANKS!
Thanks!! I just found that as you posted it! The support is wonderful for a newbie like me!:D
Hi ideasgirl:
I installed the template and the only problem I am having is on a page with more than one product listing the images run over each other. This link:
My Store shows the problem.
Also the words Product Image run over the bar. I am sure I have done something stupid when I reset sizes or something. Are my images simply too long? Should I tighten them up?
Thanks, Jill
Nothing stupid that you have done.
Your images just need a bit of padding, go to your css and find:
change it to:Code:a img {border: none}
or replace 3px with your preference.Code:a img {
border: none;
padding: 3px;
}
The heading is doing that since the new template system is tableless and the columns will grow depending on what is in them. You have 2 options:
1-go to your language folder and change "Product Image" for "Image" (includes/language/english/index.php)***, or
2-go to admin panel > configuration > images... and change the max width of your small images.
***please use override system: copy that file into your includes/language/english/sophyblue/ folder (create one if you don't have it).
Hi there and congratulations with the template... It looks great, and possibly just what ive been looking for to use for our new website.
I would like to ask a few questions about Zencart in general, and also on this template.
Firstly, here is a LINK to the instalation I have done on our original domain, along with the subtle but effective mods I have added (For now) :lamo:
As you can see... to the left of the page... there is a much wider space than on the right. How do I fix this as Ive tried everything now but dont seem to be getting anywhere.
Another thing... the txt to the top of the page: "Sophy Blue Free Template".. Will this be removed upon taking action on this-->> "If you wish to remove advertising or design credit" blag blah... :laugh: ??? If so, Id be more than happy to do so but first id liek confirmation. :wink2:
Another problem im having is... where are the "add to cart" buttons?.. I have added an item just to see how things work... but when I select the product.. there is no way of purchasing it :blink: .. Ive also tried to register as a web browser but still no way of buying
Ok... last thing now (Sorry to go on and on)... I changed the background to something a bit more "me" (White to light blue/ Left to right), but around the sidebox's there are still traces of the original background. I done my stuff in Photoshop/ fireworks, but never quite got it right .. Any sugestions?
Thanks, and sorry to keep you so busy with all these questions.
Tom
That's because your tagline is being pushed by your header/logo. Just go to includes/languages/english/sophyblue/header.php and around line 22 you will see:Quote:
As you can see... to the left of the page... there is a much wider space than on the right. How do I fix this as Ive tried everything now but dont seem to be getting anywhere.
just change it to:Code:define('HEADER_SALES_TEXT', '<h1>Sophy Blue Free Template</h1>');
Code:define('HEADER_SALES_TEXT', '');
No, that's just the tagline (as my previous explanation states).Quote:
Another thing... the txt to the top of the page: "Sophy Blue Free Template".. Will this be removed upon taking action on this-->> "If you wish to remove advertising or design credit" blag blah... ???
Apparently you solved this. Maybe you were using showcase cart?Code:Another problem im having is... where are the "add to cart" buttons?..
If you have the number of color of background I can redo those boxes for you and send, just send the color details (or background) to my email.Quote:
I changed the background to something a bit more "me" (White to light blue/ Left to right), but around the sidebox's there are still traces of the original background.
Happy to help. :wink2:Quote:
Thanks, and sorry to keep you so busy with all these questions.
Great... you helped a lot in your last reply... Thanks very much.Quote:
Originally Posted by ideasgirl
And yes... I had it in showcase mode which was why I couldnt see the add to cart button :blink:
Now heres what ive got: NEW PROBLEM - Yes, its all alligned now (Left and right columns), but if you look at the header and the two columns, they are slightly all over the place (If that makes sense) :P
Anyway, I shall email those boxes to you later today with the colour I need them to be in the hope you can help me out.
I would also like to ask if theres anyway I can use a decent txt editor to add details about my products as when I added the info (There is a lot of info for each product)- It all appears in one big bulk load of txt with no BOLD, or spacing/ paragraphs etc. Also, I need to be able to add more images to each item (Screenshots, etc, etc).... Am I able to do this somehow?
If you look HERE you will see all I have been able to add to this item on Zencart due to the problem I have mentioned... and if you look HERE you will see what I need to be able to add to each item.
Thanks again for your help.. greatly appreciated.
Tom
Around line 266 you'll find:Quote:
Now heres what ive got: NEW PROBLEM - Yes, its all alligned now (Left and right columns), but if you look at the header and the two columns, they are slightly all over the place (If that makes sense)
change to:Code:.headerNavigation {
background-image: url(../images/bar2.gif);
background-repeat: repeat-x;
font-weight: bold;
height: 29px;
color: #445A6A;
vertical-align: middle;
padding-left: 3px;
}
This is going to change soon since the header code changed for 1.3.5 and the template has to be updated (but won't harm for now).Code:.headerNavigation {
background-image: url(../images/bar2.gif);
background-repeat: repeat-x;
width: 750px;
font-weight: bold;
height: 29px;
color: #445A6A;
vertical-align: middle;
padding-left: 3px;
}
Admin > Configuration > HTML EditorQuote:
I would also like to ask if theres anyway I can use a decent txt editor to add details about my products as when I added the info (There is a lot of info for each product)- It all appears in one big bulk load of txt with no BOLD, or spacing/ paragraphs etc. Also, I need to be able to add more images to each item (Screenshots, etc, etc).... Am I able to do this somehow?
you can also download 2 others available in the downloads area. (FCK Editor and Tiny).
Your second link is dead. :dontgetit
You can add a weblink when entering a product from admin.
If you think you will need to add lots of info to your description, plus pictures, plus cross sell, etc. I suggest you to considerate installing Tabbed Lite Module.
That's a VERY strong yellow. :blink:
Apologies... the second link was supposed to point HERE
Now then... this new info you have given me to sort out the alignment... what document do I have to edit?... You have told me what line its on.. but I cant find it on any of the php pages I have from the template. :lamo:
BTW.. Yes.. the Yelow/ Orange is VERY bright indeed... I like it with the Blue though.. its errm.. Different? :P
What do you mean here?... That maybe I will have to change this template again sometime in the future?... Could it stop working or something or have I picked you up wrong?... Sorry, I dont know nothing about php :laugh:Quote:
This is going to change soon since the header code changed for 1.3.5 and the template has to be updated (but won't harm for now).
Thanks again, and really good stuff with the image editing.. thanks a bunch ;)
Tom
Sorry.. was unable to edit the last message so have posted another :down:
Doesnt seem to exist... do I have to install an addon or something before it will appear in the control panel or should it be there? :sleepy:Quote:
Admin > Configuration > HTML Editor
Cheers,
Tom
Ok... I ave now figured out that it was the stylesheet that I were to edit and I have ammended what you said to do and yes.. it has sorted it out a little more.. But still; The header and side columns are not aligned properly... See HERE
The header seems a little too far over to the left now.
One other thing... would it be possible to have less of a border on both sides?.. Thus making the center section where product details will be added, wider... meaning more room for content/ images?
If so.. is this easy to do?
(I know ive already asked a lot so far.. but I really liek this template so need to adjust it to my needs.)
Cheers (Again),
Tom
May be from the fact that you changed the header navigation location? are you using 1.3.5? If so, you will need to wait until I upgrade the template to the new header code, which changed on last ZC upgrade.Quote:
But still; The header and side columns are not aligned properly...
look for:Quote:
One other thing... would it be possible to have less of a border on both sides?..
adjust the width to your needs.Code:#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
}
No.. im using 1.3.0 :DQuote:
are you using 1.3.5?
Sorry... youve lost me now :blink: off to change the width now :DQuote:
May be from the fact that you changed the header navigation location?
Tom
After messing around a bit... ive managed to do this: HERE
But still this awful white space... my banner needs to cover all this width (900px)
The original code has the navigation header on top of the page, you have it below the header/logo (there's a module that is available to do that). I was asking if maybe while you were working on it, you did something with the code that's causing the issue.Quote:
Sorry... youve lost me now
I don't see any.Quote:
But still this awful white space...
You need to work the space created between the boxes (also the height of your shopping cart box).
The template was created for 1.3.0.2, so I'm not sure if this is an issue, you should upgrade at least to that version (and install the security patches).Quote:
No.. im using 1.3.0
I have uploaded a new version of Sophy Blue, now we have Sophy Blue-Grey; which uses grey instead of ivory. Also some changes to css, header, and footer to update to new 1.3.5 codes.
Enjoy!
I just recently started using ZenCart and even more recently put this template on my store as it fits well into my color scheme. I put my logo as the header but I have a problem with the zencart image and "Tagline Here" showing up over my logo. How do I remove that?
Thanks
Which one, Sophy Blue or Sophy Blue-Grey? Any link that you may show us?
I am using Sophy Blue-Grey. I though I had attached the screensot but it apparently slipped my mind.
http://img89.imageshack.us/img89/621...problemjn4.jpg