Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
spminis
I'm going bonkers. I can't show you the page because it's currently local.
I'm trying to get the responsive classic ver 1.5.5b to work. The main problem I'm having is on the product listing page. The heading looks good - Image, item, items #, price are horizontal but the products that are listed have the information vertically. The item, item #, price are listed UNDER the item rather than horizontally across the page. Truth be told, I'm finding the responsive coding to be much more complicated than the non responsive and I can't figure this out. When I change the template to classic, the listings line up correctly.
Please help. Thanks!
I decided to upload the test site and this is the page that's giving me agita. The product info is not lining up with the table header
http://spminiatures.com/storetest/in...ex&cPath=41_47
Thanks
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Hi Anne,
I am currently rebuilding our site using 1.5.5b and your built-in responsive template. Everything is going well, but I would like to change the font for the HEADER_SALES_TEXT tag (Draco Crafts Online). I have searched around a bit, but cannot find where to do this, although I dare say it is probably obvious.
I would be obliged if you can point me in the right direction please
Thanks ... Michael
www.dracocrafts.com/other_sites/dcnewshop/
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
If you use Chrome browser you can right-click on the area you are concerned about and "inspect" the code for that portion of the page. This helps me find the appropriate CSS that I need to change.
Looks to me as if the div ID for that line is named: tagline . You are looking for just "tagline" and not "taglineWrapper" . You can insert a font change on stylesheet.css , that's where I found "tagline"
Hope that helps.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Thank you, will take a look, pretty obvious really :cool:
Michael
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
I was building everything fine and all of a sudden it now appears as a mobile site on my desktop. Why would this occur?!?
westseedfarm daught calm
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Hi All,
by default the Order Staus options are:
Pending [1]
Processing [2]
Delivered [3]
Update [4]
is it possible to change one, or add one, saying Shipped ? I have searched around but have mot found where the options are defined ?
Michael
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Go to your admin/localization/order status... You can "insert" shipped. I found it much less confusing to my customers.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
That simple !! lol - I was searching through all the files :blink:
Many thanks, less confusing for our customers too.
Michael
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
Mikeondraco
Hi All,
by default the Order Staus options are:
Pending [1]
Processing [2]
Delivered [3]
Update [4]
is it possible to change one, or add one, saying Shipped ? I have searched around but have mot found where the options are defined ?
Michael
Quote:
Originally Posted by
VDecalS
Go to your admin/localization/order status... You can "insert" shipped. I found it much less confusing to my customers.
Quote:
Originally Posted by
Mikeondraco
That simple !! lol - I was searching through all the files :blink:
Many thanks, less confusing for our customers too.
Michael
... and the "Delivered" status essentially means "Shipped". If you're not using "Delivered" for some other purpose, you could just rename it, instead of adding additional statuses.
(There's a meaning to the numerical values assigned too, such as "Update" actually means "Update and reset the Download Counts on all downloadable items in this order".)
... but these points are all unrelated to the topic of this discussion thread, which is a specific template.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
I had a problem that the search box was not showing up at the top of the page in the mobile view in the NavMainwrapper. Then I found that this is a feature not a problem, this function is blocked in responsive_mobile.css ca. line 21 so that was easy to change.
Also in the mobile view the links to "Home" and "login" are floating at the top right of the page; is this also a feature or something I need to change?
Link here.