Difference between revisions of "Draft:Banner System"

From X-Cart 4 Classic
Jump to: navigation, search
m (Banner and image size recommendations)
(Redirected page to X-Cart:Banner System)
 
Line 1: Line 1:
== Overview ==
+
#REDIRECT [[X-Cart:Banner System]]
<u>Banner System</u> is a banner management solution for your X-Cart based store. It is an X-Cart module that allows you to create banners and easily embed them in your store's pages using nothing but the tools provided in the Banner System section of your store's Admin area.
 
 
 
The system supports rotating banners, that is, banners in which promotion messages and images transition from one to another like in a slideshow. Strategically placed rotating banners can help you maximize advertising text and image space on your store site without overwhelming your site visitors with informaion. They can also improve your site's overall appearance by making it look more professional.
 
 
 
With Banner System, you do not need to be a webmaster or a web developer to get your promotions displayed on the storefront. Adding a banner to your X-Cart based store has never been easier: all you need to do is provide banner content and adjust a few settings, like banner position, size, display period and - for rotating banners - the transition effect to be used. It is possible to create banner ads using both images and HTML code, including JavaScript. You have full control over your banners' location: you can have your banners displayed at the top, left, right or bottom of the page, and, of course, there can be more than one banner at any of the said locations. It is possible to define the pages on which each of your banners will be shown (for example, you can set up your banners to appear on the home page or in a specific product category). You also have control of when each of your banners should be published and how long it should stay up on your store site, so you will never have to worry that important information might not reach your customers on time.
 
 
 
== Banner System module installation and removal==
 
 
 
 
 
To install Banner System:
 
 
 
# Obtain the Banner System distribution package by downloading it from the File area section of your {{QA}}. The distribution package you need is contained in the archive file <u>x-banner-system-x.y.z.tgz</u> where <u>x</u>, <u>y</u> and <u>z</u> stand for X-Cart version (These need to match the version of X-Cart on which your store is based).
 
# Copy the distribution package to the X-Cart root directory on your server or hosting account.
 
#* ''If you use a Windows-based server, or a UNIX-based server without terminal access:''
 
#: a) Decompress the archive with the Banner System distribution package to a directory on your system using your favorite compression program (WinZIP or any other archiver with support for TAR files).
 
#: b) Use an FTP client to upload all the files contained in the archive (retaining the directory structure) to the X-Cart root directory on your server or your hosting account.
 
#* ''If you use a UNIX-based server with terminal access:''
 
#: a) Use an FTP client to upload the archive with the distribution package to the X-Cart root directory on your server or your hosting account.
 
#: b) Decompress the package using the following command:
 
#: <pre>tar -xzvf x-banner-system-x.y.z.tgz</pre>
 
#: {{Note1|'''Important:''' Make sure you keep the directory structure while unpacking and uploading the distribution package, otherwise some necessary files can be overwritten! }}
 
# In a web browser, run the installation script <u>httр://<YOUR_XCART_DOMAIN>/install-banner-system.php</u>, replacing the <u><YOUR_XCART_DOMAIN></u> part with the actual domain name of your X-Cart based store.
 
# Enter the Auth code, accept the License Agreement and click the '''Next''' button.<br />{{Note1|Note: The Auth code is a random code that was generated after you installed your copy of X-Cart. If you do not remember the Auth code, find it on the [[X-Cart:Summary_Page |Summary]] page in X-Cart Admin area before the License info subsection. Another way to find out the code is to retrieve the value of the variable $installation_auth_code from the file<u><xcart_dir>include/install.php</u> .}}
 
# The installation script copies the files and activates the module. Click the '''Next''' button to continue the installation.
 
# The installation script generates a new system fingerprint. Click the '''Next''' button to complete the installation.
 
 
 
To uninstall <u>Banner System</u>:
 
# In a web browser, run the installation script <u>httр://<YOUR_XCART_DOMAIN>/install-banner-system.php</u>, replacing the <u><YOUR_XCART_DOMAIN></u> part with the actual domain name of your X-Cart based store.
 
# Choose the <u>Uninstall the module</u> option, enter the Auth code, accept the License Agreement and click the '''Next''' button.
 
# Once the installation script has removed the Banner System files and deactivated the module, click the '''Next''' button to complete the uninstallation.
 
# On the ''Uninstallation complete'' screen, click '''Next''' to leave the Wizard.<br />{{Note1|Important: After you have uninstalled Banner System, be sure to remove the Banner System distribution package from your web directory as well.}}
 
 
 
== Enabling the Banner System module==
 
 
 
After the Banner System installation has been completed, the module you have installed  needs to be enabled in your store:
 
 
 
# In Admin area, go to the <u>Modules</u> section (Settings menu -> Modules).
 
# Choose the <u>Banner System</u> module by selecting the respective check box on the left.
 
# Click the '''Apply changes''' button. This activates the module.<br /><br />
 
 
 
== Configuring the Banner System module==
 
 
 
