arcware
Forum Replies Created
-
I assume you’re using the Image Tiles template… one way you could do this today is to use 3 of MaxGalleria’s filters and return an empty string from each one. To do this, add the following to your functions.php file:
add_filter('maxgalleria_image_tiles_lightbox_script', 'clear_mg_lightbox_scripts', 10, 1); add_filter('maxgalleria_image_tiles_easing_script', 'clear_mg_lightbox_scripts', 10, 1); add_filter('maxgalleria_image_tiles_main_script', 'clear_mg_lightbox_scripts', 10, 1); function clear_mg_lightbox_scripts($script) { return ''; }Forum: Plugins
In reply to: [MaxGalleria] Cannot Select Gallery TypeI still think it’s a javascript issue somewhere. If I could login to your WP admin I might be able to pinpoint the exact cause. Send credentials to dave AT maxfoundry DOT com.
Forum: Plugins
In reply to: [MaxGalleria] No lightboxCan you post the URL for where this is happening?
Forum: Plugins
In reply to: [MaxGalleria] Trouble inserting a hyperlink in image captionWhat is the exact hyperlink you are entering into the caption field?
Forum: Plugins
In reply to: [MaxGalleria] Cannot Select Gallery TypeSounds like a possible javascript conflict. Do you mind if I login to your WP admin to take a look? Send credentials to dave AT maxfoundry DOT com.
Forum: Plugins
In reply to: [MaxGalleria] No lightbox?OK, well, if you use MaxGalleria again, let us know and we’ll take a look.
Forum: Plugins
In reply to: [MaxGalleria] No lightbox?I’m not able to reproduce this issue. Can you post the URL for where this is happening?
Forum: Plugins
In reply to: [MaxGalleria] Trouble inserting a hyperlink in image captionWhat template are you using? Can you post a link to the URL where this is occurring?
Forum: Plugins
In reply to: [MaxGalleria] images outside the media folderBecause MaxGalleria integrates tightly with the built-in WordPress media management, this isn’t an option at this time, sorry.
Forum: Plugins
In reply to: [MaxGalleria] doenst save optionsMarking as resolved.
Forum: Reviews
In reply to: [MaxGalleria] ImpressedPagination is coming, just taking longer than we expected. But we want to make sure it’s done properly.
Forum: Plugins
In reply to: [MaxGalleria] import from nextgenGlad to hear it, closing this thread.
Forum: Plugins
In reply to: [MaxGalleria] Switch from MaxGalleria Lite – No PicturesMarking as resolved.
Forum: Plugins
In reply to: [MaxGalleria] where does it store the galleries ?Closing this thread.
Forum: Plugins
In reply to: [MaxGalleria] doenst save optionsFYI, we just released version 2.2.1 of MaxGalleria which contains the fix for this issue.