subhansanjaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Lightbox] Any update coming soon?@fooey Sorry for the late reply. The plugin should work with the latest version of WP 5.8.2. I test the plugin when there is a new release. If there is a new feature request, please let me know. Thanks.
Hi @vipini,
Can you please try the following code? Please make sure to update the 3595 with your slider id.
<?php echo do_shortcode("[carousel-horizontal-posts-content-slider id='3595']"); ?>
Forum: Plugins
In reply to: [Responsive Lightbox] Can I add a different link to every image?@tattoofinders Hi, we provide customization services. Can you please send your query to [email protected]? Thank you.
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Add post date in title@frankgorillase Hi, Sorry for the late reply. I have added an option to display the date on the latest version of the plugin. You can also display multiple sliders now.
Forum: Plugins
In reply to: [Responsive Lightbox] WP 5.6 breaks plugin@akuzma I just replied to your message.
Forum: Plugins
In reply to: [Responsive Lightbox] WP 5.6 breaks plugin@zudie Do you have any other Lightbox plugin enabled? Can you please send me a link? So I can have a look.
Forum: Plugins
In reply to: [Responsive Lightbox] Responsive Lightbox appears broken with WordPress 5.5@spaceling I tested it on WPv5.6. It should be working fine now. Can you please send me a link? So I can have a look.
Thanks,
SubhanForum: Plugins
In reply to: [Responsive Lightbox] Gallery plugin@maddogtvdinners We also provide customization services for our plugins. Please contact me via the contact page of our website, if you are interested. Thank you
Forum: Plugins
In reply to: [Responsive Lightbox] WP 5.6 breaks pluginHi @zudie,
Can you please try the updated plugin? Please also make sure there is no script errors caused by other plugins. You could try https://www.ads-software.com/plugins/enable-jquery-migrate-helper/
Thanks,
SubhanForum: Plugins
In reply to: [Responsive Lightbox] Responsive Lightbox appears broken with WordPress 5.5HI @spaceling, @r4hypnotherapy, @niallasd, @krysar,
Sorry for the late reply. Please try the updated plugin and let me know. It should work fine now. I have fixed all the deprecated warnings related to the plugin.
Thanks,
SubhanForum: Plugins
In reply to: [Responsive Lightbox] Gallery pluginHi @maddogtvdinners,
Sorry for the late reply.
You could check our carousel plugin: https://weaveapps.com/shop/wordpress-plugins/carousel-horizontal-posts-slider-wordpress-plugin/
Thanks,
SubhanForum: Plugins
In reply to: [Responsive Lightbox] How do I actually add a manual lightbox?Hi @nykess,
Sorry for the late reply. You can simply add your image or gallery to your post and make sure to link or attached images to media file. So when you click on the thumbnail or small images it will open the large image in lightbox.
Please follow the instruction on this page, if you want to add lightbox manually. If you have any further questions, please let me know.
Forum: Plugins
In reply to: [Responsive Lightbox] Responsive Lightbox appears broken with WordPress 5.5@spaceling Can you please provide me a link or let me know in details if you know what is causing the issue? So I can fix it and update the plugin. Thank you.
Forum: Plugins
In reply to: [Responsive Lightbox] rel=“lightbox[gallery-0] doesn’t work@agramonis If you can display all the images of your post on your gallery page and then you can hide associated images using css except the main image or the image you already displaying. You can use a class for the associated images and hide them using css. ex: visibility: hidden;
Forum: Plugins
In reply to: [Responsive Lightbox] rel=“lightbox[gallery-0] doesn’t work@agramonis Hi, rel attribute of the code need to be changed for the each gallery. Please also make sure to add the code to the gallery associated pictures. For instance gallery 1: rel=”lightbox[gallery-1]”
gallery 2: rel=”lightbox[gallery-2]”I have corrected the quotation marks of this on your code:
rel=“lightbox[gallery-0]“
to thisrel="lightbox[gallery-0]"
??- This reply was modified 5 years, 1 month ago by subhansanjaya.