Wordpress help

chris19

Registered Member
Joined
Jul 16, 2017
Messages
82
Reaction score
39
Hey guys. Am currently working on a property marketplace, but right now am at crossroads.

First i will like to have a functionality for people with featured listings to be able to bump their listings.

Secondly i will like have a request functionality where people can fill out a form about what they are looking for with their contact details and sellers on the platform will be notified of such requests.

So i want to know if they is a Wordpress plugin that can give me this features.


Issue number two

I currently have this errors all over my homepage

Deprecated: Function Redux::setExtensions is deprecated since version Redux 4.3! Use Redux::get_extensions( $opt_name, $path ) instead. in C:\xampp\htdocs\website_name\wp-includes\functions.php on line 5405

Deprecated: Function Redux::getOption is deprecated since version Redux 4.3! Use Redux::get_option( $opt_name, $key, $default ) instead. in C:\xampp\htdocs\website_name\wp-includes\functions.php on line 5405

Deprecated: Function Redux::setExtensions is deprecated since version Redux 4.3! Use Redux::get_extensions( $opt_name, $path ) instead. in C:\xampp\htdocs\website_name\wp-includes\functions.php on line 5405

Deprecated: Creation of dynamic property ReduxFramework_extension_vendor_support::$extension_dir is deprecated in C:\xampp\htdocs\website_name\wp-content\plugins\wpresidence-core\admin\redux-extensions\extensions\vendor_support\extension_vendor_support.php on line 51

Deprecated: Creation of dynamic property ReduxFramework_extension_vendor_support::$extension_url is deprecated in C:\xampp\htdocs\website_name\wp-content\plugins\wpresidence-core\admin\redux-extensions\extensions\vendor_support\extension_vendor_support.php on line 52

... (other error messages)

Warning: session_start(): Session cannot be started after headers have already been sent in C:\xampp\htdocs\website_name\wp-content\plugins\wpresidence-core\classes\wpestate_social_login.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\website_name\wp-content\plugins\wpresidence-core\admin\redux-extensions\extensions\wpestate_property_page_header\extension_wpestate_property_page_header.php:81) in C:\xampp\htdocs\website_name\wp-includes\pluggable.php on line 1427

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\website_name\wp-content\plugins\wpresidence-core\admin\redux-extensions\extensions\wpestate_property_page_header\extension_wpestate_property_page_header.php:81) in C:\xampp\htdocs\website_name\wp-includes\pluggable.php on line 1430

Any idea on how to get rid of it. Thank you all


Cc: Deleted member 752298
 
Hey guys. Am currently working on a property marketplace, but right now am at crossroads.

First i will like to have a functionality for people with featured listings to be able to bump their listings.

Secondly i will like have a request functionality where people can fill out a form about what they are looking for with their contact details and sellers on the platform will be notified of such requests.

So i want to know if they is a Wordpress plugin that can give me this features.

Hey man,

This can be build with jReviews:
https://www.jreviews.com/
And the add-on Paid Listings:
https://www.jreviews.com/addons
And for your other issue, kindly update it as @CPANathan already suggested. :)
 
Deprecated: Function Redux::setExtensions is deprecated since version Redux 4.3! Use Redux::get_extensions( $opt_name, $path ) instead. in C:\xampp\htdocs\website_name\wp-includes\functions.php on line 5405

Deprecated: Function Redux::getOption is deprecated since version Redux 4.3! Use Redux::get_option( $opt_name, $key, $default ) instead. in C:\xampp\htdocs\website_name\wp-includes\functions.php on line 5405

Deprecated: Function Redux::setExtensions is deprecated since version Redux 4.3! Use Redux::get_extensions( $opt_name, $path ) instead. in C:\xampp\htdocs\website_name\wp-includes\functions.php on line 5405


FOR all these errors just replace the WP-INCLUDES files with new WP-INCLUDES files

and for the other errors try to use the paid plugin because it might be the free version which also creates errors and bugs in the website and you can face the same thing in future as well
 
Back
Top