Hi there - is there any way to get rid of the message at the bottom that reads 'Free ZenCart jQuery Theme By ZenCart-Jquery.com'? I can't find it in any of the template files.
Thanks
Hi there - is there any way to get rid of the message at the bottom that reads 'Free ZenCart jQuery Theme By ZenCart-Jquery.com'? I can't find it in any of the template files.
Thanks
Anyone? Help with the footer thing?
NobbyRyan: Try looking in /includes/languages/TEMPLATE-NAME/english.php
It should be in there, somewhere around line #17.
I have just gone live with a site using ZJ Black2. I did all my developing and testing in Firefox 3, and just checked it with IE, and "oh my giddy aunt."
The left column on the sideboxes block ("left" and "right" are right beside each other on the right of the screen.) begins where the right column ends, ie the user has to scroll down to even see them.
And the sidebox headers look bad in IE. On firefox, they look like a solid dark grey bar from the pull down arrow right across to the close button on the right hand side. But on IE6 there is white space in between the pull down arrow and the next part of the header with the text on it. So it looks kind of messy.
Is there a simple fix for these problems? I am sorry I am OK with php but my head spins with CSS and layout issues.
The site is http://www.kanebo-from-japan.com
Thanks
============
Kuroobiya - Personalized Karate Black Belts and Dogi
Kanebo From Japan - Kanebo Cosmetics Direct From Japan
I don't know how familiar you are with Zen Cart, so it may be that you already know this.
But from the admin panel, choose tools and then "Developers Tool Kit."
From here you can enter a line of text, and Zencart will search all the source files, for it. If it finds it will print out which file and in which line it found it. It is very very useful for this kind of problem.
If you have not searched using this tool before, then you should do so.
============
Kuroobiya - Personalized Karate Black Belts and Dogi
Kanebo From Japan - Kanebo Cosmetics Direct From Japan
I am quite familiar with ZenCart. This isn't the first time I've used it and I have searched with the Developers Tool Kit for what seems like ages! Still nothing.
The site is still a work in progress, but if you look at http://www.emotees.co.uk you'll see at the bottom right it has the 'Free ZenCart jQuery Theme By ZenCart-Jquery.com' but if you 'view source' it's not there.
I've noticed it's not on your site justinhunt. All I can think is it's some sort of tracker script that's pulling the info in from the external site.
N
Hope this helps, what you are looking for is called by a define in php "FOOTER_TEXT_BODY". if you want to edit your footer information it would be located in the english.php file located in includes/languages/YOUR_TEMPLATE/english.php, around line 18 you will find " define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>. <a href="http://zencart-jquery.com" target="_blank">Template By ZenCart-jQuery</a>.');" delete the part that i have colored in red or edit as u wish. you can search your site with Developers Tool Kit, just search for FOOTER_TEXT_BODY.
I hoped this helped you![]()
Yeah thats pretty sneaky.
It is in a div with id "freethemelink, " . By right clicking on the link firefox and selecting "view selection source, " I can see that.
But when you view source, the javascript doesn't get executed, so it doesn't show.
I would just hide it in the CSS. If you look at the stylesheet there is this:
#freethemelink{float:right;font-weight:700;padding:10px;}
If you can just hide the div, I guess the problem would be solved.
Justin
============
Kuroobiya - Personalized Karate Black Belts and Dogi
Kanebo From Japan - Kanebo Cosmetics Direct From Japan
Justin - well spotted. I just added 'visibility: hidden;' to the stylesheet and it's gone.
Sorted
N
I use ZJ Silver template, The original header(logo & tagline section) is in 100% width. Is anyone know how to make the header fix size and center it?