Cliff
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Video Lightbox] Caption Link Not Working in WooCommerce GalleryThanks for the reply!
It turns out that I’m using a custom plugin for the WooCommerce gallery, so I can different galleries for each product variation. I got in touch with that plugin developer to see if he could help getting the gallery caption YouTube link to open in a lightbox, and this was his response:
——
Unfortunately there aint much I cant do there. What you want will not work because the element is added dinamicly to the DOM and it’s not loaded on page load. Meaning that WP Video Lightbox will not find this new element added and for that reason will not trigger the Lightbox.You have to somehow make WP Video Lightbox detect new DOM elements.
——I’m not asking you to write any code for me, but can you point me in the right direction for how I could get WP Video Lightbox to detect new DOM elements?
Thanks!
Forum: Plugins
In reply to: [WP Video Lightbox] Caption Link Not Working in WooCommerce GallerySure,
Bare link:
click hereShortcode:
[video_lightbox_youtube video_id=”0We-eR4RiNU” width=”640″ height=”480″ anchor=”click here”]The link is in an image caption, and the lightbox works fine when I place the image with caption on a page using “Add Media”.
The lightbox doesn’t work when I add the image to a WooCommerce gallery. The link just opens up the YouTube page.
I imagine that this is related to the rel=”wp-video-lightbox” part of the link. Any ideas why that might not be working inside of a WooCommerce image gallery?
Thanks for your help with this!
Forum: Plugins
In reply to: [Smart Slider 3] Version 3.2.12 broke my sliderJust sent. Thanks!
Thanks for looking into this Tobias. I suspect that you probably won’t be able to duplicate this problem on Linux, which I know makes it hard to look into.
The problem is that, on OSX in Chrome, using a horizontal scrolling gesture (using a two finger sideways motion on trackpad or one finger sideways on magic mouse) the table doesn’t scroll left or right.
The horizontal scrolling motion does work on OSX in Safari and, I think, on Windows 10 browsers too. It’s only a problem with OSX Chrome specifically, *and* it’s only a problem when the theme’s smoothscroll.js is enabled.
There was a presentation of the website today, so as a solution for the presentation, I added the horizontal scrollbar on Chrome using the ::-webkit-scrollbar CSS pseudo element, which is why you were able to see the scrollbar there when you looked.
With the horizontal scrollbar there, I think that’s good enough, so there’s no need for you to look into this issue any further on my behalf.
Thanks again for looking into it and for making a great plugin!
– CliffHi Tobias,
Sure, you can view the table here.
https://waterloohouseofrefuge.ca/logbook/I’ve actually re-enabled the smoothscroll.js on the theme because after the change a user was unable to scroll down pages on the site.
Anyway, this means that the horizontal scrolling bug in Chrome on OSX is back. You can click and drag selecting text that is out of frame to view it, but you can’t scroll there.
Thanks for looking into this!
Hi Caimin,
Yes, I think that I do. In Settings > Emails the Pending Booking Email has an email subject set as Booking Pending. That should activate it, right?
The thing is that the Booking Details status for this isn’t showing as Pending, it’s Awaiting PayPal Payment (aka Awaiting Online Payment).
When I’m clicked in Edit Booking on one of these Awaiting PayPal Payment bookings, and I click “Resend Email” it returns with the message “No emails to send for this booking.”
Thoughts?
Forum: Plugins
In reply to: [Smart Slider 3] Is this compatible with WPML?Thanks! I’ll check it out and let you know if anything doesn’t work.
Thanks Cory, it worked perfectly!
Kay69, I’m not sure if this will work for you, but here’s how I was able create a Duplicator package with the MySQLi registering a fail.
1. Everything else on the server passed. Only MySQLi showed as fail.
2. Use your code inspector to find the Next Button and remove disabled=”disabled”.
3. Click the next button and continue creating the Duplicator package.Keep in mind, this only works for creating the package, not for installing the package. The server where I installed the package does have MySQLi support.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack breaks image scalingI was also having the image editing NaN issue and this fix worked for me too.
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] offset_xx="0" not workingI just tested out the new code at your GitHub and it works perfectly. Thanks for the quick response and the great plugin!