• 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.
Listeo - Directory & Listings With Booking - WordPress Theme

Listeo - Directory & Listings With Booking - WordPress Theme 1.9.90 NULLED

Version 1.9.90
  • new
    An awesome hierarchical, multi-level drilldown menu for taxonomies (categories, regions etc.). To use it modify search form taxonomy dropdown and set drilldown in search forms editor. Screenshot →
  • 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
    Children and animals pricing Screenshot → – an additional fields with custom price – How to add this feature after update?
  • new
    hCaptcha support (alternative to reCaptcha)
  • 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 →
  • fix
Version 1.9.85
  • 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
  • Like
Reactions: edgars221289
Version 1.9.67
  • 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
  • FIX
    Small CSS updates
Version 1.9.60
  • NEW
    New Claim Listing feature [link]
  • FIX
    Transients added for slider values (price range) for site optimization
  • FIX
    Added some missing translations and few smaller fixes
  • Like
Reactions: MarkDragon
Version 1.9.31
  • FIX
    Fix for grid gallery if gallery is not set
  • FIX
    Fix for maps error if there’s any SVG icon with the same map id
  • FIX
    Fix for html code in booking notice
  • FIX
    Fix for missing “End hour” field in Fields Editor
Top