After the <u>Banner System</u> module has been enabled in your store, you should check and adjust its configuration:
 
 
 
# In the <u>Modules</u> section (Settings menu -> Modules), click the <u>Configure</u> link opposite the module name ('Banner System').<br />The module configuration page (titled by the name of the module) opens:
 
#: [[Image:BannerS5.png|border]]
 
# Adjust the settings on the module configuration page as needed. Detailed information regarding the [[#BannerSystemModuleSettings | Banner System module configuration settings]] is available below.
 
# Click the '''Apply changes''' button to save the changes.
 
 
 
<div id="BannerSystemModuleSettings"> </div>
 
===Banner System module configuration settings===
 
 
 
Here are a few notes on the <u>Banner System</u> module configuration settings:
 
* '''Banner rotation time delay''': This setting is used for rotating banners. It allows you to set the length of time a banner image or HTML content is displayed within the banner container before being replaced with the next image/HTML content piece.
 
* '''Default banner width''' and '''Default banner height''': These settings allow you to set the default width and height for your banners. "Default" means that the respective value will be used for banners for which a non-zero width/height value has not been provided in the banner properties. Note that your ''Default banner width'' and ''Default banner height'' values should be greater than 0 (zero), otherwise your banners using the default width and height will not be visible.
 
* '''Unlimited banner display time''': This option sets unlimited display time for all banners. If it is enabled, banner display time settings of individual banners are ignored.
 
<br />
 
 
 
== Creating and managing banners with Banner System ==
 
===Getting started with creating banners: choosing banner location===
 
Banners are created and managed using the <u>Banner System</u> section of the Admin area (Content menu -> Banner System). When you open this section, you see a menu allowing you to choose the location where you want to add or edit banners:
 
: [[Image:Banner_location.png|border]]
 
To access banner management tools, you should choose the banner location you require and click the respective menu item. For example, if you wish to create a banner that will be displayed at the top of your site's main column, you should click <u>Top banners</u>.<br /><br />
 
The screenshot below provides an illustration of how banners are placed at the top, bottom and left column locations (The number of banners shown, as well as their sizes , are merely an example):
 
: [[Image:Banner_location1.png ]]
 
The top, bottom and left column banner locations are supported by all standard X-Cart skins. The skin ''Light&Lucid (3-column)'', which is now the only skin with a right column, also provides support for the right column banner location.<br /><br />
 
 
 
When you choose a banner location from the menu in the <u>Banner System</u> section, the respective banner management page opens. You should see a page like the following (The title of the page will be the name of the banner location selected).
 
: [[Image:Add_banner.png|border]]
 
<br />
 
The banner management page has two sections. The section titled <u>Banners</u> is a place where you can see a list of banners created for the current location; before any banners have been added, this list is empty. The section titled <u>Add banner</u> is where you add new banners.
 
<br /><br />
 
=== Adding banners ===
 
Adding a banner basically includes two steps: 1. Creating a banner (i.e., a container that will hold your advertising content). 2. Filling the created banner with advertising content (images, text, etc).<br />
 
<br />
 
To create a banner, you need to use the <u>Add banner</u> section on the banner management page. All you need to do is define the properties of the new banner and click '''Add'''. You do not need to worry too much about defining all the properties correctly from the very start: you will be able to edit any properties of the banner after it has been added. The following banner properties can be defined:
 
* '''Pos.''': Position of the banner among other banners displayed at the current location. In all the standard banner locations (top, bottom, left, right), banners are ordered from top to bottom.
 
* '''Categories''': Page(s) at which the banner is to be dislayed. You can select multiple items by holding down the Ctrl key. ''Secondary pages'' are pages like “Contact us”, “Register”, “My account”, etc.
 
* '''Banner width''' and '''Banner height''': These settings define the size (width and height) of the container that will be used to display banner content.
 
* '''Start date''' and '''End date''': These fields can be used to specify the period during which the banner should be displayed on the storefront.
 
