Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
You can also spiffy it up a little more by making it
Code:
h4.optionName, .wrapperAttribsOptions select { width: 15em; }
input#attrib-4-0 {width:14.3em;}
You can adjust from there to make it more to your liking.
BUT.... You may also want to consider adding some Please Select a ... to your Option Values. Using "Please Select a Size" for the hoodie, "Please Select a Colour" for the hoodie and design, and using a requirement for text in the Custom Name can keep the customer from accidentally ordering something they did not want.
You would add each as an option value to the option name and, when adding to the item in the Attributes Controller, mark each Please Select as "Used for Display Purposes Only" and "Default Attribute to be Marked Selected." Yellow and Gold would now show up in the listing rather than an X.
For the text, you would use the "Attribute Required for Text" selection WITHOUT the yellow or gold. You can add some text asking your customer to enter N/A if they do not want a Custom Name.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Thank you for that, however I have looked everywhere and tried editing different things and it still won't work - ARGHHHHHHHHHHH
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Did you add it the END of your stylesheet.css? That's where it needs to go as lat9 pointed out.
Make sure you clear your cache after the change so you can really see if it took.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
There's also going to need to be an adjustment for when your screen is more than 1500 pixels in width.
That would be in the responsive_default.css in lines 380 thru 412
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
I have an issue with Responsive Classic that appeared today and can't figure out why. All of a sudden the right column has moved to the bottom of the middle section of my site (osdparts.com). Have current zen cart installed and using chrome. The fonts on the "what's new" and "specials" sections seem to be really big too and weren't before. Is there a common thing that causes that to happen? The only thing I did today was adding some new products to the site. Turned all products added off and still have the issue. Tried searching for a previous thread for info on the issue with no luck.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
osdmarine
I have an issue with Responsive Classic that appeared today and can't figure out why. All of a sudden the right column has moved to the bottom of the middle section of my site (osdparts.com). Have current zen cart installed and using chrome. The fonts on the "what's new" and "specials" sections seem to be really big too and weren't before. Is there a common thing that causes that to happen? The only thing I did today was adding some new products to the site. Turned all products added off and still have the issue. Tried searching for a previous thread for info on the issue with no luck.
Any chance there is some stray bracket or colon within the product text, description, model, etc that could have been interpreted by the browser as markup code? This usually happens when there is a minor break in the HTML start/end tags.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
twitchtoo
Any chance there is some stray bracket or colon within the product text, description, model, etc that could have been interpreted by the browser as markup code? This usually happens when there is a minor break in the HTML start/end tags.
Found it! Turns out somehow my main page got messed with and some lines added changing the table that's on the home page. I didn't do it so strange sometimes pages get html added with me doing nothing to them.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
osdmarine
Found it! Turns out somehow my main page got messed with and some lines added changing the table that's on the home page. I didn't do it so strange sometimes pages get html added with me doing nothing to them.
HTML does NOT self-generate. You need to contact your host and see if they can find when this change was made in their logs to see if you might have been hacked.
Meanwhile, it's probably not a bad idea to follow http://www.zen-cart.com/wiki/index.p...ing_From_Hacks just to make sure no one's messing with you.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Hi, im having a fresh install of v1.5.5f using template responsive classic.
I changed the background color, but want to give the sideboxes an other background color, i can't find where to do that. Anyone who can help me ?
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
The stylesheet for this template is a little confusing. I suggest you do the following.
Investigate two mods.
First, look at the Color Change Mod. It allows the break-out of colors for easier editing.
Second, Clone a Template by lat9. You can use this to clone the template into your own. This gives you something to fall back on if you mess something up.
I suggest the following sequence.
Install the Color mod, Clone it to your own template, and edit your own template.