Jquery error appears to be unique to IE, other browsers load without error.
Printable View
Jquery error appears to be unique to IE, other browsers load without error.
You can change the text by searching in the developers toolkit and editing the appropriate files in the appropriate places.Quote:
would it be possible to change the "about us" to "To links" ie back links to other sites
The code you are quoting is for the featured products link and not the specials. You need to remove:Quote:
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......
Code:Define('SPECIALS', '<li><a href="' . zen_href_link(FILENAME_SPECIALS) . '">' . BOX_HEADING_SPECIALS . '</a></li>');
Here is a link to the easy sliders authors website:Quote:
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?
http://cssglobe.com/post/5780/easy-s...-jquery-slider
I did not write this awesome code, so I would recommend contacting him.
It is released under the GPL, so you can work on the code and post your update for the community :smile:
Here is a tutorial:Quote:
How do I go about this as I'm a complete newbie and only 3 weeks into zencart for the first time in my life ...... can't even use firebug yet
https://www.zen-cart.com/tutorials/index.php?article=39
No problem :smile: I know how it is to be in a hurry.Quote:
sorry should have added my please & thanks
All template specific images including the logo should be uploaded to includes/templates/all_business/images. The instructions and path names are in the install.txt.Quote:
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.
See this group of tutorials for help customizing your zen cart template:Quote:
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?
https://www.zen-cart.com/tutorials/index.php?category=4
Yup, I just came to the site to adjust my comment. This was in reply to my own issue posted earlier. The <div> causes the same issue so I went with <span>. ...Seems okay. ;-)