Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
gleb486
Hello. I've just downloaded and installed Cold Steel. Thank you for great template. Just couple of questions: 1) The product information does not show up when I switch from templates installed. 2) Is it possible to change date for non English language in the header when different language is used?
Thank you for help.
1) The product information does not show up when I switch from templates installed.
???? could you be a bit more specific about this (maybe provide a URL for your site.)
2) Is it possible to change date for non English language in the header when different language is used?
It should do this based on the locale settings in your YOUR_LANGUAGE.php file
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
1) The product information does not show up when I switch from templates installed.
???? could you be a bit more specific about this (maybe provide a URL for your site.)
2) Is it possible to change date for non English language in the header when different language is used?
It should do this based on the locale settings in your YOUR_LANGUAGE.php file
Hello Clyde.
When I click on the product it show up just a blank page. Everithing else works fine. This is the site URL (please choose English language) www.alfa-mobile.com
Thank you.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
gleb486
Hello Clyde.
When I click on the product it show up just a blank page. Everithing else works fine. This is the site URL (please choose English language)
www.alfa-mobile.com
Thank you.
download and install the debug utility
once you have it installed post the error message you are getting.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
download and install the
debug utility
once you have it installed post the error message you are getting.
Hi Clyde. This is the errors I've got:
26-Nov-2008 09:15:09] PHP Warning: require_once(includes/templates/template_default/jscript/ic_hoverbox_config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/ejhjeje/public_html/shop/includes/modules/pages/product_info/jscript_hoverbox.php on line 3
[26-Nov-2008 09:15:09] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/template_default/jscript/ic_hoverbox_config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ejhjeje/public_html/shop/includes/modules/pages/product_info/jscript_hoverbox.php on line 3
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
gleb486
Hi Clyde. This is the errors I've got:
26-Nov-2008 09:15:09] PHP Warning: require_once(includes/templates/template_default/jscript/ic_hoverbox_config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/ejhjeje/public_html/shop/includes/modules/pages/product_info/jscript_hoverbox.php on line 3
[26-Nov-2008 09:15:09] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/template_default/jscript/ic_hoverbox_config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ejhjeje/public_html/shop/includes/modules/pages/product_info/jscript_hoverbox.php on line 3
make sure you've included this folder/file in includes/templates/cold_steel/jscript/ic_hoverbox_config.php
Re: Cold Steel Template Support Thread
hi Clyde,
Thanks for this template! I installed it and it looks very professional. I was on your mysticmountian site and saw that this template can have the tabs on top for home, login/register, contact etc. I'd like to have the same feature on my site. Can you tell me how this was done? Thanks! :D
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
Decostyle
hi Clyde,
Thanks for this template! I installed it and it looks very professional. I was on your mysticmountian site and saw that this template can have the tabs on top for home, login/register, contact etc. I'd like to have the same feature on my site. Can you tell me how this was done? Thanks! :D
It is accomplished by a variation of the "css sliding door" technique.
The tabs consist of two graphic files.
The stylesheet.css has modified the #navMain ul li declarations
to include the tab graphics.
tpl_header.php has also been modified to reflect calls to the modified stylesheet.
Re: Cold Steel Template Support Thread
Would you mind sharing the codes? :D
Quote:
Originally Posted by
clydejones
It is accomplished by a variation of the "css sliding door" technique.
The tabs consist of two graphic files.
The stylesheet.css has modified the #navMain ul li declarations
to include the tab graphics.
tpl_header.php has also been modified to reflect calls to the modified stylesheet.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
Decostyle
Would you mind sharing the codes? :D
This should help.
Just unzip the file and upload the entire includes folder to your server.
Attachment 4960
Re: Cold Steel Template Support Thread
Great! Thank you so much!!! :clap:
Can I trouble you for something else? I'm wondering if the product info page you have on your demo site is a module you have for download?