Remove Google Maps Link From Address

Use the code below to remove the Google Map’s link from the listing’s address output. 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.

Remove Gradients Over Images

To remove the default gradients that are applied over images you can add the following CSS to your child theme’s style.css file: To remove the gradients but keep a semi-transparent overlay you can use this CSS:

Listing: Bookings

Overview Widget Area: Single Listing: Sidebar Intended Purpose: Output the WooCommerce Bookings booking form. Settings Title (optional) The title of the widget. Icon (optional) The accompanying icon next to the title.

Translate “Browse Categories” On The Mega Menu

If you’d like to change the text that says “Browse Categories” which is displayed on the mega menu you will need to install the Say What plugin. 1 Install & Activate the “Say What” plugin. 2 Visit your WordPress backend and go to Tools > Text Changes  > Add New 3 Add the […]

Page Template: No Sidebar (Thinner)

The “No Sidebar (Thinner)” Page Template can be used to create a page that displays no sidebar but the content area will be thinner then the normal “No Sidebar” page. The content area will stretch 945px wide when viewing on desktop, this is good for when creating a high converting checkout page.

Page Template: No Sidebar

The “No Sidebar” Page Template can be used to create a page that displays no sidebar. The content area will stretch 1140px wide when viewing on desktop, this is good for when creating a “clean” looking page for your content.

Limit Photo Uploads to Listing Owner

To restrict photo uploads to only the current listing owner add the following code to your child theme’s functions.php file. If you have existing code in your functions.php be sure to omit the first line (<?php) when adding the code to your file.