eedee
Forum Replies Created
-
actually swiping should work. for me it works at the site you posted. doesn’t it for you? the clicking to the right / left site is a nice feature we will put in our request list.
p.s. are you using a custom twenty twentyone on your site?
@maxnett vertical slider coming soon what do you mean exactly by touchpad gestures?
@maxnett thank you, a beautiful website you use it on, that is one outstanding example of the application of a slider. Happy to provide the plugin for you.
cannot change php versions, there are php8 polyfills in composer it should get you going quickly
- This reply was modified 4 years, 12 months ago by eedee.
there seems to be a bug in our media queries probably. Can you point us to the site you need help with?
We are using:
@media only screen and (max-width: 600px) { ... } @media only screen and (min-width: 600px) and (max-width: 960px) { ... }It seems that should be 601 in one of the queries. Can you confirm it happens on 600px wide devices?
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Set ALL images in slider to containHey @evadry,
I totally understand and agree. We are releasing Gutenslider 5.0 soon (May). It will allow you to set the number of slides per view to ‘auto’. It will make the display of images in different aspect ratios much better.
If you then still need the feature please contact us again in this thread that we will leave open, so we can release it in the next minor release (5.1).
You will notice when the beta is out and testable for everyone.
Thanks for your feedback.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Not working with Custom Post Type@amberpitcher updates?
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] How to add numbers in dots?not a way that I would be aware of (in css) only js and or sass (maybe). If you show us a page where it works we can translate it to gutenslider.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Not working with Custom Post Typehey @amberpitcher,
yes it should work also on custom post types. My guess is, that you have other plugins installed that could break the functionality. Do you get any console errors? Can you try disabling all other plugins and see if it works then?
Please also send a link to the site you need help with so we can figure out where the error comes from.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Vertical Slide Animation/TransitionHey @peter-kroenich,
vertical slide animations are scheduled after 5.0 release in May 2021.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Gutenslider with LightboxHey @mrkfrnkvc,
the feature to have lightboxes is scheduled June 2021.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Blank delayed starting within tabsWe tested a local install and could not fix the problem with tabby sorry. However we see the plugin is not tested with latest wordpress and adds content with javascript. there could be workarounds somehow but we did not find them. sorry
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Blank delayed starting within tabsI will have a look later this day and get back to you @ayek
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Slider Corner Radius + Responsive Fontjust researched some minutes. and we did not find a responsive wrapper block yet. so css would be the only way to go for 2
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Slider Corner Radius + Responsive FontHey @saprotsenko,
that is all css questions. Maybe we will include some UI in the future to change things you mention. But you can do it with css:
1)
.wp-block-eedee-block-gutenslider { border-radius: 10px; }2)
Also here you would have to write media queries in css that fit your needs. Gutenslider is like a wrapper to other blocks and we will not include settings to make all other blocks you can add responsive. But I bet you can find a block you can wrap your headings in to achieve responsiveness