Page 144 of 152 FirstFirst ... 4494134142143144145146 ... LastLast
Results 1,431 to 1,440 of 1518
  1. #1431

    Default Re: Responsive Sheffield Blue v2.0

    Website is all finished with this template, looks great

    http://kglracing.com

    However there is one thing i can't find
    How to translate the footer?
    I found the file here admin/includes/installers/responsive_sheffield_blue/2_0.php

    But this is not located in the languages folders?

    Click image for larger version. 

Name:	footer.jpg 
Views:	48 
Size:	37.0 KB 
ID:	18139

  2. #1432
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Responsive Sheffield Blue v2.0

    The template probably uses the single language footer, but there is an addon called multi language flexible footer, based on the one used in the template, but multi language. Install that one, and you will be able to use your admin to add/edit your footer.
    Quote Originally Posted by KGL Racing View Post
    Website is all finished with this template, looks great

    http://kglracing.com

    However there is one thing i can't find
    How to translate the footer?
    I found the file here admin/includes/installers/responsive_sheffield_blue/2_0.php

    But this is not located in the languages folders?

    Click image for larger version. 

Name:	footer.jpg 
Views:	48 
Size:	37.0 KB 
ID:	18139

  3. #1433

    Default Re: Responsive Sheffield Blue v2.0

    I have changed in stylesheet the colors for my website to dark gray
    http://kglracing.com

    On the desktop all looks good
    Click image for larger version. 

Name:	print3.jpg 
Views:	45 
Size:	51.0 KB 
ID:	18141

    on ipad or mobile the color still is blue as the original one
    Click image for larger version. 

Name:	print2.jpg 
Views:	40 
Size:	43.9 KB 
ID:	18142

    I am not able to find where i can change this color, anyone can help me on this matter?

  4. #1434
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,463
    Plugin Contributions
    11

    Default Re: Responsive Sheffield Blue v2.0

    Colors in responsive templates can be troublesome to say the least. Unless the colors are removed from any responsive stylesheets and placed into a single stylesheet, they will continue to "pop up" when a particular responsive template is triggered. Could even be the screen width on a desktop that causes a new stylesheet to be in play.

    That was the reasoning behind weeks of work in developing the Responsive Color Changes for 155 mod. Check it out. It can help. And, it's certainly more current.

  5. #1435
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue v2.0

    Quote Originally Posted by dsc7050 View Post
    Attachment 18128Attachment 18129
    Can anyone advise us where we can fix the issue? the Sub Categories are not display. zencart 1.55f.
    Just had this issue myself when I changed from php version 7.0 to 7.1 I have not yet got to bottom of the problem yet and will be migrating to 1.5.6 to see if issue is still there. As a temporary fix you could try ro see if you can get your php version set to 7.0 or lower. If it is still there when I have completed the 1.5.6 code changes I will investigate and post a fix. It probably will not be before the new year though.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  6. #1436
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,463
    Plugin Contributions
    11

    Default Re: Responsive Sheffield Blue v2.0

    This should be creating a debug file in the logs folder.

  7. #1437
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue v2.0

    error log:-
    [12-Dec-2018 15:39:51 Europe/London] PHP Fatal error: Uncaught Error: Cannot use string offset as an array in ***/install/***includes/modules/responsive_sheffield_blue/category_row.php:39
    Stack trace:
    #0 ***/install/***includes/templates/template_default/templates/tpl_modules_category_row.php(14): require()
    #1 ***/install/***includes/templates/responsive_sheffield_blue/templates/tpl_index_categories.php(77): require('/home/lotus/pub...')
    #2 ***/install/***includes/modules/pages/index/main_template_vars.php(236): require('/home/lotus/pub...')
    #3 ***/install/***includes/templates/responsive_sheffield_blue/common/tpl_main_page.php(258): require('/home/lotus/pub...')
    #4 ***/install/***index.php(97): require('/home/lotus/pub...')
    #5 {main}
    thrown in ***/install/***includes/modules/responsive_sheffield_blue/category_row.php on line 39
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  8. #1438
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue v2.0

    Quote Originally Posted by brittainmark View Post
    Just had this issue myself when I changed from php version 7.0 to 7.1 I have not yet got to bottom of the problem yet and will be migrating to 1.5.6 to see if issue is still there. As a temporary fix you could try ro see if you can get your php version set to 7.0 or lower. If it is still there when I have completed the 1.5.6 code changes I will investigate and post a fix. It probably will not be before the new year though.
    Found it thanks to 1.5.6.
    change line 22 in \includes\modules\responsive_sheffield_blue\category_row.php
    from
    PHP Code:
    $list_box_contents ''
    to
    PHP Code:
    $list_box_contents = array(); 
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  9. #1439

    Default Re: Responsive Sheffield Blue v2.0

    Hello,

    It seems there is a bug on this template on the "Write a review" page
    When clicking the link on the article page "Write a review" the page opens like this
    Buttons in the header are gone and the right columns are under at the page, see print screens.
    I also tested this on other websites with the same template, and i have seen the same problem.
    Someone an idea how to solve this?

    Click image for larger version. 

Name:	review1.jpg 
Views:	38 
Size:	51.0 KB 
ID:	18199
    Click image for larger version. 

Name:	review2.jpg 
Views:	55 
Size:	41.0 KB 
ID:	18200

  10. #1440
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,463
    Plugin Contributions
    11

    Default Re: Responsive Sheffield Blue v2.0

    Quote Originally Posted by KGL Racing View Post
    Hello,

    It seems there is a bug on this template on the "Write a review" page
    When clicking the link on the article page "Write a review" the page opens like this
    Buttons in the header are gone and the right columns are under at the page, see print screens.
    I also tested this on other websites with the same template, and i have seen the same problem.
    Someone an idea how to solve this?

    Click image for larger version. 

Name:	review1.jpg 
Views:	38 
Size:	51.0 KB 
ID:	18199
    Click image for larger version. 

Name:	review2.jpg 
Views:	55 
Size:	41.0 KB 
ID:	18200
    Since that page requires login, you might want to provide a test customer login.

 

 

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