Page 69 of 152 FirstFirst ... 1959676869707179119 ... LastLast
Results 681 to 690 of 1518
  1. #681
    Join Date
    Jun 2014
    Posts
    141
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Golden Synergy View Post
    That line of code is showing in the last line of my responsive_sheffield_blue_definess.php

    I did upgrade from Sheffield Blue 1 to v 2.0 .
    Look at line 143 in includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php.
    I guess you replaced
    PHP Code:
    <?php echo PAYMENT_ICON?>
    by payment.png . Replace the original part.


    In the last line of includes/languages/english/extra_definitions/responsive_sheffield_blue/responsive_sheffield_blue_defines.php you find:
    Code:
    define('PAYMENT_ICON','<i class="fa fa-cc-paypal"></i><i class="fa fa-cc-amex"></i><i class="fa fa-cc-discover"></i><i class="fa fa-cc-mastercard"></i><i class="fa fa-cc-visa"></i><i class="fa fa-paypal"></i>');
    You might delete the methods that you do not provide, for instance the one in red.

    Cheers,

    jpda
    Last edited by jpda; 14 Mar 2016 at 05:49 PM.

  2. #682
    Join Date
    Aug 2009
    Location
    Westland, Michigan
    Posts
    106
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by picaflor-azul View Post
    You need to make sure that you have the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php file from the new package and that you are calling font awesome.

    Thanks,

    Anne
    Anne:
    I do have that file in place. I can not find any "font" info inside it. Could you show me where font awesome should be?
    Mark
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  3. #683
    Join Date
    Aug 2009
    Location
    Westland, Michigan
    Posts
    106
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    duplicate post.
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  4. #684
    Join Date
    Jun 2014
    Posts
    141
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Try my suggestion in #681. Does it work?

    Cheers,

    jpda

  5. #685
    Join Date
    Aug 2009
    Location
    Westland, Michigan
    Posts
    106
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by jpda View Post
    Try my suggestion in #681. Does it work?

    Cheers,

    jpda
    My line 143 looks like this ...<div id="header-icons"><?php echo PAYMENT_ICON; ?></div>
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  6. #686
    Join Date
    Aug 2009
    Location
    Westland, Michigan
    Posts
    106
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by jpda View Post
    Try my suggestion in #681. Does it work?

    Cheers,

    jpda
    Sorry It did not work.
    Mark
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  7. #687
    Join Date
    Jun 2014
    Posts
    141
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    I have been looking at your live site. With developers tools (firefox of whatever), I see
    HTML Code:
    <div id="header-icons">payments.png</div>
    .
    Did you check the files on your live site?

    jpda

  8. #688
    Join Date
    Aug 2009
    Location
    Westland, Michigan
    Posts
    106
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by jpda View Post
    I have been looking at your live site. With developers tools (firefox of whatever), I see
    HTML Code:
    <div id="header-icons">payments.png</div>
    .
    Did you check the files on your live site?

    jpda
    The payments.png is located at includes/templates/responsive_sheffield_blue/images
    that is the same area I have my aboutus.png
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  9. #689
    Join Date
    Jun 2014
    Posts
    141
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Golden Synergy View Post
    The payments.png is located at includes/templates/responsive_sheffield_blue/images
    that is the same area I have my aboutus.png
    But <div id="header-icons">payments.png</div> will never work! If you want a picture here instead of the CSS buttons (fa fa in this case), you might try this:
    In tpl_modules_mobile_categories_tabs.php replace this code:
    Code:
    <div id="header-icons"><?php echo PAYMENT_ICON; ?></div>
    by
    PHP Code:
    <div id="header-icons">
    <img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE$current_page_base,'images').'/'.'payments.png' ?>"   class="imgshadow_light" alt="payments"  /></div>
    I did not test this, so be careful!

    Cheers,

    jpda
    Last edited by jpda; 14 Mar 2016 at 07:19 PM. Reason: forgot quote around payments.png

  10. #690
    Join Date
    Aug 2009
    Location
    Westland, Michigan
    Posts
    106
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Name:  excell tax info sums001.jpg
Views: 117
Size:  26.8 KB
    That did not work it wiped out the bottom 3/4s of my site.
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

 

 

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