eedee
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Image size reduced@and_or Gutenslider uses responsive Images with srcset attributes. Can you please post a live link so we can investigate the issue.
@dennisheiden thank you for the feedback and yes you are right with that text selection issue.
We ourselves use the swiping in the editor a lot to change slides. We can however disable swiping on certain DOM elements, e.g. paragraphs \ headings, what elso do you think would be important?
We will investigate on our options and keep you updated here.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Broken since updateWe will surely release an update with a workaround (disable lazy loading) the following month. It seems that one plugin you are using (maybe WooCommerce) disables the
loading=lazyattribute on images like I said. But Gutenslider currently relies on it to work. I am not sure if you can dig deeper but you could surely ask in their support forum.One way of finding out which plugin causes Gutenslider to fail is to disable all but Gutenslider and then enable 1 by 1 and see when it stops working.
@nomadarod we released a fix in 5.0.16. the classes were not correctly added to the frontend slider.
happy about reviews: https://wordpress.org/support/plugin/gutenslider/reviews/#new-post
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] How to add target blank to slide URLs@thesupercargo happy you like it and it adds to your page’s appearance.
We consider your message a feature request for
target="_blank"as well asrel="noopener"andrel="noreferrer"to the slide link and will add that in the next release.Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Slider and slide classes in v5fixed in 5.0.16
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Slider and slide classes in v5@rbrunskill sorry, yes, coming tomorrow, somehow missed that out on the reimplementation process. We wrote everything from scratch for numerous reasons and the slide block is now a dynamic block which will make it future proof also for dynamic posts e.g.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Broken since updateare you the author of the “ginneria” theme? Please first remove lines 66,67,69 from your themes style css ( as they add the paddng to gutenslider slides ).
Second, Gutenslider makes use of the
loading="lazy"attribute for images that was introduced in WordPress 5.5: https://make.wordpress.org/core/2020/04/08/lazy-loading-of-images-is-in-core/Do you have a plugin or theme function active, that disables that attributes on images? If yes, please make sure that it is not disabled for images with the selector
wp-block-eedee-block-gutenslider .eedee-background-div img.If that does not help, or you need any other assistance, please get back to us.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Broken since update@erichmond
sorry for the issue. It seems you have custom css, which might need to be updated. /themes/ginneria/styles.css contains:.wp-block-eedee-block-gutenslide { padding-right: 0; padding-left: 0; } .wp-block-eedee-block-gutenslide { padding-right: 150px; padding-left: 150px;is not from our plugin. Can you please try removing those lines, there is a block setting for slide vertical and horizontal padding at the very bottom of the Gutenslider settings.
Can you show a demo with the image not showing. Might also be some css from your theme or other plugins.
Please also go to the backend and hit “Update” once on the pages/posts in question. And try deleting caches / minified css / js.
Hope that helps
yes probably in WordPress / gutenberg or Gutenslider something might have changed that did not migrate the custom class (you added, if i understood correctly). However were you able to put it back the way you want it.
It should be enough to add that
.slider_oapfmclass again like described here:
https://poolghost.com/add-custom-default-class-names-to-gutenberg-blocks/
under “Add classes to blocks inside the Gutenberg editor.”Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Arrows inactive when in tabbed containerCan you check with latest 5.0.15 if the error persists? If yes we will help you along and look into the code of Tabby
And for the css you provided. I cannot find the
.slider_oapfmdom element anywhere in your html. Please (again?) add that class to the block in “Advanced Settings” and check, you can also use the unique id for that slider on the page you provided, you also find it in the “Advanced” Tab of the block settings. E.g.#gutenslider-gw9hj6qxxIt seems that the update somehow messed your dot size, sorry. Please go to the block settings and increase “Progress Size” is large enough under “Progress”.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Gutenslider v5 and babel-polyfillHey @rbrunskill,
sorry for the issue. First, yes we changed alot and updated many dependencies, our frontend dependencies are:
"devDependencies": { "@wordpress/icons": "^2.10.0", "@wordpress/scripts": "^14.0.1", "classnames": "^2.2.6", "eslint-plugin-react-hooks": "^4.2.0", "react-feather": "^2.0.9", "react-resize-detector": "^6.3.3", "simple-parallax-js": "^5.6.2", "swiper": "^6.5.9" }and at least one seem so depend on babel-polyfill as we see
babel-plugin-polyfill-corejs2,babel-plugin-polyfill-corejs3andbabel-plugin-polyfill-regeneratorin thenode_modulesdirectory. But that is as much as I can tell as I am not too deep into babel.What exactly do you mean by “site management system”? I guess a live site to reproduce the issue would help us tryin to fix it, or setup instructions how to reproduce it locally. I bet we can find a workaround. Can you show the critical line in the “site management system” or send us error logs?
While it might be possible others stumble upon this, Gutenslider5 is running on > 10.000 and it at least has not been reported before.
@nomadarod sorry for the issue, please go to the editor and click update once on the post/page. You can also adjust the slider height there. It is set to 20% on desktop. you can change it to the desired height there.
it should solve the issue.