Re: All Business template Support Thread
Hi Anne,
Thanks so much for this template. I was struggling between the aberdeen neutral and this one. Either way I'd be very pleased :D
I have a few hiccups:
1. Logo size is 250x129. It's a .gif and I named it logo.gif uploaded it under allbusiness/images/ and renamed the first logo.gif (yours) as logo2.gif. I know that it's height is greater which is why I'm assuming that this is why it doesn't show on my site. I'd like to keep it this size. Please advise.
2. I uploaded an image oilbottles740u.jpg under allbusiness/images and renamed the slide1.jpg with the above. It is 740 x 430 px and it too doesn't show. I've changed the permissions on both images hoping that that would work but it hasn't.
Also a few requests while I'm at it:
1. I'd like the now green navigation bar to be the full width of the screen. Please advise.
2. Also how can I have the EZ Pages be displayed in the now green navigation bar?
I think that should do it. Much appreciated.
http://marketcafe-online.com
Cheers, Lynn
Re: All Business template Support Thread
For the first time in 3 weeks I am finally happy with a template, I have visited nearly every zencart site looking for a template .. it's really great so please don't abandon it like "modern zen"
I have only just found it so a few questions might follow soon :smile:
Re: All Business template Support Thread
Hi There..
Thanks for the great Classy Template
I too have the same problem.. with regards to the about us links..
it seems that the following file is not in the zip file i downloaded from your site or zen cart..
includes/extra_datafiles/about_us_filenames.php
my website is www.cheapshakes.com
Thanks
John
:smile:
Re: All Business template Support Thread
Quote:
Hi There..
Thanks for the great Classy Template
I too have the same problem.. with regards to the about us links..
it seems that the following file is not in the zip file i downloaded from your site or zen cart..
includes/extra_datafiles/about_us_filenames.php
my website is
www.cheapshakes.com
Thanks
John
John,
Thank you so much for catching this error. I will post an update asap. In the meantime, you can add this to:
includes/extra_datafiles/about_us_filenames.php
Code:
<?php
/**
* @package Pages
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: about_us.php v1.3 $
*/
// About Us Filename Defines
define('FILENAME_ABOUT_US', 'about_us');
define('FILENAME_DEFINE_ABOUT_US', 'define_about_us');
?>
Re: All Business template Support Thread
I figured it out- I removed the br part of <br class="clearBoth" /> in line 68 of templates/all biz/common/tpl_header.php.
Re: All Business template Support Thread
Quote:
I figured it out- I removed the br part of <br class="clearBoth" /> in line 68 of templates/all biz/common/tpl_header.php.
This is not a good solution as taking the br out makes the code invalid. It would be better to remove the
Code:
<br class="clearBoth />
and replace it with
Code:
<div class="clearboth"></div>
Why did you want to remove this?
Re: All Business template Support Thread
Hi
Another request
would it be possible to change the "about us" to "To links" ie back links to other sites
thanks
Re: All Business template Support Thread
Thank you for this GREAT template Picaflor-Azul... It works like a charme!!
I've got on question dough.... Is there a simple way to remove links in the footer menu..
I've tried to edit the footer_menu_defines.php for removing the "specials" link, but when I remove the line :
Define('FEATURED','<li><a href="' . zen_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . TABLE_HEADING_FEATURED_PRODUCTS . '</a></li>');
The word "SPECIALS" appears in the menu... Maybe I'm overlooking a simple way to disable links......
Kind Regards,
Rayring
Re: All Business template Support Thread
RayRing,
I think you may have forgot to edit the line...
/*BOF Footer Menu Definitions*/
Define('QUICKLINKS', '<dd class="first">
<ul>' . TITLE_ONE . HOME . FEATURED . SPECIALS . NEWPRODUCTS . ALLPRODUCTS . '</ul></dd>');
In footer_menu_defines.php
Change this line to
/*BOF Footer Menu Definitions*/
Define('QUICKLINKS', '<dd class="first">
<ul>' . TITLE_ONE . HOME . FEATURED . NEWPRODUCTS . ALLPRODUCTS . '</ul></dd>');
And it should work.
Bob
Re: All Business template Support Thread
Hello Again,
It seems there is a problem with Jquery
I have checked my site and others listed in this forum and all are reporting an error on loading (bottom left of browser).
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; Creative AutoUpdate v1.40.01)
Timestamp: Mon, 25 Oct 2010 13:00:00 UTC
Message: 'jQuery' is undefined
Line: 30
Char: 1
Code: 0
URI: http://www.anctgroup.com/store/inclu..._easySlider.js
Anybody got any ideas how to clear this loading error?
Bob