Re: Responsive Sheffield Blue
As a total Zen Cart newbie I installed the Template vers 2 and was configuring here and there, this is all very confusing for me, but I had a few changes to my satisfaction. I was trying to get the different languages out and somehow pressed the French language and had the non template setting in French. I could not get back. In an attempt to get rid of this I deleted the French folder which resulted in the site not being found on my computer anymore. I deleted cookies etc and somehow still had things screwed up so I hit German. Afterwards all was in German and no language selection was possible. I reinstalled the deleted files and now my whole site with all the changes is totally screwed up. But in English lol. I am afraid I have to start from scratch and would like to know is it better to start configuring ZenCart without a template first and adding this later or does it make sense when I want the template to go ahead and install and configure like I was doing?
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
jsarwar
Hi Anne,
Do you know how to make this template expandable in small devices like cell phone etc. It does not zoom in / out in smaller devices. Thank you!
Take a look at the html_header.php file:
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
change it to:
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=yes" />
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
bettysbargainbin
Anne,
I am sure that I have probably missed this somewhere. I have been scrolling through the thread and cannot seem to find an answer to this. When clicking on an image it is opening the window but showing a very small image. How can this be made to show the full size image? Our site is located at
http://bettysbargainbin.net
Thank you!
Todd
The link that you posted is not working. Please post a link to the page with the problem.
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
germerican
As a total Zen Cart newbie I installed the Template vers 2 and was configuring here and there, this is all very confusing for me, but I had a few changes to my satisfaction. I was trying to get the different languages out and somehow pressed the French language and had the non template setting in French. I could not get back. In an attempt to get rid of this I deleted the French folder which resulted in the site not being found on my computer anymore. I deleted cookies etc and somehow still had things screwed up so I hit German. Afterwards all was in German and no language selection was possible. I reinstalled the deleted files and now my whole site with all the changes is totally screwed up. But in English lol. I am afraid I have to start from scratch and would like to know is it better to start configuring ZenCart without a template first and adding this later or does it make sense when I want the template to go ahead and install and configure like I was doing?
It is easiest to install zen cart, then install a template, then install plugins.
Thanks,
Anne
Re: Responsive Sheffield Blue
I have a white space underneath my logo where the HEADER_SALES_TEXT would be. I would like to remove the HEADER_SALES_TEXT part completely from the template to save this space but cannot find where to permanently remove this.
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
germerican
I have a white space underneath my logo where the HEADER_SALES_TEXT would be. I would like to remove the HEADER_SALES_TEXT part completely from the template to save this space but cannot find where to permanently remove this.
The correct way to remove the tagline is to edit the includes/languages/english/responsive_sheffield_blue/header.php file.
Thanks,
Anne
Re: Responsive Sheffield Blue
This IS where I tried to remove it. I have changed it to define('HEADER_SALES_TEXT', ' '); If I do not leave the space between ' ' I get the HEADER_SALES_TEXT shown on the site. It makes up about half an inch below the logo and I want this whole line to disappear completely. Same thing happens btw if I just remove the line from the header.php
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
germerican
This IS where I tried to remove it. I have changed it to define('HEADER_SALES_TEXT', ' '); If I do not leave the space between ' ' I get the HEADER_SALES_TEXT shown on the site. It makes up about half an inch below the logo and I want this whole line to disappear completely. Same thing happens btw if I just remove the line from the header.php
The fix for this bug has already been posted. You can also just leave a blank space between the single quotes if it is easier for you.
Thanks,
Anne
1 Attachment(s)
Re: Responsive Sheffield Blue
Hi There Excellent work on this template, enjoying playing with it.
I do have a problem though thats very unique to us im sure and thus I knew it would give us problems.
Ive used the override system to remove all the unessary stuff on this product listing.
We have aa MISC payment page which we use with customers who don't have a paypal account but need to pay for an item they are interested in from our eBay Store.
Its oviously very different to our Standard product pages and im wondering if the attached could be done using the override system for THIS PRODUCT ONLY.
Ive removed the main image and the tabs but unsure if its possible to move the description section from the tabs up to where the main image was, on this Page only.
Any Help is much appreciated.
Regards,
john
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Bronco78th
Hi There Excellent work on this template, enjoying playing with it.
I do have a problem though thats very unique to us im sure and thus I knew it would give us problems.
Ive used the override system to remove all the unessary stuff on this product listing.
We have aa MISC payment page which we use with customers who don't have a paypal account but need to pay for an item they are interested in from our eBay Store.
Its oviously very different to our Standard product pages and im wondering if the attached could be done using the override system for THIS PRODUCT ONLY.
Ive removed the main image and the tabs but unsure if its possible to move the description section from the tabs up to where the main image was, on this Page only.
Any Help is much appreciated.
Regards,
john
Yes, you can customize any of the product type templates in any way and use it in the template.
Thanks,
Anne