webksde
Forum Replies Created
-
Sorry, but its exactly the same behavoir in Chrome.
It just works correct (in FF and Chrome) if i remove the pointer-events:none from
.editor-styles-wrapper .advgb-image-block .advgb-image-title, .editor-styles-wrapper .advgb-image-block .advgb-image-subtitle, .editor-styles-wrapper .advgb-image-slider-item-info .advgb-image-title, .editor-styles-wrapper .advgb-image-slider-item-info .advgb-image-subtitle{ … }
The Advanced Gutenberg Version is 5.8.6
- This reply was modified 5 years, 4 months ago by webksde.
Oum.. cleared all my caches again, new behavoir:
https://drive.google.com/file/d/1KHWFF_Gu9UHvbN8JTKupK8idv8EZo4H9/view?usp=sharing
I can click but not type.
Tested in Firefox 70:
https://drive.google.com/open?id=1o_GOPxbPJoozU6-HKubGTec7-NzSJPeK
(i am also typing letters while clicking)Ah, got it.. no Flexbox bug. Theres a pointer-events:none set on .advgb-image-title.
.editor-styles-wrapper .advgb-image-block .advgb-image-title,
.editor-styles-wrapper .advgb-image-block .advgb-image-subtitle,
.editor-styles-wrapper .advgb-image-slider-item-info .advgb-image-title,
.editor-styles-wrapper .advgb-image-slider-item-info .advgb-image-subtitle {
pointer-events: none;
}Hi, thank you for the fast response!
Sadly there’s no difference. Installed the update, cleared the caches and created a new page with a new adv. image block. Also tried in different browsers.
But i just figured out.. if you click on the text and then press the arrow buttons on your keyboard, the cursor appears ?? Maybe a Flexbox problem or something.. not sure.
Forum: Plugins
In reply to: [Better File Download] Override template filesThank you for the info! The goal here was to have an equal looking download box no matter if used as a single download box or inside a download category view:
This is kinda awkward just with css, so i would prefer doing this by equalizing the markup. Or maybe consider to equalize them by default?
Why they need to look equal? Because.. in our case, we need to use single downloads right next to download categories, so the difference is obvious.