You will need to add custom code to the common/tpl_footer.php file
Printable View
This color is used a lot in the out of box version of the template.
If you have made changes to the stylesheets it is possible you will no longer see this come up when searching in the developers toolkit.
If that is the case, I suggest checking in the template styling section in the admin (click Tools>Template Selection> Mouseover Tableua>Click Configure.) This template comes with some styling there that is then fed into the css/stylesheet.php file which then overrides all the regular styling.
https://www.numinix.com/templates/ze...nsive-template
It is under the version history tab, on the right side of the screen.
I just noticed my shopping cart link is not appearing correctly in my Chrome (just home page). Firefox is ok. Shopping Cart appears in blue at the top left instead of top right.
Do you guys get the same? What file can this be related to?
www.gelcandlecompany.com/demo4
I already checked \includes\languages\english\tableau\header.php and looks ok.
Using tableau and since installing I am getting these error logs. Can anyone help explain what I need to do to stop them.
Thank you.
Quote:
PHP Warning: strpos() expects parameter 1 to be string, array given in /includes/modules/pages/index/main_template_vars.php on line 75
PHP Warning: strrpos() expects parameter 1 to be string, array given in /includes/functions/functions_categories.php on line 484
PHP Warning: substr() expects parameter 1 to be string, array given in /includes/functions/functions_categories.php on line 484
I'm seeing that in chrome as well.
Change that link color. It is very hard to see.
Adjust the CSS stylesheets. You are missing some styling that is in the original stylesheet
Most likely this is the issue:
- in includes\templates\tableau\css\auto_loaders\ajaxcartslide.css around line 32 (in the original styling) there is the following:
#ajaxCartSlideSelector {
position: absolute;
right: 0;
top: 48px;
width: auto;
}
Adjust that as needed - most likely just the 'right' and 'top' amounts.
I don't have an answer, but I can tell you I'm not getting those error logs.
Your error logs are definitely related to category stuff.
Line 75 in main_template_vars.php is:
if (isset($cPath) && strpos($cPath, '_'))
Line 484 in functions_categories.php is:
$childCatID = str_replace('_', '', substr($categories_id, strrpos($categories_id, '_')));
Have you installed any Plugins that modify categories?
When you installed Tableau, did you make sure to make the modification to line 64 in main_template_vars.php?
I downloaded Tableau v1.6.6 through Zen Cart and installed it as part of an upgrade to ZC 1.5. I would like to have subcategories show in the body of the page, when a category is selected from the menu. At this time, selecting a category shows the products in that category. I followed the instructions shown in post #425, but I ended up getting a blank page result. Is there a new way to get my subcategories to show when I select a category? I have been looking around, but have found nothing else.
Thank you!