9
Magento Responsive Photo Gallery Documentation Note:-This plugin is for single domain only.Please do not share or use to other site. Contents How to install Responsive Photo Gallery to your magento site? ..................................................................................................... 2 How to add new responsive photo gallery to your magento site? .................................................................................................. 4 How to add images responsive photo gallery to your magento site? ............................................................................................. 6 How to add Responsive Photo Gallery to frontend theme? ........................................................................................................... 8 Support ......................................................................................................................................................................................... 9

Magento Responsive Photo Gallery Documentation · How to add Responsive Photo Gallery to frontend theme? A. Direct add Gallery view to magento cms page. To add Responsive photo gallery

  • Upload
    others

  • View
    30

  • Download
    0

Embed Size (px)

Citation preview

Magento Responsive Photo Gallery Documentation

Note:-This plugin is for single domain only.Please do not share or use to other site.

Contents How to install Responsive Photo Gallery to your magento site?..................................................................................................... 2

How to add new responsive photo gallery to your magento site? .................................................................................................. 4

How to add images responsive photo gallery to your magento site? ............................................................................................. 6

How to add Responsive Photo Gallery to frontend theme? ........................................................................................................... 8

Support ......................................................................................................................................................................................... 9

How to install Responsive Photo Gallery to your magento site?

1. Just login to your website admin panel.

2. After login to magento Before Instillation do following for safe installation of any magento extension

Disable Compilation from systemToolsCompilation (You can re-enable after installation complete)

Click on Disable (If already disable then ignore step) It is advisable to keep it disabled some other extension

may have problem. This extension work with compilation enabled. You can enable after installation, after

installation complete click on run compilation Process and enable it.

There are two ways to install Responsive Photo Gallery

a. Install it via magento connect: - just go to magento connect manager and upload file inside “upload-via-magento-

connect/Niks_Responsivephotogallery-0.1.0.tgz” folder. After upload complete go to magento admin systemCache Management and select all and clear cache of magento.

b. Install it using direct upload using ftp: - Just go your site ftp manage and upload files and folders inside “Ready-to-

paste-magento” folder to root of your magento. After upload complete go to magento admin systemCache Manage

How to add new responsive photo gallery to your magento site?

a. After successfully install responsive photo gallery in admin panel there is new menu added “Responsive Photo Gallery” just click on “Manage Responsive Photo Gallery”.

b. Fill photo gallery info and save it.

How to add images responsive photo gallery to your magento site?

a. Click on “Manage Images”

b. Click on “Add Image”

c. Fill the image information and click on “Save Image”

How to add Responsive Photo Gallery to frontend theme?

A. Direct add Gallery view to magento cms page.

To add Responsive photo gallery to magento cms page.Just go to cmspages and open page where you want to add

gallery view.for example you want to add gallery view to home page.click on “Home” and click on “Content”

In cms page content add following code

{{block type='responsivephotogallery/responsivephotogallery' responsivephotogallery_id="1"

template='responsivephotogallery/responsivephotogallery.phtml'}}

Where responsivephotogallery_id is your responsive photo gallery id it is depends on your photo gallery id.

B. How to add Responsive Photo Gallery to theme .phtml file

Add following code into your phtml file

<?php

echo Mage::getSingleton('core/layout')->createBlock('responsivephotogallery/responsivephotogallery')-

>setTemplate('responsivephotogallery/responsivephotogallery.phtml')->setResponsivephotogalleryId(1)->toHtml();

?>

Where setResponsivephotogalleryId(1) is your actual Photo Gallery id.

Support

You can ask for support on [email protected] It may take 12 hours because of Time zone difference.