Bogdan Bendziukov
Forum Replies Created
-
Forum: Plugins
In reply to: [Device Wrapper] Shortcode doesn’t workCorrect!
Forum: Plugins
In reply to: [Device Wrapper] Shortcode doesn’t workHello @tubescreamer,
To use a YouTube video as a source, you need to provide
media_type="iframe"and update your video’s URL to look like this: https://www.youtube.com/embed/YOUR_VIDEO_IDAlso please note, that autoplay option is valid only for video media types, not for embedding videos like YouTube or Vimeo. I’ll probably add that feature in the next release though.
So to sum up, the correct shortcode for your YouTube video will be like this:
[device-wrapper src="https://www.youtube.com/embed/FW0VdAYF8ro" media_type="iframe"]Hey @jordi-mont,
Thank you for indicating the error. Just resolved it and updated the plugin with the fix.
Please update the plugin as well to the latest version and let me know if the issue was resolved for you.
Forum: Plugins
In reply to: [Device Wrapper] “Block rendered as empty” errorGlad to hear that, you’re welcome!
Forum: Plugins
In reply to: [Device Wrapper] “Block rendered as empty” errorHi @plequere,
I’ve just updated the plugin and changed the way it grabs the SVG code for the devices. So now it should work with protected sites.
Please update the plugin to the latest version and let me know if it works for you.
Forum: Plugins
In reply to: [Device Wrapper] “Block rendered as empty” errorHey @plequere ,
What kind of protection does it use? Is it a firewall or a simple HTTP password authentication?
Hi @thietbiquayphim ,
Yes, Squeeze plugin has lifetime packages for a single site and for unlimited sites.
On the checkout page you just need to check the toggle, right above the “Review order” button:
Thank you @shao0922 for your review, very appreciated!
Hey @hrohh,
thanks for pointing at that, will be updated in the next release!
Hey @shao0922
Yes, that’s a good point, I will add that feature.
Thank you so much for your review @kriskorn !
I really appreciate it!
Hey @neilsavage,
Have you resolved that issue? Was that because of the plugin or something else caused it?
Hey @neilsavage,
Sorry to hear that! I’ve checked that on several sites with the latest update of the Squeeze plugin and couldn’t reproduce that bug. In this plugin I didn’t modify anything related to the feature image selection.
Can you please check your console for any errors and send here a screenshot from it?
You can open your console by pressing Ctrl+Shift+I (or Option + ⌘ + C). Then switch to the Console tab:
https://prnt.sc/NQ1Fth3BydFJForum: Plugins
In reply to: [Device Wrapper] Video is not auto playingAwesome!
Forum: Plugins
In reply to: [Device Wrapper] Video is not auto playingYou should explicitly provide values for the autoplay and loop attributes, so your shortcode looks like this:
[device-wrapper src="…/wp-content/uploads/2025/01/benevento-site-hero.mp4" device="macbook_pro" bg_color="black" autoplay="1" loop="1"]