The default language of any content posted is English. Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the
Help page. Found a dead link? Use the report button!
Information: Safety & Support
Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use. Consider buying licenses to support developers. Your security is our priority.
new Slim mobile header (Appearance → Header → Slim Mobile Menu) Screenshot →
new FAQ section for listings (Listeo Core → Submit Listing → Submit form modules → FAQ Section Screenshot →
new
“My Other Listings” section on single listing page where owner can select specific listings to be displayed
new Schema.org support for listing pages (helps search engines better understand listing content like address, reviews, business type etc.). Works by default, doesn’t need to be enabled.
new Sticky sidebar on single listing page. Works by default, doesn’t need to be enabled.
fix
Disabled-by-default sections in the ‘Add Listing’ form are now hidden until the user enables them with the toggle switch. They no longer take up unnecessary space Screenshot →
new Search by map dragging – search results load dynamically as the map moves. To enable this option, go to Listeo Core → Map Options → Enable Map Bounds Search.
fix
Fix for _load_textdomain_just_in_time issue caused by latest WordPress changes
fix
Fix for bug with price calculation if counted by hours on rental listing type
FIX
Another even better fix for “upcoming events” sorting
FIX
Fix for missing filename on upload type input in My profile and Add Listing form
FIX
Fix for time slot picker showing past time slots (it was ignoring timezone setting before)
FIX
Fix for upcoming booking notification
FIX
Fix for paid Claim listing with Subscription package type
FIX
Fix for expiring listing notification for listings that are not published
FIX
Fix for wrong rating filter
NEW
If you allow user to change role, it will use Vendor role instead of Owner if Dokan is installed
NEW
Listeo Owner Widget has now option to be used in Classified Listing
FIX
Fix for duplicated description on listing taxonomy archive
FIX
Fix for region term not showing on single listing view
NEW
Filter to change the top button “Add Listing” url, example:
Code:
add_filter('listeo_submit_page', 'listeo_submit_page_change');
function listeo_submit_page_change($submit_page)
{
$submit_page = 99; // where 99 is the page id you want to use
return $submit_page;
}
FIX
Fix for a shortcode function name that could cause a crash on wordpress.com hosting
FIX
Fix for “grid gallery” popup if it has only one image added