How can we setup a plan so that companies can create listing free for say 3 months and then if they do not cancel they get charged according to the paid plan. It would be nice to provide some...
Liked On: October 15th, 2020, 09:26 AM
Thanks ! You are always so helpful. God bless :-)
Liked On: April 8th, 2020, 03:04 AM
Is there a way to reject a listing and also give the reason for rejection that is sent to the author ? What happens if the admin deletes the unapproved ad ? Is it removed from the users dashboard as...
Liked On: October 24th, 2019, 10:52 PM
Ok I finally managed it :-) In classipress->includes->emails.php there is a function cp_contact_ad_owner_email( $post_id ) I changed appthemes_send_email( $email['to'], $email['subject'],...
Liked On: July 26th, 2017, 01:32 PM
I found Gallery plugin to be more suitable as it works on default wordpress galleries without having to create anything extra. Here is the link https://wordpress.org/plugins/gallery-lightbox-slider/
Liked On: July 5th, 2017, 10:09 PM
Ok got it ... I commented the line in classipress/includes/functions.php function cp_get_featured_slider_ads() { $args = array( 'post_type' => APP_POST_TYPE, 'post_status' => 'publish',...
Liked On: June 28th, 2017, 02:58 PM
I am having an issue with password reset option. When I click on the password reset link I get a page to enter password. Once I add the password and click Reset Password button I get an error...
Liked On: October 5th, 2016, 07:28 PM
Is there a way we can send message to all the listing owners. Like if we are coming up with some offer for them etc. It would even be nice if we can send message category wise, like sending message...
Liked On: January 28th, 2016, 05:32 AM
I really need this option ... can anyone guide. I will do the coding if some one points me in the right direction.
Liked On: January 28th, 2016, 05:31 AM
Samcy, talent's solution is better bcos it is versatile and is helpful when you are using this feature for a particular category and not the whole site. Suppose, I have a category "Car dealers" and...
Liked On: October 26th, 2013, 06:15 AM
Got it sorted .... for others who need similar solution here is the code. I have displayed ads from categories with ids 8 and 9 only. You need to put in your category ids. These are ad category ids...
Liked On: September 11th, 2013, 07:57 AM
Got the solution. Here it is for anyone who needs a fix. In framework/kernel/view-edit-profile.php on line 22, change: require ABSPATH . '/wp-admin/includes/user.php'; to:
Liked On: August 29th, 2013, 04:58 PM