Hi,
I’m aware that the plugin says it’s not been tested on WordPress 4.1.1 but I was wondering if there might be a reason the shortcode for this plugin isn’t working?
I’ve tried the provided shortcode in the text-editor for that post:
[mgop_gallery slug="gallery-for-apartment" markup="ul"/]
I’ve then also tried it in my template:
<?php echo do_shortcode('[mgop_gallery slug="gallery-for-apartment" markup="ul"/]'); ?>
But neither seem to be working.
Are you able to help?
Thanks!
]]>Hi there I would like to have the ability to open up the images in an lightbox. How would I go about doing that?
]]>Hi, i want to edit gallery and images. also want to display a description to each image in gallery.
]]>Hello, another problem occurred while “traveling” through servers ??
On some hosting servers the plugin throw:
Parse error: syntax error, unexpected 'function' (T_FUNCTION) in /home/afrafurn/public_html/wp-content/plugins/multiple-gallery-on-post/functions.php on line 1
..and similar error for admin/metabox.php unexpected 'class' (T_CLASS)
.
This may be a result of bad file encoding, line endings and lack of space near <?php
.
For sure the both files come with Mac line endings, but not UNIX.
I would suggest inserting a blank line after <?php
also.
This might help to resolve the issue. ??
Also I have inserted one extra space charater ” ” after the initial <?php
tag to fix the issue.
Regards
]]>Hello,
First of all I would like to mention that the plugin is great! ??
I would like to report a minor issue where a notice is rised from the code. The problematic file is /admin/metabox.php on line 99, in the if statement.
The notice is regular for undefined index, which might be fixed with isset
check, like (if statement is skipped to be more clear):
is_array( $vars ) && isset( $vars['active'] ) && $vars['active']
That is the only one I have encountered to the current moment, which means the code is well written and in case I find any other I will write here.
Thanks
]]>