Page 72 of 116 FirstFirst ... 2262707172737482 ... LastLast
Results 711 to 720 of 1160
  1. #711
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by cjcraven View Post
    Hi Anne,
    I installed your responsive template and I believe following all of well documented instructions. When I reduce the size of the browser on my PC or view in a mobile device the language icon disappears. I checked this on the demonstration site http://zenlyzen.com/responsive/index.php? and found the language icon disappears in the demonstration site too. Is there a way to have the language icon visible when viewing with a mobile device?

    Using ZenCart 1.3.9h
    Google Chrome 32.0.1700.102 m & IE11
    Mobile devices use Chrome
    This is the correct behaviour of the template. If you want the language/currencies to show in the header in the smaller widths you can remove the display:none; on the #header-lan-curr in the responsive.css file

    Thanks,

    Anne
    I found the above but that makes everything work (languages, cart, etc, etc with the text in the logo and the search bar also). Is there a way to only show the language flags or is it all or nothing :)

    René

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Reneetje View Post
    I found the above but that makes everything work (languages, cart, etc, etc with the text in the logo and the search bar also). Is there a way to only show the language flags or is it all or nothing :)

    René
    If you want to include the languages and currencies you will need to edit the responsive.css file and remove the display:none; from #header-lan-curr in the breakpoints for the mobile devices for which you want them to display. You will also need to style them with css to position them where you want them.

    Thanks,

    Anne

  3. #713
    Join Date
    Mar 2014
    Location
    Utah
    Posts
    23
    Plugin Contributions
    0

    Default Contact Us Drop Down gets log error

    Hello, I was checking my error logs and found this error
    PHP Code:
    [23-May-2014 18:05:17ERRORFailed sending email to"" <> with subject"Website Inquiry from My Cool Hats" (failed validation
    When I test the contact us page from the mega menu drop down, it doesn't go through, but if I use the regular contact us page, it works. Can anyone help me with this one? Thanks
    www.MyCoolHats.com

  4. #714
    Join Date
    Mar 2014
    Location
    Utah
    Posts
    23
    Plugin Contributions
    0

    Default Re: Contact Us Drop Down gets log error

    I had to hide the drop down because I found I wasn't getting a massive amount of emails because customers were using the drop down contact us. I did verify I get the email from a customer if they use the Contact us page instead. Hopefully someone can find or direct me to the right place for the above error

  5. #715
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: Contact Us Drop Down gets log error

    A question,

    I have the site up and running but there is one little thing I cannot get fixed. In the mobile version, dropdownmenu there is the title SEARCH. No matter which language I choose (we have 3 languages), it keeps on displaying SEARCH.

    I found out this file : tpl_modules_mobile_categories_tabs.php does mention this : Line #106 : <a href="#">Search</a>

    But as it is not a language file if I change all languages will display this.

    Any idea how to fix this so it displays correct language. If you want to see yourself go to www.dynamitemagic.nl/shop and shrink the window and click on the left "menu" which opens up and shows SEARCH in any of the three languages.

    How can I fix this?

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

    Default Re: Contact Us Drop Down gets log error

    Quote Originally Posted by MyCoolHats View Post
    I had to hide the drop down because I found I wasn't getting a massive amount of emails because customers were using the drop down contact us. I did verify I get the email from a customer if they use the Contact us page instead. Hopefully someone can find or direct me to the right place for the above error
    The contact form in the header included in the template package does work. I would recommend restoring any files related to it as you must have changed something that caused it to break.

    If you check the Sheffield Blue template thread or do a search of the forum you will find some suggestions on how to add captcha, etc. to reduce spam with the header drop down contact form.

    Thanks,

    Anne

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

    Default Re: Contact Us Drop Down gets log error

    Quote Originally Posted by Reneetje View Post
    A question,

    I have the site up and running but there is one little thing I cannot get fixed. In the mobile version, dropdownmenu there is the title SEARCH. No matter which language I choose (we have 3 languages), it keeps on displaying SEARCH.

    I found out this file : tpl_modules_mobile_categories_tabs.php does mention this : Line #106 : <a href="#">Search</a>

    But as it is not a language file if I change all languages will display this.

    Any idea how to fix this so it displays correct language. If you want to see yourself go to www.dynamitemagic.nl/shop and shrink the window and click on the left "menu" which opens up and shows SEARCH in any of the three languages.

    How can I fix this?
    I have noted this for a future template update.

    You will need to add an echo to includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php in place of the word "Search":

    Code:
    <?php echo BOX_HEADING_SEARCH; ?>

    Thanks,

    Anne

  8. #718
    Join Date
    May 2014
    Posts
    13
    Plugin Contributions
    0

    Default Re: Contact Us Drop Down gets log error

    Hi,

    First of all thanks for the wonderful template.

    I am working on sheffield blue responsive template and made all the right hand side boxes disable. Now I want main page to be stretched to the space of right hand side boxes as well. As per source code main page is defines as col8 and I want it to be col10. Please help me to understand where should I make the changes to achieve the same.
    I don't want to make it a single column layout. I want the left hand side boxes as it is. Just I turned off right side boxes and want to make the main content to stretch in that area.

    Thanks
    kk2956

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

    Default Re: Contact Us Drop Down gets log error

    Quote Originally Posted by kk2956 View Post
    Hi,

    First of all thanks for the wonderful template.

    I am working on sheffield blue responsive template and made all the right hand side boxes disable. Now I want main page to be stretched to the space of right hand side boxes as well. As per source code main page is defines as col8 and I want it to be col10. Please help me to understand where should I make the changes to achieve the same.
    I don't want to make it a single column layout. I want the left hand side boxes as it is. Just I turned off right side boxes and want to make the main content to stretch in that area.

    Thanks
    kk2956
    See your other post about this for the answer ;)

    Thanks,

    Anne

  10. #720
    Join Date
    May 2014
    Location
    United States
    Posts
    14
    Plugin Contributions
    0

    Default Re: Contact Us Drop Down gets log error

    Hello Anne,
    I have a very slight problem that I haven't been able to figure out. I am sure it'll only take a minute of your time.
    My address for the site is www.baxtercycleparts.com .

    when you go to the SHOP tab at the top of the page, some of the categories in the list are displaying different than others. This does change in different browsers.

    In Chrome and IE, the category Vintage Triumph Parts is displayed in two rows rather than one row. (other categories too, Like Gasket & Gasket sets and Parts Books Downloads are displayed in two rows also)

    I would like to get these categories to display in one row if that is possible.

    I really appreciate any time that you put into helping me solve this minor issue.


    Thanks for your time,
    Chris

 

 
Page 72 of 116 FirstFirst ... 2262707172737482 ... LastLast

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