Page 132 of 152 FirstFirst ... 3282122130131132133134142 ... LastLast
Results 1,311 to 1,320 of 1518
  1. #1311
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    On your live site (desktop) I don't see a tag line under your logo but I do see it in the picture you posted. If you changed the former on your desktop the changes may have altered your other responsive views. If that is the case you might need to fiddle/add/remove something in the tablet and mobile css files to compensate.

    (I'm definitely no expert - just someone who's fiddled a lot with this template ;o) )

  2. #1312
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by soxophoneplayer View Post
    On your live site (desktop) I don't see a tag line under your logo but I do see it in the picture you posted. If you changed the former on your desktop the changes may have altered your other responsive views. If that is the case you might need to fiddle/add/remove something in the tablet and mobile css files to compensate.

    (I'm definitely no expert - just someone who's fiddled a lot with this template ;o) )
    This is on the iPad 2 not the desktop. Desktop is fine for me.

  3. #1313
    Join Date
    Jan 2007
    Posts
    143
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Somehow I've managed to break two things.

    The footer, which is strange as its only on the home page?
    and the search button in the header is missing?

    website www.anythingframed.co.uk

  4. #1314
    Join Date
    Oct 2008
    Location
    Barry, UK
    Posts
    24
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hi,
    Awsome theme.
    Hi am having issues with the theme.

    1. products not fitting correctly, have searched forum and seen info, but not got it fixed.
    2. newest / featured / specials all disappear when clicked away.
    3. getting these errors:-
    #1 array_merge() called at [/var/www....admin/customers.php:1163]
    #2 PHP Warning: array_merge(): Argument #1 is not an array in /var/www....admin/customers.php on line 1163
    #3 same as #1 :1165
    #4 PHP Warning: array_merge(): Argument #2 is not an array in /var/www....admin/customers.php on line 1165

    my website is https://www.tlsystems.co.uk/shop/
    responsive_sheffield_blue v2.0

  5. #1315
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by soxophoneplayer View Post
    On your live site (desktop) I don't see a tag line under your logo but I do see it in the picture you posted. If you changed the former on your desktop the changes may have altered your other responsive views. If that is the case you might need to fiddle/add/remove something in the tablet and mobile css files to compensate.

    (I'm definitely no expert - just someone who's fiddled a lot with this template ;o) )
    Ok, I see your point on my logo I don't see my Tagline under my Logo on the Desktop layout. So how can I fix it? Thanks.

    Also on the Tablets I notice that the menu bar is over the shopping cart information instead of below. How can I fix this?
    Last edited by wmorris; 31 May 2017 at 11:47 PM.

  6. #1316
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Ok, I am having issues with the layouts on "Desktop, Laptop & Tablet" if you take a look at the columns of the sub categories and product listings its breaking up. How can I fix this?

    Web Address is http://www.morrisgiftshop.biz

    Thanks

  7. #1317
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue V 2.0!

    I am using this template with v1.5.5e and I have a strange problem. In admin -> Configuration I have 'Responsive Sheffield Blue' twice in the list. I can remove this double entry. It is strange. If anybody else is having this problem I will put up on here how to remove it.
    Learning Fast.
    Eden Craft Supplies

  8. #1318
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Ok, I have notice on the header I don't see the tagline under my logo. How do I go to fix this?

    Desktop version

    Last edited by wmorris; 19 Jun 2017 at 02:25 PM.

  9. #1319
    Join Date
    Feb 2015
    Location
    USA
    Posts
    175
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    When I have the currencies as a sidebox a nice header shows saying "currencies". I prefer the currencies to be in the header but when I put it there, there's a box with no header showing US dollars. The customer has to know that this is a drop down box and other currencies are available.
    Is there a way to either have a header, or instead of showing US Dollars it would say "please select" as is the case with the manufacturers sidebox.
    The website is www.spminiatures.com The currency box is in the upper right. Also if anyone knows how to line up the currency box with the other things at the top, e.g. login, I would appreciate that.

    Thanks
    Carol

  10. #1320
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by spminis View Post
    When I have the currencies as a sidebox a nice header shows saying "currencies". I prefer the currencies to be in the header but when I put it there, there's a box with no header showing US dollars. The customer has to know that this is a drop down box and other currencies are available.
    Is there a way to either have a header, or instead of showing US Dollars it would say "please select" as is the case with the manufacturers sidebox.
    The website is www.spminiatures.com The currency box is in the upper right. Also if anyone knows how to line up the currency box with the other things at the top, e.g. login, I would appreciate that.

    Thanks
    Carol
    The currency field has an arrow to show it is a dropdown box. It displas the currency that you defined to be the default in Admin>Localization>Currencies.
    That default value has already been loaded in the form and prices in your shop will be shown in this currency.
    A simple text in your Welcome message might be easier...

    To see how it looks like on a desktop when you would move the currency drop down box:

    You might change margin-top to "margin-top: -33px;" and out comment "float: right"; (in stylesheet.css line #99). Or try with Firebug or a similar tool.
    A better way might be to move the code of the form "currencies_form_header" as a <li>...</li> where you want it to be in the <ul> of <div id="navMain"> and add/change some css, but I'm not sure if this will work and changes may be needed for mobile devices...

    Cheers,

    jpda

 

 

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 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