Using the lite version and have just created a gallery on a development site (not public). My problem is that when I click on an image in the GT3 gallery it also opens the theme lightbox beneath – so I get two lightboxes displayed.
I can turn off the theme lightbox and the GT3 gallery works as required but then I lose the lightbox function on my woocommerce product pages elsewhere on the site.
Can you offer a solution?
Thanks
]]>I have created a masonry gallery with 3 columns, and a margin of 8px.
My thumbnail size has a width of 438px (this is the correct and optimal thumbnail size for my website, in combination with the settings above).
The problem I am running into now is that the middle column of the gallery deviates 1px from the left and right columns. So I now have: 438px – 439px – 438px.
I use images with a text watermark and this causes blurred images in the middle column. I have already played around with the margin settings, but I can’t get it to work.
Is it possible to have 3 equal columns? And the remaining one pixel may be used for margin.
]]>I want to hide the hover + (plus symbol), but the overlay color needs to stay active.
How can I do this?
I have a gallery od 30 imgaes that show up on a GT3 gallery layout. when saving and viewing there are no images. As well, in the GT3 gallery layout, how do you adjust the width of the overall image area? And the image size choaices are limited however choosing a size does nothing. I think this ia a WordPress issue as it has been a real dogs breakfast to try and do the SIMPLEST design tasks.
]]>I have the PRO version which allows downloads of images. This is what I want for publicity downloads and the reason I bought the PRO version, but it downloads a .webp version of the image instead of the original .jpg I uploaded. Is there a way around this using your plugin?
]]>Re: GT3 Photo & Video Gallery – Grid
Been working on a portfolio page – using a 6 column layout.
Images are arranged into 14 sections. Clicking a thumb > goes to Lightbox.
Is it possible to have the Lightbox background completely opaque?
Is it possible to add a drop-shadow to each of the thumbnails?
]]>Hey everyone,
I’ve been having a bit of a problem with lightbox lately. Whenever my image captions get too long, lightbox just cuts them off, and I can’t see the entire caption. It’s super frustrating because sometimes the caption contains important details that I don’t want to miss out on. Does anyone know if there’s a way to make the full caption show up in lightbox, no matter how long it is? Any tips or tricks would be greatly appreciated! Thanks!
]]>I am using the GT3 Photo & Video Gallery – Masonry and I have disabled the SHOW IMAGE TITLE OPTION, yet titles are displayed as usual in Lightbox.
I don’t want to delete the images titles in the Attachment Details in Media.
]]>Hi to all, it is possibile to show only 8 images with a shortcode? Now it shows every photos but i want to use the same shortcode on homepage where it is impossible to show every photo. Thanks
]]>Hi, I’ve got an issue with an image gallery.
I uploaded an image in a gallery with links towards a category page. Since that, my category page redirects to the image one. On the 8-image gallery (all image having a link to a category page), this is the only one with that 301 redirect.
Here is the image page:
https://firststepaway.com/wp-content/uploads/2023/10/italie.png
And the category page:
https://firststepaway.com/italie
How is it possible to delete the redirect (=keeping the category page visible instead of the image page)?
Many thanks for any help!
]]>Hi. I got both the free and premium versions of the plugin. Using Gutenberg. The issue is with the theme, which is custom, and the developer is not available anymore. I am trying to register the plugin in the theme’s functions.php with:
function register_gt3_custom_blocks() {
register_block_type(
'gt3-photo-video-gallery', // Replace with the actual block name
array(
'editor_script' => 'editor.js', // Replace with the script handle used by the plugin
'editor_style' => 'editor.css', // Replace with the style handle used by the plugin
)
);
}
add_action('init', 'register_gt3_custom_blocks');
But it looks like I am doing something wrong since in Gutenberg, the block with the plugin’s gallery doesn’t appear. How can I register this plugin in my theme? Thanks
]]>Hi,
I installed the light version with all the default settings. I went to add a new post (Gutenberg editor) and add the “GT3 Photo & Video Gallery – Grid” block. After I select a couple photos from the media library, I get the following error:
Error loading block: <p> There has been a critical error on this website.</p>
Thinking it might be a plugin incompatibility, I deactivated all plugins except GT3. Same error occurs.
Thinking it might be some kind of theme incompatibility, I changed to the Twenty Twenty Three theme. Same error occurs.
I believe I’m more or less on a base install of WordPress and I have this error. What am I doing wrong, please?
WordPress 6.3.1
GT3 2.7.7.18
]]>I did not check all the web site, but it happened to this particular page. From the error code it looks like it is related to GT3. Can you kindly look at the error and confirm?
The error code on the admin part looks like:
Fatal error: Uncaught Error: Cannot access protected property GT3\PhotoVideoGalleryPro\Block\Masonry::$defaultSettings in /home/finpro/finpro.group/www/wp-content/plugins/gt3-photo-video-gallery-pro/core/cpt/gallery/init.php:1154 Stack trace: #0 /home/finpro/finpro.group/www/wp-includes/shortcodes.php(395): GT3_Post_Type_Gallery->render_shortcode(Array, '', 'gt3-gallery') #1 [internal function]: do_shortcode_tag(Array) #2 /home/finpro/finpro.group/www/wp-includes/shortcodes.php(235): preg_replace_callback('/\\[(\\[?)(sc|gt3...', 'do_shortcode_ta...', '\n<div style="he...') #3 /home/finpro/finpro.group/www/wp-includes/class-wp-hook.php(310): do_shortcode('\n<div style="he...') #4 /home/finpro/finpro.group/www/wp-includes/plugin.php(205): WP_Hook->apply_filters('\n<div style="he...', Array) #5 /home/finpro/finpro.group/www/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1864): apply_filters('the_content', '<!-- wp:spacer ...') #6 /home/finpro/finpro.group/www/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(569): WP_REST_Posts_Controller->prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #7 /home/finpro/finpro.group/www/wp-includes/rest-api/class-wp-rest-server.php(1188): WP_REST_Posts_Controller->get_item(Object(WP_REST_Request)) #8 /home/finpro/finpro.group/www/wp-includes/rest-api/class-wp-rest-server.php(1035): WP_REST_Server->respond_to_request(Object(WP_REST_Request), '/wp/v2/posts/(?...', Array, NULL) #9 /home/finpro/finpro.group/www/wp-includes/rest-api.php(545): WP_REST_Server->dispatch(Object(WP_REST_Request)) #10 /home/finpro/finpro.group/www/wp-includes/rest-api.php(2911): rest_do_request(Object(WP_REST_Request)) #11 [internal function]: rest_preload_api_request(Array, '/wp/v2/posts/79...') #12 /home/finpro/finpro.group/www/wp-includes/block-editor.php(743): array_reduce(Array, 'rest_preload_ap...', Array) #13 /home/finpro/finpro.group/www/wp-admin/edit-form-blocks.php(77): block_editor_rest_api_preload(Array, Object(WP_Block_Editor_Context)) #14 /home/finpro/finpro.group/www/wp-admin/post.php(187): require('/home/finpro/fi...') #15 {main} thrown in /home/finpro/finpro.group/www/wp-content/plugins/gt3-photo-video-gallery-pro/core/cpt/gallery/init.php on line 1154
There has been a critical error on this website. Please check your site admin email inbox for instructions.
Learn more about troubleshooting WordPress.
]]>
Hi,
I’m in an a post, I insert a GT3 block and I select medias in galery. If I insert a feature image after that, all medias disappear.
You can a video here: https://www.loom.com/share/77dc7012793d408983a5b912dda48ae6
Best regards
Willy
]]>Hello,
I want to display my personal videos (therefore imported from my local disk in .mp4 format) in the form of a grid but when I’m in the block editor (Gutenberg), and select this plug-in, on the side, when I click on the “Add media” button (it only takes images and not videos… :-(( ) it adds the images well (a counter is incremented) and presents them in 3 columns (choice made at the start) but impossible to do the same for my videos…(or there is a manipulation that I am doing wrong)?? .
In addition, I struggle for several days with this problem even trying with other plug-ins (All-in-One-Video, Gallery, ..) I have the same problem !!! (It never takes the video format when it is expected if I understood correctly…)
Rem: to display my photos (images) this time in a grid, I used Photo Gallery and it worked perfectly (Very easy to use), I don’t understand why he doesn’t use this (simple) method for videos??? Thank you so much :!!! :-))
]]>Hello there, currently using 4 plugins from GT3:
However, since few days ago all images/icons not showing on live website (but its showing when i edit the page with elementor). Wondering what is the best way to solve the issue since most of my image is attached using GT3 Plugin?
]]>I am testing WordPress 6.3. The selected images are not visible in the gallery.
Hi,
I am a pro user.
I created a gallery, but the title from the Gallery is NOT showing.
Tried everything, but nothing seems to work to make it visible.
Thanks,
Olivier van Liempt
]]>Hi,
When I upload several images in a post from block GT3 gallery, I can’t select the images. I have to refresh my page for that. Have you an issue?
Best
]]>Hello guys, I’m creating post today and when I create new gallery, ad image, set columns to 1 and confirm, it looks fine in the page while editing, but when I save and go Preview or refresh the page, the settings is not saved. Screen recording for better understanding here. I see you did update few hours back, none of my others plugins did, so it has to be issue here. Can you please look at it?
]]>Hi, there is used your elementor block “team”, in gt3 is lazy loading turned on but is not working.
EDIT: my bad seems like it is not part of this plugin
Hi,
I create a page, add a GT3 block. Click on Add Media, select the photos. They show-up on the right side but do not populate the block.
Can you help?
Thanks.
Bruce
]]>atal error: Uncaught Error: Call to undefined function gt3_option() in /home/u825297913/domains/akashgadhave.com/public_html/wp-content/plugins/gt3-themes-core/core/theme-adding-functions.php:248 Stack trace: #0 /home/u825297913/domains/akashgadhave.com/public_html/wp-includes/class-wp-hook.php(307): GT3_GridList_WOO->setup() #1 /home/u825297913/domains/akashgadhave.com/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters() #2 /home/u825297913/domains/akashgadhave.com/public_html/wp-includes/plugin.php(524): WP_Hook->do_action() #3 /home/u825297913/domains/akashgadhave.com/public_html/wp-includes/class-wp.php(787): do_action_ref_array() #4 /home/u825297913/domains/akashgadhave.com/public_html/wp-includes/functions.php(1330): WP->main() #5 /home/u825297913/domains/akashgadhave.com/public_html/wp-blog-header.php(16): wp() #6 /home/u825297913/domains/akashgadhave.com/public_html/index.php(17): require(‘/home/u82529791…’) #7 {main} thrown in /home/u825297913/domains/akashgadhave.com/public_html/wp-content/plugins/gt3-themes-core/core/theme-adding-functions.php on line 248
There has been a critical error on this website.
Hi
So I’ve changed to gt3 gallery, and while I love the design I do have two small issues that I just can’t figure out how to fix.
First of all, the navigation goes from left to right, but I want it to go from right to left.(meaning, the first image of the gallery should be the first one on the right side). is that possible?
Secondly, I don’t want it to loop, but instead to stop at the last image. is that possible?
Would appreciate your help.
Thank you
Hello, first off thanks for the plugin!
When I edit an image on gallery there is a field called “External Link”. What is it supposed to mean?
It will be really nice if it created a link over the image thumbnail, so if user clicks this image, she will be redirected to the link, instead of opening the full image in lightbox.
]]>Hello, first off thanks for the plugin!
YouTube videos was working perfectly then suddenly stopped working, it keeps loading forever and the youtube frame never shows up.
I’ve found this at the console debug:
Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://www.youtube.com’) does not match the recipient window’s origin (‘https://mysite.com’).
Uncaught TypeError: p.player.pause is not a function
videoFactory https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
on https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
videoFactory https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
textFactory https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
textFactory https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
createElement https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
loadElement https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
loadElements https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
handleSlide https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
handleSlide https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
onslide https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
initialize https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
initialize https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
r https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
r https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
c https://mysite.com/wp-content/plugins/gt3-photo-video-gallery/dist/js/frontend/lightbox.js?ver=1655301259:1
]]>
Hello, first off thanks for the plugin, it’s the better I’ve found at WP plugins repository after a long research.
I’ve just found this issue: when I open a youtube video in lightbox, play it and then close it (close the lightbox), its audio playback keeps playing. It’s like the video keeps playing in the background. But when I close the lightbox with some video playing in it, I expect the video playback closes at all.
]]>Hello and many thanks for this great plugin. However, Im facing font issue in the lightbox/gallery. When I use cz language characters like ???? for the picture name, they are showing in different font. Using ???? for the picture title seems fine. As example please see the last 7 pictures on the bottom of the page bellow. Can anyone please take a look and fix this or maybe advise how to fix this? Many thanks! BR Daniel
]]>My license to the pro version has expired and renewing fails when transferring to PayPal (error is “Things don’t appear to be working at the moment. Please try again later.”).
Is GT3 still a going concern or has it gone out of business? If it has gone out of business, how do I continue using the pro version (the plugin is coded such that an expired license causes the plugin to no longer function)?
Thanks!
]]>Hi, is there an option to choose the order of the gallery categories are displayed. In the screenshot I’m showing exactly what I mean – https://prnt.sc/qKA012E2ZV42
]]>