eedee
Forum Replies Created
-
@anniannianni sorry for the issue. We would need a link to the page you need help with and for more help, with this very specific issue, please send a mail to support@gutenslider.org, they can adress that better.
@charybdis you can checkout Gutenslider. While it does not have no dependencies, it is small compared to other slider plugins, fully editable in Gutenberg and fully responsive. Just try and see if it suits your needs.
Disclaimer: I am the author of the plugin .
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Error on backend after update 5.2.0@rdmgrl thank you for reporting. It seemed to be an issue with the latest version of Gutenberg active. Can you confirm that it now works?
@plmeks94 thank you for your review.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Slider not working on second page@ma_wordpressorg thank you for reporting. We have code in the plugin that makes sure the slider only loads in the frontend when a block is present:
if (! function_exists('eedee_gutenslider_enqueue_if_block_is_present')) { function eedee_gutenslider_enqueue_if_block_is_present() { if (has_block('eedee/block-gutenslider')) { if (! is_admin()) { wp_enqueue_script('eedee-gutenslider-front'); } wp_enqueue_style('eedee-gutenslider-block'); } } }You can comment out this to load in on every page, or add your custom logic to the
if (has_block('eedee/block-gutenslider')).If you like the plugin / support, please review it https://wordpress.org/support/plugin/gutenslider/reviews/#new-post. That helps us alot.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Can’t Edit Slider after latest update@wmithnyc thanks for reporting. we will look into it and see what we can do to make it more clear to users.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Gutenslider Block Pattern console errors@michaelbourne sorry for the issue.
Can you tell which block pattern and the console warnings it gives / a link to the site that produces invalid markup. Any more information helps us get this fixed asap.Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Gutenslider Not Responsive@vickknick cool.
if you like the plugin consider giving a good review
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Gutenslider Not Responsive@vickknick depends a little on what you want to achieve. There is adaptive height mode, so slider height will vary depending on the image dimensions. There is also the option to set slide background images to “contain”, find that in the block settings when selected the slide.
cool
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] paragraph and button don’t left-align@chzumbrunnen we found the issue, it is “wrong” on the backend, see that alignment matrix control (9 dots) on the Slider or individual Slide blocks. If you set it to left center it will work as you expect it to work. We will release an update in the next version so our users do not get confused. thanks for your patience.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] paragraph and button don’t left-align@chzumbrunnen it seems that you managed to add a columns block to the slider (not the slide) can you please try again adding it to the slide instead. i think that should fix the issue. please get back
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] hyperlink the whole slider@og-s you can hyperlink individual slides.
1. select a slide by clicking on it ( the block settings show “Gutenslide” )
2. change the “Slide Link” (located under the “Background Settings” Panel”)If you like the plugin, you can help us with a review: https://wordpress.org/support/plugin/gutenslider/reviews/#new-post
Niklas
Also, we checked the site and it looks good here. Which browser are you using?
Hey @the_webscaper,
sorry for the issue. What you describe is no normal behaviour and sounds like other plugins or your theme overriding Gutenslider styles and/or scripts.
Please try disabling all other plugins and see if the error goes away. If yes, please try enabling the plugins one by one to see which causes the error – please tell us about your findings.
If the error does not go away. Tell us which WordPress / php / Gutenslider version you are on so we can look deeper.
Niklas