Page 10 of 85 FirstFirst ... 891011122060 ... LastLast
Results 91 to 100 of 842
  1. #91
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by DJLQD View Post
    How do I change the position of the header search box to where it needs to be? I have included the link to my site. www.lhalsportscards.com
    Open sheffield_blue\includes\templates\sheffield_blue\css\stylesheet.css and look for this line.

    #navMainSearch {float:right;position:relative;top:-25px;right:10px;z-index:15000;}
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #92
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by countrycharm View Post
    Open sheffield_blue\includes\templates\sheffield_blue\css\stylesheet.css and look for this line.

    #navMainSearch {float:right;position:relative;top:-25px;right:10px;z-index:15000;}
    What do I change?

  3. #93
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    I would also like to mve the language and currency boxes to the top. If anyone could help, it would be greatly appreciated. lhalsportscards.com

  4. #94
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    I was playing around with the css code and figured everything out. Thanks to all that helped.

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by DJLQD View Post
    How do I change the position of the header search box to where it needs to be? I have included the link to my site. www.lhalsportscards.com
    In your stylesheet.css file, change this:

    Code:
    #navMainWrapper {margin: 0em;background:transparent;font-weight: normal;color: #230f0f;height: 1%;width: 100%;margin-top:25px;}
    #navMain ul  {margin: 0;padding:  0.5em 0em;list-style-type: none;text-align: center;line-height: 1.5em;float:right;margin-top:40px;background:transparent;padding:15px;margin-top:3px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
    #navMain ul li {display: inline;position:relative;top:-68px;}
    to this:

    Code:
    #navMainWrapper {margin: 0em;background:transparent;font-weight: normal;color: #230f0f;height: 1%;width: 100%;position:relative;right:-90px;}
    #navMain ul  {margin: 0;padding:  0.5em 0em;list-style-type: none;text-align: right;line-height: 1.5em;float:right;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
    #navMain ul li {display: inline;}
    and this:

    Code:
    #header-lan-curr {margin:0em;float:right;color:#444;position:relative;top:25px;}
    to this:

    Code:
    #header-lan-curr {margin:0em;float:right;color:#444;position:relative;top:125px;right:20px;}
    And this:

    Code:
    #navMainSearch {float:right;position:relative;top:-113px;right:-75px;z-index:15000;}
    to this:

    Code:
    #navMainSearch {float:right;position:relative;z-index:15000;margin-right:-100px;margin-top:140px;}
    Thanks,

    Anne

  6. #96
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    In your stylesheet.css file, change this:

    Code:
    #navMainWrapper {margin: 0em;background:transparent;font-weight: normal;color: #230f0f;height: 1%;width: 100%;margin-top:25px;}
    #navMain ul  {margin: 0;padding:  0.5em 0em;list-style-type: none;text-align: center;line-height: 1.5em;float:right;margin-top:40px;background:transparent;padding:15px;margin-top:3px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
    #navMain ul li {display: inline;position:relative;top:-68px;}
    to this:

    Code:
    #navMainWrapper {margin: 0em;background:transparent;font-weight: normal;color: #230f0f;height: 1%;width: 100%;position:relative;right:-90px;}
    #navMain ul  {margin: 0;padding:  0.5em 0em;list-style-type: none;text-align: right;line-height: 1.5em;float:right;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
    #navMain ul li {display: inline;}
    and this:

    Code:
    #header-lan-curr {margin:0em;float:right;color:#444;position:relative;top:25px;}
    to this:

    Code:
    #header-lan-curr {margin:0em;float:right;color:#444;position:relative;top:125px;right:20px;}
    And this:

    Code:
    #navMainSearch {float:right;position:relative;top:-113px;right:-75px;z-index:15000;}
    to this:

    Code:
    #navMainSearch {float:right;position:relative;z-index:15000;margin-right:-100px;margin-top:140px;}
    Thanks,

    Anne
    Let me start of by saying thanks for the template, and the support. I did what you instructed me to change, but my search bar is now in the slider. lhalsportscards.com

  7. #97
    Join Date
    Apr 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Hi everyone.
    I am really confused right now.
    I have installed SQL patch to show my product in colum layout. I also changed "Product Listing - Layout Style" to colums but nothing happened
    When i click "New Product...", my products are showed in row, just like before the SQL patch's installed.


    Sorry for my bad English, i am VietNamese

  8. #98
    Join Date
    Feb 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Hi,

    Thanks for beautiful template, I love it...

    Was wondering if possible on how to add another language to template, Im building my store on Spanish to, its possible?

    Thanks
    Jose

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by elnihs View Post
    Hi everyone.
    I am really confused right now.
    I have installed SQL patch to show my product in colum layout. I also changed "Product Listing - Layout Style" to colums but nothing happened
    When i click "New Product...", my products are showed in row, just like before the SQL patch's installed.


    Sorry for my bad English, i am VietNamese
    The column layout grid module is only for the product listing page. If you want a grid for your new products, all products, etc. you need to install the snaf module.

    Thnaks,

    Anne

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by jabe00 View Post
    Hi,

    Thanks for beautiful template, I love it...

    Was wondering if possible on how to add another language to template, Im building my store on Spanish to, its possible?

    Thanks
    Jose
    It is no problem to add any languages to the template. The procedure is the same as adding any language to any template. Do a search of the FAQ's section of this site for tutorials on installing new languages.

    Thanks,

    Anne

 

 
Page 10 of 85 FirstFirst ... 891011122060 ... LastLast

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 Column issues on Product Listings with Sheffield Blue template
    By wmorris in forum General Questions
    Replies: 4
    Last Post: 15 Apr 2016, 10:01 PM
  3. Replies: 5
    Last Post: 30 May 2014, 02:43 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. Gingham Blue Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 9
    Last Post: 17 Apr 2009, 10:19 PM

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