How can I add an overlay page?
There are cases when you’ll need to display just a bunch of content and make it easily accessible for others. In the following steps, you’ll be able to achieve the same result as showcased for the Contact page. Step 1 — Create a Page Log into your WordPress Dashboard, go to Pages, click on Add a new page […]
What Is the Difference between Rosa and Osteria?
Rosa is our flagship restaurant WordPress theme, and it’s one of the most famous product in this particular niche. It was launched three years ago, and it’s constantly being improved thanks to the in-depth feedback we’re receiving from our customers. It works flawlessly so that you can create a website without losing too much time, effort or money. However, […]
Using Google Analytics for Ajax Powered Themes
Being based on an AJAX powered WordPress theme, your website is considered by Google Analytics to be more like an application and it’s not possible to use the default JavaScript tracking snippet to track your visitors. There is a new official library released by Google called AutoTrack which help you exactly in this situation. To install autotrack […]
How to add custom fonts to your WordPress website
Using custom fonts will help you expand the list of available fonts and use the ones that match your needs and brand. Fortunately, this functionality can be achieved easily in WordPress with the help of a plugin. Even though this is easily achievable, you should be aware that you should keep the list of fonts […]
Can I charge Money for Listings Publishing?
Yes! You can use the WC Paid Listings plugin in combination with WooCommerce, to create and sell quantity based listings using custom Listings Packages. You can sell Listing Packages (a new product type) either in your store or as part of the listing submission process. Listing Packages can be given pricing just like regular products and can […]
How can I move the Location field on the Left Side of the Listings Page?
You can easily move the Location field off the map, on the Left side of the Listings page, by adding this Custom CSS snippet to Appearance → Customize → CSS Editor: .job_filters .search_jobs div.search_location { display: inline-block; position: relative; top: 0 !important; left: auto; right: auto; float: […]