* '''Banner effect''': The effect to be used for transitioning from one banner "slide" (image or other type of content) to another. This is needed only for rotating banners; for banners containing a single slide, this property will be ignored. The complete list of available effects can be seen on the [http://www.malsup.com/jquery/cycle/browser.html Effects Browser] page.
 
* '''Unlimited''':  This option sets unlimited display time for the banner. If this option is enabled, the '''Start date''' and '''End date''' fields will be ignored.
 
* '''Navigation''': This option enables a navigation bar that will allow your customers to browse specific slides within the sequence rotated by the banner:<br />[[Image:Banner_navigation.png|border]]<br />This may be helpful, for example, when a banner slide changes before a customer is done reading it; in this case, the customer can go back to the slide they were reading simply by clicking the respective icon on the navigation bar, without having to wait a whole cycle.<br /><br />
 
 
 
After you click the '''Add''' button, the new banner is added to the <u>Banners</u> list above the <u>Add banner</u> section. Now you can fill it with advertising content.
 
 
 
To add content to a banner, click the <u>Edit banner content</u> link on the respective line of the <u>Banners</u> list.
 
: [[Image:Edit_banner_content1.png|border]]
 
 
 
This opens the <u>Banner content</u> page:
 
: [[Image:Edit_banner_content2.png|border]]
 
Here you can upload images and HTML code that will be your banner's "slides". Depending on the type of content you are going to upload, use the '''Add image''' or the '''Add HTML code''' tab of the <u>Add banner content</u> section. After you click the '''Add content''' button, the slide will be added. Image slides appear in the '''Banner images''' section, HTML code slides - in the '''Banner HTML content''' section in the upper part of the page:
 
: [[Image:Edit_banner_content3.png|border]]
 
<br />
 
Note that the <u>Banner content</u> page provides a language selector which allows you to translate the textual content of your banner to all the languages supported by your store. To add a translation, use the language selector to switch the Admin area interface to the language you require, then edit the slides in the '''Banner HTML content''' subsection to replace the text pieces contained in them with your translation, and click the '''Update''' button to save the changes.<br /><br />
 
 
 
=== Managing banners ===
 
The '''Banners''' list allows you to manage banners at the current location. Each line in the list provides detailed information about a specific banner:
 
: [[Image:Banners_list.png|border]]
 
<br />
 
Detailed information about the meaning of specific banner properties (''Pos.'', ''Banner location'', ''Categories'', ''Banner width'', ''Banner height'', etc) has been provided in the [[#Adding banners | Adding banners]] section.
 
 
 
Note how information about banner display periods is color coded in the '''Banners''' list: banners marked in blue color have a start date set in the future; banners marked red are expired.
 
 
 
You can change any properties of your existing banners by editing the respective fields and clicking the '''Update''' button at the bottom. Updating the ''Banner location'' property will cause the banner to be moved from the current location to the one that has been selected from the '''Banner location''' box.
 
 
 
If you no longer need one or more of your banners, you can remove them at any time: simply selet the respective check boxes and click '''Delete selected'''.
 
 
 
You can also edit the content of any of your existing banners using the respective <u>Edit banner content</u> link. For example, you can add more slides to a banner, edit the content of existing slides, re-order the sequence in which the slides are displayed by the banner or temporarily disable certain slides.<br /><br />
 
 
 
== Banner and image size recommendations ==
 
We do not provide recommendations as to the size of banners or image slides that you should use with Banner System. Every store has its own look, so you will need to use your best judgement when deciding how big your banners should be for each location. However, you can be sure that no matter what size you define for a banner and how big an image you decide to upload as a banner slide, it will not break the rest of your site's content:
 
* A banner with the ''Banner width'' property set to a value greater than the width of the column in which it is going to be displayed will be visible only partially (up to the maximum width allowed by the respective column).
 
* An image with a size larger than the banner container in which it is going to be displayed will be resized to fit the size of the banner container while retaining aspect ratio. For example, if the width and height of you banner container are, respectively, 400px and 200px, and you upload an image whose width and height are, respectively, 200px and 340px, the image will be resized to the banner container height value (200px).<br />
 
If you wish to size your banner to the maximum width allowed by the column in which it will be displayed, the respective width can be found by looking at your store's skin-specific CSS file <u>/xcart/skin/<skin_name>/css/altskin.css</u> (or - for skins that do not have a skin-specific CSS file at the said location - in the file <u>/xcart/skin/common_files/css/main.css)</u>.
 
In this file, the width of the left and right columns of your site are set by the "width" property of the #left-bar and #right-bar elements like so:
 
<pre>#left-bar {
 
.....
 
width: 250px;
 
.....
 
}
 
#right-bar {
 
.....
 
width: 250px;
 
.....
 
}</pre>
 
According to the example above, the maximum width for banners displayed in both the left and right columns will be 250px.
 
<br />
 
Finding out the width of the main column is a bit more complicated: you need to take the values of the '''margin-left''' and '''margin-right''' properties (or the respective values as specified by the '''margin''' shorthand property) of the '''#center-main''' element and subtract them from the the value of the '''width''' property of the '''#page-container''' element. For example, if we have a look at the <u>altskin.css</u> file for the ''ideal_comfort'' skin, we'll see that '''#page-container''' width is specified as 960px:
 
<pre>#page-container {
 
  width: 960px;
 
  ...
 
}</pre>
 
whereas the margin properties of the '''#center-main''' element are specified as "margin: 0 0 0 270px;":
 
<pre>#center-main {
 
  margin: 0 0 0 270px;
 
}</pre>
 
(The format is "margin: top right bottom left;", so '''margin-right''' property is 0 and '''margin-left''' is 270px). Now if we add up 0 and 270px, and subtract the resulting value from 960px, we'll get 690px. This means that the maximum width for banners displayed in the main column (both the top and bottom locations) is 690px.
 

Latest revision as of 12:02, 26 September 2012