Hi,
Thanks for five star rating, though title of the review does not justice with the rating……:)
Well, next time if you have any issue with the plugin, you can post a query in “Support” section of the plugin (see the link in the right sidebar)
When I installed and enabled this plugin, the theme I use (MetroMAG theme) crashed
How the theme crashed?
Can you enable WordPress debugging, install the plugin and let me know the issue/error displayed?
To enable debugging in WordPress, open “wp-config.php” file (located in your WordPress root folder) in code editor, search following code:
define('WP_DEBUG', false);
and replace above with following:
define('WP_DEBUG', true);
Save the file. Once you have noted the error/issue, undo the changes made in “wp-config.php”