I'd like to remove the "Free ZenCart jQuery Theme By ZenCart-Jquery.com" at the bottom of my website to increase my keywords density
URL: www.afro-masks.com
I'd like to remove the "Free ZenCart jQuery Theme By ZenCart-Jquery.com" at the bottom of my website to increase my keywords density
URL: www.afro-masks.com
Use the developers tool kit in the admin to locate the file with that text
Zen-Venom Get Bitten
It's fine to remove that I guess, but removing it for keyword density is a bit....![]()
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
my developers toolkit can't find it
There is most likely a link embedded in that, so the code in the file won't look identical to what you see on the page. Try searching for a smaller but distinctive part of the text, like "Free ZenCart jQuery Theme", avoiding the part that is likely to be a link.
Has somebody found how to get rid of this.
Please help/Guide
thanks
What exactly is the text you want to remove? And is part of it a link (if so, identify that part)?
A link to see your site will make it easier to give accurate advice.
Hello Glenn,
I'm trying to remove - Free ZenCart jQuery Theme By ZenCart-Jquery.com on the home page at the bottom.
website - www.reliableafrica.com
thanks !
Search gor "Free ZenCart jQuery" with dev tool kit
You will most likely find it in tpl_footer.php??
Or a language file
Zen-Venom Get Bitten
Locate the folder /includes/templates/zj_silver/jscript open jscript_jquery_xtra_controls_min.js with text editor. Edit Pad Lite is a great tool for this.
Locate this section of code and remove the section in red (make a backup first)
.length){E("#hiddenitems,#hiddencontent").hide()}}return false});E("#hiddencontent").click(function(){E("#hiddenitems").toggle()});E("#si teinfoLegal").append('<div id="freethemelink">Free ZenCart jQuery Theme By <a href="http://zencart-jquery.com">ZenCart-Jquery.com</a></div><br clear="all" />');if(!E("#hiddenright a").length){E("#hiddenright, #hiddencolright").hide()}if(!E("#hiddenleft a").length){E("#hiddenleft, #hiddencolleft").hide()}if(!E("#hiddencenterboxes a").length){E("#hiddencenterboxes").hide()}E("#navMain .login").click(function(){E("#log_in_header").toggle();return false});E(".fancy")
Save and upload your changes!