Search:
Search took 1.00 seconds.
-
sidebar-ad.php
Set from $gmap_active = true; to $gmap_active = false;
-
Hi danmont,
I want to let you know that the General Discussion forum is community supported.This means that it will be harder to get an answer from AppThemes.For questions about the theme please...
-
danmont,
Please upgrade to the latest build check this thread for more information.
http://forums.appthemes.com/help-using-vantage/development-build-hotfixes-51802/
-
All the fixes are in the Dev Build, which is stable enough to use on active sites and has quite a few fixes.
-
This is fixed in the latest development build.
-
Hi danmont.
The pre and post sales forums are separated for a number of reasons. But lets concentrate on your question:
1st off, a listing can only be claimed if a) the Admin enables the feature...
-
I can help you install it. I sent you private message.
-
I see often pagination problem for ClassiPress users. Usualy it’s the problem when you’re redirecting to "Woops! not found page 404"
How to solve it?
I want to share good solution for it. You...
-
This is the e-mail notification of new comment default Wordpress, to change it will be necessary to make modifications to the file pluggable.php
Folder:...
-
Hi, hope that my intervention won't bother,
The main reson for not showing the e-mail address is because of spam reson hidding the e-mail field using css is not a solution because robots will scan...
-
Add this to your stylesheet:
li#cp_email {
display: none;
}
So your childtheme stylesheet under themes/classipress_child/style.css must look like:
/*
Theme Name: classipress_child
-
Hi,
you can try to echo this function :
get_post_meta($post->ID,'cp_country',true);
get_post_meta($post->ID,'cp_city',true);
to display the value of the meta_value field
-
Clasipress currently supports the following images .gif, .jpg, .png. and it may require modification of the theme file (theme-functions.php line 643) to allow other image format.
You may take note...
-
Ok, i put a tutorial link in the mods section of the forum. You can view it here...
http://forums.appthemes.com/classipress-facebook-login-fix-fb-xxxxxxx-usernames-23748/#post113967
-
This is how I do it.
I only make the modification on single ad page because I don't use thumbnail images in my home page. But I think, following the same pattern you can also change the home page...
-
It's ok, sorted, its not in the loop-ad.php file..
I am using CP 3.1.2 (fully functional and no bugs) and removed the respective calls to the meta from single_ad_listing.php and...
-
Sorry i made a mistake change position to absolute don't work, i removed position and replace it with "float: left;"
-
In Order to Help Everyone need this mod.... i have make this hack to have the Registration form both the Login Form when an user try to Login/Post new ad. Use THANKS button if u like this!