Horje
This plugin embeds yacht listings from the SmartBroker service into your WordPress site. Requires a SmartBroker subscription. Wordpress Tutorial

Noted That:

  • To install correctly this smartbroker.zip .
  • Fisrt Download the smartbroker.zip to your computer
  • Extract/Open smartbroker.zip to Your Computer.
  • Then, Find readme.txt file inside smartbroker.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download " smartbroker.zip " Plugin to your Local Computer. (Click Download)

2. Then, Login to your " yourdomain.com/wp-admin " Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse " smartbroker.zip "  Downloaded plugin from your computer, Where you downloaded smartbroker.zip According to Step – 1 Above then, click on " Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on " Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. " SmartBroker " folder is added on left sidemenu. Now, Click on " SmartBroker " folder.

   Noted that: If you do not see " SmartBroker " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  SmartBroker Configurtions and Settings or How to work " SmartBroker " in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " SmartBroker " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is SmartBroker
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Getting a SmartBroker system up and running requires three elements to work together:

  1. A WordPress-powered website that you’re going to use to present your brokerage business on the web
  2. The SmartBroker WordPress plugin
  3. A SmartBroker server which will store your listing data (this is also where you go to add and maintain you listings)

1 – The WordPress site

If you’re reading this, you’ve probably already got a WordPress site up-and running. If not, it’s a common option available with many hosting packages. Ask you hosting provider if it’s included in
current package, or alternatively, we can provide a WordPress site for you, hosted at a domain of your choice – just drop an email to [email protected] .

2 – Install and set up the SmartBroker Plugin

Install the plugin by logging into your WordPress site and going to Admin -> Plugins -> Add New

Search for SmartBroker , and then follow the instructions to install the plugin.

To complete the installation:

  • Activate the plugin (if required) through the Plugins menu in WordPress
  • Go to Admin -> Settings -> SmartBroker to configure the plugin
  • Set the SmartBroker server address to the address of your SmartBroker system (always include the http:// part)

If you don’t have a SmartBroker server yet, use the default http://demo.smart-broker.co.uk

  • The SmartBroker search page ID and SmartBroker listing page ID should already be set by the plugin. Various options are available to customise these pages – see Shortcode options below for details.

  • Set the display currency (if in doubt, start with ‘EUR’).

Once you have followed the installation instructions, you’ve got a fully working SmartBroker system!

To search your listings, go to your search page.

Note that depending on the configuration of your menus in WordPress, the search page may not be immediately visible. If necessary, have a look through the ‘Pages’ section of your site for a page named ‘Search’ and add this to your menu system.

2 – Adding featured listings to your site

To add a slideshow of featured listings to your site, add the shortcode [sb_featured] to any WordPress page or post.

If none of your listings have the status ‘Featured’, the featured listings slideshow will select 5 random listings to show.

4 – Adding the SmartBroker search widget

The SmartBroker plugin includes a customisable widget, SmartBroker search . To use this widget, go to Admin -> Appearance -> Widgets and add the SmartBroker search widget to the relevant sidebar.
You can also set default size and price variable for this widget.

If you’re using the search widget in a sidebar, you may wish to change the template for the ‘Search’ page – otherwise you’ll end up with two search boxes on one page. Edit the search page and look for a fullwidth template in the Page Attributes section.

5 – Shortcode options

Shortcode options are added in the following format: [sb_search_page option_name_1=’option_value_1? option_name_2=’option_value_2? … ]

Note: All of the following options apply only to the [sb_search_page] shortcode

Price and size defaults

Size units (commonly ft or m ) are based on the settings in on SmartBroker server.

  • size_low – the default value of the lower size input (integers only)
  • size_high – the default value of the upper size input (integers only)

Price units are based on the Currency setting in Admin -> Settings -> SmartBroker

  • price_low – the default value of the lower price input (integers only)
  • price_high – the default value of the upper price input (integers only)

The maximum and minimum values of the size and price selectors are set automatically by SmartBroker, based on the range of values available in your live listings.

For example, the following shortcode will pre-set to the size range 15-30 feet (assuming your SmartBroker system has the LOA item dimension set to ft ):
[sb_search_box size_low=’15’ size_high=’30’]

For [sb_search_page], the example note for the keyword search box can be customised using:

  • keyword_examples (default: “e.g. roller furling, fridge”)

You can set the number of results returned per page on [sb_seach_page] using the shortcode:

  • results_per_page (default: 10)

Normally the plugin will pull results from the SmartBroker server listed in Admin -> Settings -> SmartBroker. However, as of plugin v6.1.0 this can be over-ridden on a search page using the shortcode:

  • server_override=’http://example.com’

Where http://example.com is the alternate SmartBroker server you’d like to poll.

If your SmartBroker server supports parent types (which is available as a hidden option on all SmartBroker servers above v6.1.0), you can pre-filter search results by specifying a parent_type id:

  • parent_type=’4?

Where 4 is the ID number of the parent type you’d like to return. This is typically used if the SmartBroker server has a wide variety of listings (commercial, superyachts, leisure boats, river vessels etc.) and you only want a sub-set returned.

An example customised search page will look like:

[sb_search_page size_low=”15? size_high=”30?price_low=”30000? price_high=”80000? keyword_examples=”e.g. bow thruster” results_per_page=”20?]

6 – Theming

All the theming of the plugin is handled by the main WordPress theme, so font and colours should match existing pages. However, some tweaking may be necessary to get the pages looking just how you’d like
them to.

All SmartBroker elements are including with a wrapper (#sb_wrapper). This allows you to style just the plugin elements without touching the existing site.

To add custom CSS rules to your plugin, go to Admin -> Settings -> SmartBroker and edit the Custom CSS element.

If you’re a SmartBroker subscriber, we can help you with any visual edits or tweaks you may need – please get in touch .

7 – Getting your listings from your SmartBroker server to your WordPress site

Listings held of your SmartBroker server are automatically fed to your WordPress site live – once you add a boat to your server, it’s immediately available on your site.
However, a couple of basic details need to be complete before a listing will appear correctly:

  • The listing must have a length (sometimes listed as LOA )
  • The listing must have a price
  • The listing must have a primary photo
  • The listing must not be listed as offline

smartbroker , embeds , yacht , listings , service , into , site , requires , subscription , tutorial ,

Name

Read Article
https://develop.horje.com/learn/1434/reference