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.
Page: Slider
Overview Widget Area: Homepage Intended Purpose: Display a full width hero slider. The Jobify homepage allows you to use any slider plugin of your choice. Settings Slider ShortcodeAdd the shortcode of the slider you would like to display on the homepage. Tip: Slider Display If your slider is not displaying correctly please contact […]
Limit Upload Size for Non-Admins
Limit the upload size limit to 1MB for any users who are not an administrator. 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
Add Additional Information to the Single Listing Page
Add the following code snippet to the end of your child theme’s functions.php file: