Font Categories

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Open _header.php

Find on line 104:
Code:
<div id="categoryBar" class="categoryBar" style="display:<?php echo (defined("NO_JS_DISPLAY_CATS") ? "block" : "none"); ?>;">
Replace with:
Code:
<div id="categoryBar" class="categoryBar" style="display:<?php echo (defined("NO_JS_DISPLAY_CATS") ? "none" : "block"); ?>;">
 
Feb 25, 2014
36
0
6
36
India
freefontsworld.com
1) Delete the download-queue button form every where.
2)delete the download button from the font page, and change the name of "more detail" (button) to Download. but when click on the download button(which is before more detail button) open the next page (which is open after clicking the "more detail" ) here showing the download button click and download font normally.
because advertised is the site revenue, so a visitor comes and ping the lots of font and download it, they are no visit the others page for a single font download. So how can I run the the site it is very difficult and impossible.
thank you.
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Just the words "font categories"?

Open _header.php

Find and delete:
Code:
<a href="<?php echo WEB_ROOT . "/c/0/"; ?>" onClick="toggleCategories(); return false;"><?php echo t("font_categories"); ?></a>&nbsp;&nbsp;|&nbsp;&nbsp;