1 Attachment(s)
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?
Attachment 18139
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
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?
Attachment 18139
2 Attachment(s)
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
Attachment 18141
on ipad or mobile the color still is blue as the original one
Attachment 18142
I am not able to find where i can change this color, anyone can help me on this matter?
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.
Re: Responsive Sheffield Blue v2.0
Quote:
Originally Posted by
dsc7050
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.
Re: Responsive Sheffield Blue v2.0
This should be creating a debug file in the logs folder.
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
Re: Responsive Sheffield Blue v2.0
Quote:
Originally Posted by
brittainmark
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();
2 Attachment(s)
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?
Attachment 18199
Attachment 18200
Re: Responsive Sheffield Blue v2.0
Quote:
Originally Posted by
KGL Racing
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?
Attachment 18199
Attachment 18200
Since that page requires login, you might want to provide a test customer login.