Page 43 of 116 FirstFirst ... 3341424344455393 ... LastLast
Results 421 to 430 of 1160
  1. #421
    Join Date
    Oct 2013
    Location
    120 Wilshire Blvd,Brentwood,NY,11717
    Posts
    94
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    I really feel like a broken record sometimes If you want to use the template in a language other than english, you will need to copy the template language files over to your language and then translate them.

    Thanks,

    Anne
    thanks for your reply, Anne
    Do you mean I need to copy includes\languages\english\ to my site address and translate them?

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by hunteryz View Post
    thanks for your reply, Anne
    Do you mean I need to copy includes\languages\english\ to my site address and translate them?
    You need to copy all of the files in the template languages directory to your new language.

    Thanks,

    Anne

  3. #423
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Anne,

    Not sure if this has been asked or not and if so I am sorry. I am wanting to change the color of the blue ribbons / banners of the template. I am assuming it is on the same file as inserting a image for the background but I am not sure what I am looking for.

    Thanks
    Mark

  4. #424
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,296
    Plugin Contributions
    1

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by firstcapitalfirearms View Post
    Anne,

    Not sure if this has been asked or not and if so I am sorry. I am wanting to change the color of the blue ribbons / banners of the template. I am assuming it is on the same file as inserting a image for the background but I am not sure what I am looking for.

    Thanks
    Mark
    If you don't mind me butting in,

    The ribbon displays are controlled by a background image as defined in stylesheet_mega_menu.css

    Code:
    #mega-wrapper .mega-menu {
        background: url("../images/menu-bk.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    You would need to replace menu-bk.png with an image in your required colour. Alternatively, as I did, you could

    use something like,

    Code:
    #mega-wrapper .mega-menu {
        background: none repeat scroll 0 0 #29CCA3;
    which would change its background color but loose the ribbon effect.

    The above example is just for one of the ribbons, top-centre, you could look in your images folder for the others and isolate where they occur in the stylesheets. Ideally you should be using Firebug to help identify, amongst others, css selectors.

  5. #425
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by simon1066 View Post
    If you don't mind me butting in,

    The ribbon displays are controlled by a background image as defined in stylesheet_mega_menu.css

    Code:
    #mega-wrapper .mega-menu {
        background: url("../images/menu-bk.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    You would need to replace menu-bk.png with an image in your required colour. Alternatively, as I did, you could

    use something like,

    Code:
    #mega-wrapper .mega-menu {
        background: none repeat scroll 0 0 #29CCA3;
    which would change its background color but loose the ribbon effect.

    The above example is just for one of the ribbons, top-centre, you could look in your images folder for the others and isolate where they occur in the stylesheets. Ideally you should be using Firebug to help identify, amongst others, css selectors.
    Thanks for the info. I would imagine that I could take the image of one of the ribbons and change the color in Photoshop and then reload the image.

    Thanks
    Mark

  6. #426
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Not sure what I may have done, if anything but I am unable to get any sideboxes on the right side, ie manufacturers etc. I also am not sure why my site looks the way it does. I only uploaded a logo and added a background image.

    Any help is greatly appreciated.

    Thanks

    Mark

    www.firstcapitalfirearms.com/zencart

  7. #427
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,373
    Plugin Contributions
    94

    Default Re: Responsive Sheffield Blue

    Look in your /logs folder; you've got a "partial whitescreen" that's indicative of a PHP error.

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by firstcapitalfirearms View Post
    Not sure what I may have done, if anything but I am unable to get any sideboxes on the right side, ie manufacturers etc. I also am not sure why my site looks the way it does. I only uploaded a logo and added a background image.

    Any help is greatly appreciated.

    Thanks

    Mark

    www.firstcapitalfirearms.com/zencart
    There is a bug in the tpl_header.php file. Look further back in this thread for a corrected file that you can upload.

    Thanks,

    Anne

  9. #429
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by lat9 View Post
    Look in your /logs folder; you've got a "partial whitescreen" that's indicative of a PHP error.
    The error that I am getting in the log is below.

    [27-Jan-2014 09:45:36] PHP Parse error: syntax error, unexpected ':' in /home3/firstcap/public_html/zencart/includes/languages/english/responsive_sheffield_blue/meta_tags.php on line 14

    I am not sure what it may be as I only changed the tag line. I even went back and replaced it with the original and I still get the white space etc.

    Thanks
    Mark

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by firstcapitalfirearms View Post
    The error that I am getting in the log is below.

    [27-Jan-2014 09:45:36] PHP Parse error: syntax error, unexpected ':' in /home3/firstcap/public_html/zencart/includes/languages/english/responsive_sheffield_blue/meta_tags.php on line 14

    I am not sure what it may be as I only changed the tag line. I even went back and replaced it with the original and I still get the white space etc.

    Thanks
    Mark
    Replace the meta_tags.php file with the original from the template package.

    Also, be sure to replace the tpl_header.php file with the corrected one from this thread.

    Thanks,

    Anne

 

 
Page 43 of 116 FirstFirst ... 3341424344455393 ... 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