The Configuration of Mconnect Brand Logo Slider Magento Extension:
To know how to install this extension visit our video section.
Before you proceed with using the extension, you need to do the configuration of the extension as shown below:
1. Sign in to the Magento configuration panel.
2. Navigate to 'system' menu and select 'configuration' menu option.
3. Scroll down in Configuration to find 'M-Connect Media Extensions' click on 'Brand Logo Settings'.
Brand Logo Settings Screen opens.
- Enable/Disable Brand Logo: Set 'Yes' to display the brand logo at the storefront.
- Brand Logo Title: This is your brand name which will be displayed above the brand slider at a storefront.
- Slider Width: This is the width of your brand slider in pixels.
- Move Slides: The number of slides entered here will be moved in a transition.
- SlideShow Speed: Speed at which the slide transition will be performed. Slide transition duration is in the milliseconds.
- Enable Auto Slide: Allows auto slide transition at the storefront.
- Enable Push on Hover: Set this to 'Yes' to stop any slide by mouse hovering on it.
- Enable Pager: Displays the slider pages.
- Min Slides: This is the total number of slides that will be displayed during lowest resolution on one page.
- Max Slides: This is the total number of slides that will be displayed during highest resolution on one page.
4. Click on 'Save Config' to save the configuration settings.
How to Add Brand Logo?
1. Navigate to 'Manage Brands' in Brand Logo Menu.
2. Add a new brand logo by clicking on 'Add Brand Logo' button.
Add Brand Logo Screen opens.
3. Enter the Brand Logo information as shown below:
- Title: Name of the brand logo.
- File: Select and upload an image for the brand logo.
- URL: Enter the brand URL to direct the user to the particular brand or enter the product URL to open the particular brand product page.
- Status: Keep the brand logo 'enabled' to display at the storefront. To hide the brand logo, select 'disabled' option.
4. Click on 'Save Brand Logo' button to save the details.
The particular Brand Logo will be added to the list at admin panel and also at the storefront.
FRONT END:
After successfully creation of the brand logo slides, you need to use below mentioned code to display the brand logo slider:
FOR CMS PAGE :
Paste the following code in your CMS page:
{{block type="brandlogo/brandlogo" name="brandlogo" template="brandlogo/brandlogo.phtml"}}
FOR TEMPLATE FILE [.PHTML]
Paste the following code in your template file:
<?php echo $this->getLayout()->createBlock('brandlogo/brandlogo')-
>setTemplate('brandlogo/brandlogo.phtml')->toHtml(); ?>
Comments
0 comments
Please sign in to leave a comment.