Search:
Search took 1.00 seconds.
-
Yes certainly, there is no encryption which would prevent you from making modifications such as these, you just need some knowledge of php/css in order to remove relevant code. Thanks.
-
Please check out this related thread: http://forums.appthemes.com/ad-video-images-33059/#post166216
-
Your child-theme most likely has the same sub-folder structure as the ClassiPress theme folder and it should contain a subfolder something like mychildtheme/includes/ . If it doesn't just create an...
-
This will require editing of the includes\theme-emails.php on line 91 and 136.
Please be aware that this involves modification of the core theme files of which will be overwritten when update...
-
Try this plugin: http://yoast.com/wordpress/users-to-csv/
-
OK, anyway, just want to point out that the function I mentioned in #14 is now deprecated, and should be replaced in all child themes for them to work in the future versions.
All the best!! :)...
-
OK, just change
<div id="directory" class="directory threeCol<?php if(get_option('cp_cat_dir_cols') == 3) echo 'three'; ?>Col">
with
<div id="directory" class="directory threeCol">
-
I tested the "Firefox 12.0" and I can not reproduce this problem.
What version are you using?
-
Try adding the code above this line in index.php file:
<?php if ( get_option('cp_home_layout') == 'directory' ) : ?>
Regards,
Mohsin
-
in 3.1.8 need to use QuickEdit to unselect the 'allow comments' option.