eedee
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Generatepress overflow containerhmm it seems a windows issue. its not happening on mac. do you have css experience? you can try to add
overflow: hiddento certain elements of the slider and try if it goes away.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Feature Request: Post SliderMarking as closed. Added as a feature Request in our public trello board. https://trello.com/b/pzJ17mRK/gutenslider
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Generatepress overflow containerHey @werfewr,
1. I tested your site in safari, chrome and fireforx and the overflow is not happening in my case. Can you update your browsers and disable Addons, to see if it is an issue with your setup please. Also send me information about the browser and OS you are using to being able to reproduce the issue.
2. You are right with font awesome on your site. Seems to be an issue with your theme + Gutenslider. It seems, some script is replacing font-awesome font icons with SVGs. The following Css should fix it:
.wp-block-eedee-block-gutenslider.arrow-style-1 .slick-prev::before, .wp-block-eedee-block-gutenslider.arrow-style-1 .slick-next::before { content: unset !important; width: 0 !important; height: 0 !important; } .wp-block-eedee-block-gutenslider .slick-prev svg, .wp-block-eedee-block-gutenslider .slick-next svg { width: 50px; /* set to the height + widht you want */ height: 50px; color: #fff; /* set to the color you want */ }- This reply was modified 6 years, 4 months ago by eedee.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Opacity for slider background text?Hey @rnmartinez,
you can with custom css.
1. First add a special class to your slider under the “Advanced” block settings at the very bottom of the slider.
2. add custom css to your theme or in the customizer, like:.special-slider .slide-content > p { background-color: <your rgba background color>; }To set the width of the colored background you can increase the left and right spacing of the content in the “Spacing” block settings.
- This reply was modified 6 years, 4 months ago by eedee.
Thank you for the report. We will fix this in the Next major release
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Generatepress overflow containerIs this still a Problem?
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Amp compatibilityCurrently not. Wie will note it for the Nest major release.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Feature Request: Post Sliderthank you for your feedback. Wie plan to make Gutenslider a post , page, custom post, image slider in the next release.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Generatepress overflow containerfor me there is no overflow. do the font awesome icons work on other (sub-)pages?
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] set images to containresolved
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Using without jQuery migrateCan you provide us with developer console logs to help us resolve this issue?
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Heading background colorForum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Heading background colorHi @ian72,
Can you please check, if it works in the frontend? If it is only not showing the correct color in the editor, it is a known bug which will be adressed in the next major release.
Best,
Niklas
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Responsive heightHey @dimizu,
we totally agree and we are working on it. This and other features will be part of our version 3.0.0 release which will come this year.
Thank you for sharing your code, so others can profit from it until the plugin is not updated.
Best,
Niklas
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Saving sliders to a library@menathor you can checkout this video on youtube.
it explains reuasable blocks in gutenberg.