Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
zc1.5.5f, clone responsive_classic. Site is new build in progress to replace older template. url in my sig file.
Has anyone figured out how to get Currencies selection to work in mobile, either in the side menu or header? I see posting from summer 2016 pointing to /includes/templates/YOUR_CUSTOM_responsive_classic_FOLDERNAME/templates/tpl_modules_mobile_menu.php, and I can see where a code insert would likely go, but haven't a clue what to copy in there.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Hello dears
is there a online demo of the new responsive template distributed with 1.5.5f ?
thanks
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
I'm currently using it on my demo site, with the default coloring.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
Akasashasha
Hello dears
is there a online demo of the new responsive template distributed with 1.5.5f ?
thanks
thanks a lot ...
2 Attachment(s)
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Hello team,
When I use I-phone in horizontal position text looks acceptable:
Attachment 17745
But in vertical position it is squeezed:
Attachment 17746
Is this functionality of template for mobile phone and user would intuitively rotate the device, or there is a way to fit everything in both cases?
Thank you for reply in advance.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Set your mouse on the squeezed text, right click then click on "inspect". Then play around with the css settings that show up to improve your display.
1 Attachment(s)
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
marton_1
Set your mouse on the squeezed text, right click then click on "inspect". Then play around with the css settings that show up to improve your display.
So, say I have mouse on Line 1:
Attachment 17747
Should I make change in CSS file and then look in browser, or it can be somehow modified "on fly" while inspecting elements?
My intend is to align the text (Line 1, Line 2,...) to the left. Then I always will have maximum space.
Is there anything you can point on image?
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
idtags
So, say I have mouse on Line 1:
Attachment 17747
Should I make change in CSS file and then look in browser, or it can be somehow modified "on fly" while inspecting elements?
My intend is to align the text (Line 1, Line 2,...)
to the left. Then I always will have maximum space.
Is there anything you can point on image?
Just right click anywhere on the squeezed text, and then on "inspect"
A new window will pop up, on the right of the window you will see the css.
You can make changes here on the fly.
When you have a display that is OK then update the css file itself, you should see displayed which css file to update and which file line to change.
That is how it works in Chrome; I assume other browsers work the same way.
Your image is not so clear so it is hard to say where to change
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
try adding
float: left;
under
text-align:left;
in the part labelled responsive_mobile......
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Thank you this is working!