Created: 04/03/2018 - V:1.0
By:© FWD (FUTURE WEB DESIGN)
Email: tibi_diablo@yahoo.com
Thank you for purchasing our plugin. If you have any questions that are beyond the scope of this help file, please feel free to email via our email. Thanks so much!
Please note that the Revolution Multimedia Gallery Wordpress Plugin installation and configuration is not complicated but because it has a lot of customizable settings it might seem complicated, so please go through the entire help file and watch the video tutorial before trying to install it into your own Wordpress site and pages.
When something is wrong with the gallery or an error occurs, a red info box with the problem description will appear over the gallery. Please note that this box is there to help you understand the problem, for example if an image file is not found the box will appear and inform you about the problem.
The Revolution Multimedia Gallery Wordpress Plugin skin is constructed from .png images, only a few settings for changing colors are possible like changing the thumbnail border or scrollbar text colors etc. If you want a different skin the .png files must be modified. You can find the 2 skins in the "wp-content/plugins/fwdrmg/load/" folder. The skin is really flexible allowing you to customize the gallery as you like. We have a great designer so if you need a custom skin please contact me!
Here is the link to the YOUTUBE VIDEO TUTORIAL.
To install the Revolution Multimedia Gallery Wordpress Plugin in your Wordpress site, you just need to follow the video tutorial using the "fwdrmg.zip" file, or you can also upload and install it manually if you need to, just unzip the file and copy the "fwdrmg" folder to your "wp-content/plugins/" directory. More is explained in the youtube video tutorial like creating playlists with categories, adding thumbnails and presets, etc.
The following lists represent all the public API functions and event listeners that you can use from the gallery externally:
Methods:
Name | Method | Description |
---|---|---|
gotoNextItem |
gotoNextItem():void | Load and show the next RMG item. |
gotoPrevItem |
gotoPrevItem():void | Load and show the previous RMG item. |
goFullScreen |
goFullScreen():void | Opens the gallery in fullscreen mode. |
share |
share():void | Share current item on facebook. |
getCategoryId |
getCategoryId():int | Returns the current category id. |
getItemId |
getItemId():int | Returns the current item id. |
getCategoryName |
getCategoryName(categoryId:int):String | Returns the current category name, it has an optional parameter that allows to get the category name based on id, for example if you need the second category name this method can be called like this myRMG.getCategoryName(1);. |
updateCategory |
updateCategory(id:int):void | Update the category based on the id parameter, this id represents the category to load starting from 0 (zero). |
Event listeners:
Event | Prefix | Description |
---|---|---|
ready | FWDRMG.READY | Dispatched when RMG API is ready to be used. |
categoryUpdate | FWDRMG.CATEGORY_UPDATE | Dispatched when RMG a category is changed. |
itemUpdate | FWDRMG.ITEM_UPDATE | Dispatched when RMG item is changed. |
You can access the gallery instances by their order in the page with the "fwdrmg" name with its order after it, starting from 0. For example if you have 2 instances their names are "fwdrmg0" and "fwdrmg1". Here is an example how to use the API in the Wordpress editor:
This component was made by Tibi from FWD (FWDesign) FUTURE WEB DESIGN, for more information and support contact me at tibi_diablo@yahoo.com
Once again, thank you so much for purchasing this item. As I said at the beginning, I'd be glad to help you if you have any questions regarding this plugin and I'll do my best to assist.
FWDesign