Hi mickforand,
Add this to your child theme functions.php:
function unhook_appthemes_functions() {
remove_action( 'appthemes_after_post_content', 'cp_do_ad_ref_id' );
}...
Hi mickforand,
Add this to your child theme functions.php:
function unhook_appthemes_functions() {
remove_action( 'appthemes_after_post_content', 'cp_do_ad_ref_id' );
}...
OK: I think, it is finally settled. The credit goes to leosch for focussing my search for errors in the HTML tags. This is the one I have missed in all my reviewing the translations:
Funny,...
@domino1957
In your translation as well in almost other translations are html tag errors which cause the problem with the widget menu.
Look in your original translation and search for <strong>...
@ emilianoaguirre
Very nice mod. Is it your first WP job? - Congratulation!!!
Only one small sugestion - use less contrast (primary) colors. Unless you target your site for young people. Young...
A) We are going to address one of the most talked about (non)functionality in ClassiPress which is to put featured ads on top in both ad category and search pages without affecting the other aspects...
@jsh: Better to do this:
change =>
to =>
it's below your removed code and you don't have to remove the original code.
as for the dotted line, put before
ybpress,
To fix this problem:
1.download the latest dev version.
2.extract the files
3.connect to your server with ftp
4.make a copy of the file "includes/forms/step2.php".So you can revert...
At the request of yuki18 I made additions.
This will add a required profile custom fields.
For example, a phone number:
See step 1.1 and replace the definition of 'phone_number'
...
Inherit the address (and other extra fields) of the user in the ad is very useful for those users who have a lot of ads.
This allows the user does not enter every time one and same values and...
Classipress only has the option to order the categories by name and post ID. With this mods, sorting of the ads categories can be done in simple drag and drop.
As always, make a backup of the...