Display information on the Map/Contact widget on the single listing page. If you have existing code in your functions.php be sure to omit the first line (<?php) when adding the code to your file. Add information to the top: Add information to the bottom
Why is there no map on my submit listing form?
In order to get the map under the Location on the submit listing form, you will need to first install and activate the WP Job Manager Extended Locations plugin. After you have it installed and activated, you can enable the map on the submission form by going to Listings ▸ Settings […]
Can I give listing owners a free month trial before they are billed?
Yes! If you wish to give the listing owner a free 30 day trial before they are billed you will need the Listing Payments and WooCommerce Subscriptions plugins to create a recurring package. When creating a new listing package subscription you will see the option for “Free Trial” you can set this trial to days, weeks, months […]
Listing: Photo Gallery Slider
Overview Widget Area: Single Listing: Main Content Intended Purpose: Output an image gallery sof the items attached to the listing. Settings Title (optional) The title of the widget. Icon (optional) The accompanying icon next to the title. Choose icon class from ionicons.com. Number to show How many thumbnails to show on the image gallery slider.
Remove Social Profiles from the My Account Page
If you want to remove all social profile links from the My Account Page, then you can use the following code. Add this code to your child themes functions.php file.
Keep Featured Listings at the Top in FacetWP
By default FacetWP will remove the “sticky” functionality of featured listings in Listify. If you would like featured listings to remain at the top you will need to insert this code in the “Query Arguments” field in the “Listings” template in “Settings > FacetWP > Templates” Then add the following […]
Limit Image Upload Size on Frontend Only
Place the following code in your functions.php file.
Show “Call to Action” for Logged Out Users Only
Save the following file as content-cta.php in your child theme’s root directory.
Can I Hide Fields Depending on the Selected Package?
Yes! The easiest way is to use WP Job Manager – Field Editor. For more information, please see: WP Job Manager – Field Editor Show/Hide specific fields based on selected package
Order Listings Randomly
Order your listings randomly. This will cause featured listings to not appear on the top. Do not put this code in the parent Listify theme’s functions.php. First create a child theme then add the code to the child theme’s functions.php file.