If you have created a child theme and have started adding custom styles to your website and they seem to not be applying, it is likely because your CSS selectors are not specific enough to override the existing rules. A good way to do this is to prepend the body […]
When I add a WP Job Manager shortcode to a page, the shortcode is formatted incorrectly
Are you seeing a WP Job Manager shortcode display incorrectly once you add it to a page? For example you add a shortcode [submit_jobs_form] or [submit_resume_form] to a page but it displays incorrectly, the reason is WordPress has wrapped some code around the shortcode, once you remove the extra code […]
Order Regions Alphabetically
Add the following code to your child theme’s functions.php file:
Order Regions Alphabetically
Add the follow 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.
Can I Use a Custom Icon Font for the Map Markers
This is possible with some custom CSS. Load your custom font icon into WordPress. Override the default ion classes with your custom font content. Since the markers simply load the class name from the customizer in to a <i></i> tag to output it. So <i class=”ion-icon”></i> for example. In your […]
Why Does the Category Field Disappear
When you search for a category from the homepage, or click directly to a category archive from your navigation menu, you may notice that the category dropdown no longer appears. This is intentional. This page is meant to act as a permanent archive for this category, therefore having the ability […]
Why is the search button and categories drop-down stretched full-width
Is your search button and categories drop-down stretched full-width on your job searching page? This is because you have the option enabled inside of Job Listings > Settings > “Multi-select Categories – Enable category multi-select by default” If you disable this option you will see that your search button and drop-down for categories will now look like our […]
Add a Button to the Single Listing Hero Actions
To add a custom button in the same place as the “Submit a Review” and booking buttons, you can 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 […]
Display Your Website’s Tagline
By default the site tagline/description set in “Settings > General” is hidden in the header. If you would like to show this, add this CSS to your child theme:
Where do listing owners or members of your site add/edit their social profile account URLs?
Where listing owners edit their social profiles depends if you have your Social Profiles associated with user (Listing Owners) or if you have the Social Profiles associated to Listings. Social Profiles Associated with user Head over to WooCommerce > Settings. Then, make sure you have a URL added to the Edit […]