eedee
Forum Replies Created
-
We rechecked the link you posted in your first post. As far as we can tell from that, try the following css:
.wp-block-eedee-block-gutenslider { z-index: 0 !important; }Cool if you found a workaround. Contact us if you need more help.
happy that you like the plugin, and your website is a very nice example of how Gutenslider can be used.
If i get it correctly you set the top padding of your slider to 24%. Try setting it to a lower value or even 0. You can find it in the “Spacing”-settings at the very low of Gutenslider settings.
We don’t find a slider on the page you posted. Is this issue still recent?
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Custom button stylesSolved, we will write a blog post the next time a user wants custom button svgs.
Can you please check if gutenslider 4.5.0 fixes the issue for you?
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Custom button stylesYou are welcome,
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Custom button stylesHey @andrewgto,
with a little svg / code knowlede you can do it relatively easy. All arrows are defined in
src/blocks/gutenslider/attributes.phpin the array$eedee_gutenslider_arrows. Take a look how arrows are defined there, you can replace one style with your svg. Please note that if you want colors to work you have to add the classesbgto the background which will be triggered on setting the background color / hover color and the classarrowto the part of the svg that is triggered by the arrow color / arrow hover color.If you need more help, you can also send us the svg and we send you the code you need.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] How to control Autoplay speed?If you know javascript you can get the slider instance you want and change its options. You need your unique slider id which you can find in the frontend or in the Backend Advanced Settings. Then Do:
document.querySelector('#gutenslider-qx0gcmeyr .slick-slider').slick.setOption('autoplaySpeed', 100, true);where you have to replace
#gutenslider-qx0gcmeyrwith your unique id. The second parameter is the speed you want to set in milliseconds (100in the example).If you do not have javascripting knowledge, or want to support us, you can buy the pro version which has a handy slider to control the autoplay speed.
- This reply was modified 5 years, 4 months ago by eedee.
Which version of Gutenslider are you using? The version number and pro or free? Could you please try recereating the slider in the backend and check if the error persists as well?
- This reply was modified 5 years, 4 months ago by eedee.
We could help you if you need it. All we need is a url to a page where it does not work, and we could give you required css to make it work (most likely)
@tarekhouaneb any news?
sorry, accidentially closed this support request. we have it on our list anyway
@technicalx you are absolutely correct, seems to have happened with the latest Gutenberg / WordPress release. We will investigate.
it is most likely an issue with another plugin you use. please test disabling all other plugins and see if it works. also if you send us a url to the page you need help with, we can tell you exactly what the reason is.