Advanced Website Settings
Adding a Custom Script to your Website
?️ How to Add Custom Scripts to Your Website If you have specific tools, tracking codes, or custom features that require JavaScript, you can easily add them to your site using the Custom Scripts tool. ? Step-by-Step Instructions Log In to SitesBAY ...
Creating a Clickable Map
?️ How to Add an Interactive SVG Map to Your Website By using an SVG (Scalable Vector Graphics) file, you can create a map where counties, cities, or zip codes are clickable and redirect visitors to specific property searches. ? Phase 1: Prepare ...
Using a Dynamic Page Template (Listing and Area Pages)
This guide covers Dynamic Pages—powerful tools that pull live data directly from the MLS to showcase specific types of properties or local areas. ⚡ What are Dynamic Pages? Dynamic Pages automatically update your website with the latest MLS data based ...
How do I add images to pages that are responsive?
How to add responsive images: The image tag has to have the class img-responsive like this: <img class="img-responsive" src="img_test.jpg" alt="test"> The bootstrap bar in the editor can add this for you: Click that button and add your image.
How to clear cache on your browser
Clearing cache on major browsers. Chrome In the browser bar, enter: chrome://settings/clearBrowserData Select the following: Browsing history Download history Cookies and other site and plug-in data Cached images and files From the Obliterate the ...
How to use the url to return search criteria
NOTE Add your domain name before the /listings in the below examples Price range: /listings/pricemin_80000 /listings/pricemax_100000 (This will get you all listings between 80k and 100k) Size: /listings/beds_2 /listings/baths_2 /listings/sqfoot_1500 ...