Advanced Website Settings
Adding a Custom Script to your Website
If you have custom scripts that you would like added to your website, please follow the below steps: Log in to your SitesBAY at the bottom of your webpage Click Advanced in your SitesBAY Editor Click Custom Scripts Click Create New Script Paste your ...
Creating a Clickable Map
You’ll need to find an SVG file of the map you’d like to add to your site. These are widely available online from sites like WikiMedia. This must to be an SVG file in order for the map to be clickable. Example of an SVG file that would work: ...
Using a Dynamic Page Template (Listing and Area Pages)
Dynamic Pages are pages that you can create on your website that pull information from the MLS. You can utilize a Dynamic Page to create Listing Pages that pull listings with a certain criteria (i.e. Luxury Homes or Farm and Ranch properties) or you ...
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 ...