eedee
Forum Replies Created
-
Forum: Reviews
In reply to: [Emoji Autocomplete Gutenberg] Love it, I just miss the flags…For me it works: https://streamable.com/p0cx9
can you please describe your setup or share a link to the site where it is not working?we just released version 2.6.6 that tries to fix the error that occurs at your WorpPresses, can you please check if that fixes it, or if the error still persists. We were unfortunately not able to reproduce the error on our development machines, so we rely on your feedback.
And can you try creating a new post as well and there, try to create a slider. I was not able to reproduce the error yet. Sorry.
Ok thank you for your help. I will try to reproduce the error. Please tell me the Gutenslider version number you are using, too. And if its the free or the pro version.
Also please tell me if you see the screen I posted? What steps do you use to insert the block until the bug appears?
What you can do is enable debugging on your WordPress instance by adding the following lines to
wp-config.php(or overwriting the existing definitions).define( 'WP_DEBUG', true); define( 'SCRIPT_DEBUG', true );If you get any errors in the browser console, please email them to niklas@eedee.net.
Am I correct, that you never get to see this screen after adding the block?
Thanks for your bug reports,
Niklas
- This reply was modified 6 years, 7 months ago by eedee.
- This reply was modified 6 years, 7 months ago by Steven Stern (sterndata).
Can you please try disabling Gutenberg plugin? You don’t need that if your WordPress version is > 5.0. It’s included there.
Get back to us if it doesn’t work.
Hi thefullnoise,
please help us to help you by providing the wordpress version, browser and version, as well as the gutenslider version you are using.
Best,
Niklas
Hey Stephen,
to help you we need detailed information about your setup. Especially which OS you are on, which wordpress, gutenslider and browser (versions) you are using. A screenshot would be good. Maybe you have other slider plugins installed? Sounds like a css issue to me with interferring plugins.
Best,
Niklas
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Support: Responsive Images?Yes, thanks for the clear problem definition. Wie habe the feature in our release list and it will come in one oft the next major versions (this month).
N
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Support: Responsive Images?@triscariwebteam while I still do not understand completely, we are currently completely redisigning gutenslider from ground to give it more features and usability and think that your problem will be solved then.
However, to make sure we include the change you want, could you post a sketch or a screenshot of what you want to achieve? How many pictures are you showing at once? One? More? you want the picture to have the full screen width? or a fixed height?
Best,
Niklas
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] dots / arrows colorHey @awphelpt,
the feature you are requesting is currently only available in the Pro version of Gutenslider. You can check out all features here: https://gutenslider.org/gutenslider-pro-pricing/
Done, added the option to hyperlink your slides in the current version 2.6.4.
See a demonstration on our website in the post on how to add hyperlinks to your sliders.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Support: Responsive Images?There is a possible solution that is already being developed by us. I think you are talking about multiple slides per view? Slick (the slider library we use) offers a
responsiveoption, that lets users set breakpoints and add the corresponding amount of slides, e.g.responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, } }, { breakpoint: 600, settings: { slidesToShow: 2, } }, { breakpoint: 480, settings: { slidesToShow: 1, } }we will port that to gutenslider. Until then, you can only try to add media queries for the slide content, that will reduce the size of the text / other content based on the browser size
- This reply was modified 6 years, 8 months ago by eedee.
Hey @triscariwebteam,
we agree, that that is a good feature. You are not the first to request it. We will prioritize it. And think, that it would be best to have a setting textfield on the individual slides, that lets you enter a url. (probably finishing during beginning of next week).