Page 70 of 152 FirstFirst ... 2060686970717280120 ... LastLast
Results 691 to 700 of 1518
  1. #691
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    That's too bad. I did test now on a local demo and it does work. Did you replace the entire
    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>
    BTW: your live site has not been changed. Is your test site on line?

    jpd

  2. #692
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Golden Synergy View Post
    That did not work it wiped out the bottom 3/4s of my site.
    Did you check the log files?

    jpda

  3. #693
    Join Date
    Jul 2014
    Location
    USA
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Just installed the newest version.

    Anyone have an advice on installing other languages on this?

    I downloaded a Spanish language pack, but it seems to be a bit broken in this template, meaning a lot of the menus are not in Spanish. Many remain in English, or display something like "HEADER_TITLE_xxxx."


    Thanks

  4. #694
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by KNERD View Post
    Just installed the newest version.

    Anyone have an advice on installing other languages on this?

    I downloaded a Spanish language pack, but it seems to be a bit broken in this template, meaning a lot of the menus are not in Spanish. Many remain in English, or display something like "HEADER_TITLE_xxxx."


    Thanks
    This template has no problems with language files. Check some threads about installing language files.

    Did the template work ok before installing the language files?
    Did you follow the installation instructions of your language package?
    Did you install the admin language files?

    Cheers,

    jpda

  5. #695
    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
    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
    Got it... there is a typo on the last line..... "payments" should be "payments.png"
    Thanks jpda for your help. the dropdown under Service now has the payments.png pic.
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  6. #696
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Golden Synergy View Post
    Got it... there is a typo on the last line..... "payments" should be "payments.png"
    Thanks jpda for your help. the dropdown under Service now has the payments.png pic.
    You,re welcome, no problem!

    As to the typo: if you mean alt="payments", that doesn't matter, it is only the text you will see when your mouse is over the picture (hovering).

    Thank you for letting me know that it is working now.

    Cheers,

    jpda

  7. #697
    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
    You,re welcome, no problem!

    As to the typo: if you mean alt="payments", that doesn't matter, it is only the text you will see when your mouse is over the picture (hovering).

    Thank you for letting me know that it is working now.

    Cheers,

    jpda
    Ok got ya. just for clarity then, the only other thing i did ( to fix it from not showing the bottom 3/4s) was make the last 2 lines into 1 line

    ---- this --------<img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.'payments.png' ?
    >" class="imgshadow_light" alt="payments" /></div>
    ----is now this one line in my php.file. I split it up before and I think it broke the bottom 3/4s of my template.
    Mark
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  8. #698
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Golden Synergy View Post
    Ok got ya. just for clarity then, the only other thing i did ( to fix it from not showing the bottom 3/4s) was make the last 2 lines into 1 line

    ---- this --------<img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.'payments.png' ?
    >" class="imgshadow_light" alt="payments" /></div>
    ----is now this one line in my php.file. I split it up before and I think it broke the bottom 3/4s of my template.
    Mark
    That explains what happened. Yes, it is one line. If cut from the PHP code here and pasted in your favourite editor, it will be all right.

    Thanks,

    jpda

  9. #699
    Join Date
    Jul 2014
    Location
    USA
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by jpda View Post
    This template has no problems with language files. Check some threads about installing language files.

    Did the template work ok before installing the language files?
    Did you follow the installation instructions of your language package?
    Did you install the admin language files?

    Cheers,

    jpda
    Yes the template worked fine before. It still works fine, that is until Spanish is selected.
    I downloaded this Language pack:

    https://www.zen-cart.com/downloads.php?do=file&id=1110

    Then followed the directions.

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by KNERD View Post
    Yes the template worked fine before. It still works fine, that is until Spanish is selected.
    I downloaded this Language pack:

    https://www.zen-cart.com/downloads.php?do=file&id=1110

    Then followed the directions.
    Did you install your language pack after installing this template (RSB v2.0)?
    If so, you have a folder spanish in the /includes/languages/ next to the english folder.

    Did you copy everything that is IN your RSB distribution folder files/includes/languages/english
    INTO this catalog folder /includes/languages/spanish ?
    If so, then all files in your catalog folder /includes/languages/spanish/ and subfolders contain RSB template specific language files, changed by Picaflor Azul, in which you need to manually translate the defines.

    Hope this helps!

    Good luck,

    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