Page 113 of 116 FirstFirst ... 1363103111112113114115 ... LastLast
Results 1,121 to 1,130 of 1160
  1. #1121
    Join Date
    May 2010
    Posts
    27
    Plugin Contributions
    0

    Default 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?

  2. #1122
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by jsarwar View Post
    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

  3. #1123
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by bettysbargainbin View Post
    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

  4. #1124
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by germerican View Post
    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

  5. #1125
    Join Date
    May 2010
    Posts
    27
    Plugin Contributions
    0

    Default 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.

  6. #1126
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by germerican View Post
    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

  7. #1127
    Join Date
    May 2010
    Posts
    27
    Plugin Contributions
    0

    Default 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

  8. #1128
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by germerican View Post
    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

  9. #1129
    Join Date
    Jan 2014
    Posts
    51
    Plugin Contributions
    0

    Default 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
    Attached Images Attached Images  

  10. #1130
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Bronco78th View Post
    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

 

 

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR