MLS “No Branding” support

Many Multiple Listing Services (MLS) have a “virtual tour link” policy prohibiting contact information on pages linked to from the MLS. That makes it difficult for agents with a personal website to provide a link.

The plugin has a feature enabling you to define a link with no branding or navigation, to make the MLS people happy.

Setting it up

First, visit the Real Estate admin screen and go to Settings. Check the box next to Enable “No Branding” option and save your changes.

Now copy the file nobranding.css from the folder wp-content/plugins/great-real-estate/copytotemplatedir/ to your theme directory.

Load one of your listing pages in your browser, and then append nobrand/mls/ to the end of the URL. For example,

http://www.rogertheriault.com/listings/124-ocean-cay-way-hypoluxo/

becomes

http://www.rogertheriault.com/listings/124-ocean-cay-way-hypoluxo/nobrand/mls/

and load the page.

If you still see any navigation elements, edit the nobrand.css file in your theme directory and add the classes or ids of the visible content you wish to hide to the list of classes with display: none until you are happy with the results.

#header, #sidebar, #footer, #sidebar2, #sidebar3, #sidebar-listings, #floatbar, #pagetools,
#commentform, #respond, #breadcrumbs, #re_downloads {
display: none;
}

Note that you can use any valid string after nobrand/ and that string will be used as the title instead of your site name.