Zen Follower
- Join Date:
- Aug 2010
- Location:
- Israel
- Posts:
- 287
- Plugin Contributions:
- 0
Westminster New
@frank18
The meaning was to show you where it was hiding, not to cancel the header bar...
Views: 494,190
Zen Follower
@frank18
The meaning was to show you where it was hiding, not to cancel the header bar...
Deceased
dbltoe:
It's always nice to get the answers to the posting tips after the fix. :P :smartalec:
Yep, so it should be :yes: !
New Zenner
Installed this template and got a blank page.
how can i put this right;
[05-Sep-2017 15:06:31] PHP Warning: require(includes/init_includes/init_zca_layout.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/cluster-sites/3/a/.co.uk/public_html/includes/autoload_func.php on line 48
[05-Sep-2017 15:06:31] PHP Warning: require(includes/init_includes/init_zca_layout.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/cluster-sites/3/a/.co.uk/public_html/includes/autoload_func.php on line 48
[05-Sep-2017 15:06:31] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/init_includes/init_zca_layout.php' (include_path='.:/usr/share/pear5:/usr/share/ZendFramework') in /home/cluster-sites/3/a/****.co.uk/public_html/includes/autoload_func.php on line 48
Deceased
avab:
Installed this template and got a blank page.
how can i put this right;
[05-Sep-2017 15:06:31] PHP Warning: require(includes/init_includes/init_zca_layout.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/cluster-sites/3/a/.co.uk/public_html/includes/autoload_func.php on line 48
[05-Sep-2017 15:06:31] PHP Warning: require(includes/init_includes/init_zca_layout.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/cluster-sites/3/a/.co.uk/public_html/includes/autoload_func.php on line 48
[05-Sep-2017 15:06:31] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/init_includes/init_zca_layout.php' (include_path='.:/usr/share/pear5:/usr/share/ZendFramework') in /home/cluster-sites/3/a/****.co.uk/public_html/includes/autoload_func.php on line 48
It is telling you that the file includes/init_includes/init_zca_layout.php is missing
New Zenner
can anybody tell me what this php file is as i cannot find it;
includes/init_includes/init_zca_layout.php
I looked at the below php file and line 48 say's require($baseDir . $entry['loadFile']);
includes/autoload_func.php on line 48
Can anybody help and tell me where I've gone wrong.
I'm using zen cart version Zen Cart 1.5.1
Database Patch Level: 1.5.1
New Zenner
Thank you, Silly question but where can i find it? i have checked in my original files set and it's not there, i have also look online and cannot find it, and in the new template file set, any help is much appreciated.
New Zenner
Deceased
avab:
...
neither show init_zca_layout.php
That file is part of the Zen Cart 1.5.5.x core file system.
Is your site a fresh install or an upgrade. In case of the latter I am guessing that your upgrade was incomplete.
New Zenner
I'm using zen cart version Zen Cart 1.5.1
on the download page for Westminster New it says it's compatible with v1.5.0, v1.5.1, v1.5.2, v1.5.3, v1.5.4, v1.5.5
So will i need to upgrade to get back online?
I'd rather get back online now then upgrade after if that's possible.
Deceased
avab:
I'm using zen cart version Zen Cart 1.5.1
on the download page for Westminster New it says it's compatible with v1.5.0, v1.5.1, v1.5.2, v1.5.3, v1.5.4, v1.5.5
So will i need to upgrade to get back online?
I'd rather get back online now then upgrade after if that's possible.
So if I understand that right, you have partly code for 1.5.1 and partly code for 1.5.5 on your site (or else the file in question would not be called).
You can either remove the latest westminster_new file set and then install an older file set of this template which is only compatible with ZC 1.5.1 (but not higher) OR you bite the bullet and do a full ZC upgrade 1.5.1 > 1.5.5.
Personally I would choose the latter as ZC 1.5.1 is well outdated.
New Zenner
Having issues locating how to input data into the Custom Product Info Tabs and how to remove the 'REVIEW' ab within the product info page
Can anyone help? Much appreciated.
anthony
Zen Follower
AnthonyEnnis:
Having issues locating how to input data into the Custom Product Info Tabs and how to remove the 'REVIEW' ab within the product info page
Can anyone help? Much appreciated.
anthony
I believe the Custom Tab can be edited in admin/tools/banner manager. I don't know how to remove the review tab.
Totally Zenned
AnthonyEnnis:
Having issues locating how to input data into the Custom Product Info Tabs and how to remove the 'REVIEW' ab within the product info page
Can anyone help? Much appreciated.
anthony
This is from my notes when using Winchester Black - probably similar:
Product Info page :incl/temp/winchester_black/templates/tpl_product_info_display to eliminate the tabs of description and have only single tab.
#208, 209 - comment out ul/li call for HEADER_TITLE_DETAILS and HEADER_TITLE_REVIEWS in the ul-class resp-tabs-list This turns off the two extra tabs. (The ‘Custom’ Tab is turned off in admin/banners).
Then, to move product quantity from the now closed Details tab - comment out line #239 under <!– bof Product details list –> but copy the line up under <!– bof Product description–> This places the quantity in stock at bottom of the prod desc.
New Zenner
Thanks for the responses. I should clarify. The customs tab is easy. But the extra tabs that I renamed are the issue. Apparently the text has to be in the actual product description field, but is there some sort of insert, like 'Enter the following text to Tab 1'. At what point in the description field does the text move over to the actual new tabs?
Totally Zenned
AnthonyEnnis:
Thanks for the responses. I should clarify. The customs tab is easy. But the extra tabs that I renamed are the issue. Apparently the text has to be in the actual product description field, but is there some sort of insert, like 'Enter the following text to Tab 1'. At what point in the description field does the text move over to the actual new tabs?
I fiddled about with includes/templates/picaflor template/templates/tpl_product_info_display to have all the product info, including # in stock, show on one tab and have my attributes list show on second tab (from attributes I set to use Dynamic Filters mod) and to blank out (uncomment) the third tab. I did that by cutting and pasting the associated bits of code into the 'section 1, 2, 3' parts of that file. I didn't create any new code - just shifted stuff around. I think that would work if you are trying to relocate an entire field from one tab to another. If just trying to insert some text or partial field, I don't know how to do that.
New Zenner
Does anyone know how to add a sidebox to the main page?
New Zenner
Found what I was looking for
picaflor-azul:
You can turn any of the sideboxes on/off in your admin--tools--layoutboxes controller. If you want the sideboxes to show on the home page you will need to remove part of the statement at the beginning of the includes/templates/westminster_new/common/tpl_main_page.php file:
if ($this_is_home_page) {
$flag_disable_right = true;
$flag_disable_left = true;
}
>
> remove the:
>
> ```
$flag_disable_left = true;
Thanks,
Anne
New Zenner
Hello, I am very new to ZendCart and have chosen Westminster New as my template. How do I add a blue border around the item listings, single and on each one in a grid?
New Zenner
Hi,
Trying out Westminster and my fourth-level menu items are smaller than the three levels upstream from it. Having a tough time finding where to adjust the size, to make it the same. Must be missing something in the CSS files(?) Cannot find anything for <ul class="level4">.
It can be viewed at this location: http://harmonicdampers.com/
In the top menu, hover over: Categories/General Motors/Buick/
Notice how the V8 and V6 are smaller than the preceding menu levels.
Any suggestions are appreciated.
Thank you very much,
chrx
Zen Cart 1.5.5e
Totally Zenned
Looks like you found it as the sizes are now the same.
Fields marked required must be completed.
Tell staff why this post should be reviewed.