Page 102 of 152 FirstFirst ... 25292100101102103104112 ... LastLast
Results 1,011 to 1,020 of 1518
  1. #1011
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by hflsales View Post
    Banner Title - How do I turn this off of the homepage slideshow? I don't want any text showing.
    In your admin - tools - banner manager

    Each of your slides is in the homepageslide group. Select one of the slides and click edit on the right hand panel. The text that appears on the banner is the Banner Title - just delete the title and save the banner with the title blank. You can also delete or change the banner url while you are in the edit screen. Repeat for each of your slides.

  2. #1012
    Join Date
    Mar 2009
    Posts
    88
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Unfortunately I tried that and it won't let me leave the Banner Title blank.

  3. #1013
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by SilverHD View Post
    Hello:

    I am still having problems with the flesible footer menu. Now the entire html is showing and I have no idea why. I was attempting to get my new facebook page to replace Anne's with no success. Obviously, I did something wrong. This is what I have now:

    Code:
    <a href=\"https://www.facebook.com/Custom.Zen.Cart.Design\" target=\"_blank\"><i class=\"fa fa-facebook\"></i></a><a href=\"https://twitter.com/picaflorazul\" target=\"_blank\"><i class=\"fa fa-twitter\"></i></a><a href=\"http://www.pinterest.com/picaflorazul\" target=\"_blank\"><i class=\"fa fa-pinterest\"></i></a><a href=\"https://www.youtube.com/user/ZenCartEasyHelp\" target=\"_blank\"><i class=\"fa fa-youtube\"></i></a><a href=\"\" target=\"_blank\"><i class=\"fa fa-instagram\"></i></a>', 1, 41, 4, '2013-06-24 09:44:30', '2014-04-25 09:26:24');");
    This is all showing at the bottom of my website in place of the flexible footer menu. I went to admin/includes/installers/responsive_sheffield_blue/2_0.php and copied line 156 and replaced everything, thinking this would resolve the situation and I, obviously was wrong. Can someone tell me where I went wrong here and how to get my facebook page in replacement here?

    Thanks much, I really do appreciate your help.

    Silver
    You need to edit your flexible footer menu in the admin, not in the code of this template (Admin > Tools > Flexible Footer Menu). What you posted here is code from the template install file.

  4. #1014
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by hflsales View Post
    Unfortunately I tried that and it won't let me leave the Banner Title blank.
    Oops, sorry - was thinking of something else.

    You could try adding a display:none; to the .banner span in the stylesheet_flex.css

  5. #1015
    Join Date
    Mar 2009
    Posts
    88
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by SilverHD View Post
    Hello:

    I am still having problems with the flesible footer menu. Now the entire html is showing and I have no idea why. I was attempting to get my new facebook page to replace Anne's with no success. Obviously, I did something wrong. This is what I have now:

    Code:
    <a href=\"https://www.facebook.com/Custom.Zen.Cart.Design\" target=\"_blank\"><i class=\"fa fa-facebook\"></i></a><a href=\"https://twitter.com/picaflorazul\" target=\"_blank\"><i class=\"fa fa-twitter\"></i></a><a href=\"http://www.pinterest.com/picaflorazul\" target=\"_blank\"><i class=\"fa fa-pinterest\"></i></a><a href=\"https://www.youtube.com/user/ZenCartEasyHelp\" target=\"_blank\"><i class=\"fa fa-youtube\"></i></a><a href=\"\" target=\"_blank\"><i class=\"fa fa-instagram\"></i></a>', 1, 41, 4, '2013-06-24 09:44:30', '2014-04-25 09:26:24');");
    This is all showing at the bottom of my website in place of the flexible footer menu. I went to admin/includes/installers/responsive_sheffield_blue/2_0.php and copied line 156 and replaced everything, thinking this would resolve the situation and I, obviously was wrong. Can someone tell me where I went wrong here and how to get my facebook page in replacement here?

    Thanks much, I really do appreciate your help.

    Silver
    You need to post all the coding directly into the database. It won't work if you paste it into the flexible footer settings in admin.

  6. #1016
    Join Date
    Jun 2012
    Posts
    94
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    We have installed the current version Sheffield Blue on Zen Cart V1.5.5a. The product boxes don't line up when viewing on Firefox, IE, Chrome, etc due to the length the product descriptions. I've search Google and can't find a solution that spell out exactly how to fix and which files in which folders have to be changed. Also provide the lines of code that need to be changed. I'm sure this has been asked many times but it not easy to find the solution. Can someone help? thanks

  7. #1017
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by hflsales View Post
    You need to post all the coding directly into the database. It won't work if you paste it into the flexible footer settings in admin.
    If you can show me how to post the coding directly into the database that would be great because I don't know how to do that. I may be "Totally Zenned" but that doesn't mean I know every thing. How do you do that?

    Thank you,

    Silver

  8. #1018
    Join Date
    Mar 2009
    Posts
    88
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by SilverHD View Post
    If you can show me how to post the coding directly into the database that would be great because I don't know how to do that. I may be "Totally Zenned" but that doesn't mean I know every thing. How do you do that?

    Thank you,

    Silver
    Log into your cpanel and click on phpMyAdmin. On the left, click on your database. On the left, click on flexible footer. Click on the edit button in the database next to where you want to put your html coding in. It will be in the col_html_text column near the bottom. Paste in your html coding & hit go.

  9. #1019
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by hflsales View Post
    Log into your cpanel and click on phpMyAdmin. On the left, click on your database. On the left, click on flexible footer. Click on the edit button in the database next to where you want to put your html coding in. It will be in the col_html_text column near the bottom. Paste in your html coding & hit go.

    hflsales:

    The coding that you see in post #1013 came from file: adminzlcb/includes/installers/responsive_sheffield_blue/2_0.php
    line #156. I am not sure that that is the proper coding to use for this purpose. Can you tell me if this is right or not? I just don't want to mess this up any more than it already is.

    Thanks,

    Silver

  10. #1020
    Join Date
    Mar 2009
    Posts
    88
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by SilverHD View Post
    hflsales:

    The coding that you see in post #1013 came from file: adminzlcb/includes/installers/responsive_sheffield_blue/2_0.php
    line #156. I am not sure that that is the proper coding to use for this purpose. Can you tell me if this is right or not? I just don't want to mess this up any more than it already is.

    Thanks,

    Silver
    The coding I am referring to is the coding you want to put into the flexible footer.

 

 

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