ulim
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Comments Section missing@eduard, I can do that, but the file is 577 MB. I suppose you don’t really need all the images etc. but I don’t know how to export a smaller file.
Forum: Themes and Templates
In reply to: [Blocksy] Comments Section missingHello @eduard,
I have no plugins related to comments except Antispam Bee and I deactivated it. I also don’t have any extra code snippets, only some additional CSS. But that would only hide the comments, but not remove them from the page entirely.
For example, on this page there is an element with id “comments”:
https://www.hostpress.de/blog/gutenberg-der-wordpress-block-editor/
But on my page this id does not even exist. There is only a comment-reply JavaScript.
Forum: Themes and Templates
In reply to: [Blocksy] Visual Editor brokenI can confirm that it works again, many thanks!
Ulrich
Forum: Themes and Templates
In reply to: [Blocksy] Responsive Breakpoints not optimalWell, as long as I don’t run into those “other problems” that are caused by the custom CSS, I will be fine 🙂
Cheers!
Forum: Themes and Templates
In reply to: [Blocksy] Responsive Breakpoints not optimal@creativethemeshq ,
thanks for your reply, although I must say I don’t really know what’s going on here.My understanding is that my problem is not recognized as a bug by either the Gutenberg developers or the Blocksy team and thus won’t be fixed, but I can work around it with the custom CSS you gave me.
That’s ok, I guess, although I find it weird that no common ground could be established.
Forum: Plugins
In reply to: [Gutenberg] New Breakpoints are not responsiveHi @czapla ,
I’m sorry to have kept you busy, when it’s been a theme issue all along. But also thank you very much for getting to the bottom of it!
For me it’s slightly difficult to get a grasp on it, both sides made a pretty logical case. I know some CSS, but this goes way over my head 🙂
Forum: Themes and Templates
In reply to: [Blocksy] Responsive Breakpoints not optimalSo now the Gutenberg guy said he talked to a Blocksy developer and it turned out to be a Blocksy bug after all.
https://wordpress.org/support/topic/new-breakpoints-are-not-responsive/
So is this going to get fixed and I can remove the custom CSS at some point?
Forum: Plugins
In reply to: [Gutenberg] New Breakpoints are not responsiveThe Blocksy guys gave me some custom CSS to fix the problem:
@media (max-width: 690px) { .entry-content .alignleft, .entry-content .alignright { float: none; max-width: 100%; margin: 0 auto 1.5em auto; } }Forum: Plugins
In reply to: [Gutenberg] New Breakpoints are not responsiveForum: Plugins
In reply to: [Gutenberg] New Breakpoints are not responsiveHello,
the Blocksy theme developers provided me with a custom CSS snippet, which fixes the problem on my site. But they also said that they still believe it’s a Gutenberg problem, because all the major themes have this problem including, apparently, Twenty-Twentythree.
Here’s an animation showing some of that:
Forum: Themes and Templates
In reply to: [Blocksy] Responsive Breakpoints not optimalHello @cteduard ,
I have included the custom CSS you specified and the page seems to work much better now, many thanks. I’ll re-raise the point with the Gutenberg guys, though.
Kind regards
Forum: Themes and Templates
In reply to: [Blocksy] Responsive Breakpoints not optimalHello @cteduard ,
the Gutenberg developers looked at this issue and came to the conclusion that this issue is related to Blocksy, not Gutenberg. Please refer to the thread here:
https://wordpress.org/support/topic/new-breakpoints-are-not-responsive/#post-16232825
Perhaps with the details posted and the animation recorded by the Gutenberg developer you will be able to find something?
Forum: Plugins
In reply to: [Gutenberg] New Breakpoints are not responsiveOk, the zip file is here:
https://www.mediafire.com/file/jzz0ogm630fvws5/Seite.zip/file
Thank you very much for looking at it. My custom CSS rules will be in the page under <style id=”wp-custom-css”>, so you can judge yourself if there’s anything fishy in there. I’m certainly not the world’s greatest CSS expert 🙂
Forum: Plugins
In reply to: [Gutenberg] New Breakpoints are not responsiveHello Michal,
I don’t have a public site with WP 6.0, but have it running locally and could save the web page including all subfiles in a ZIP and put that up for download, if that would be helpful.
I do have a 3rd party theme installed, Blocksy, and I already talked to their developers and they said that they cannot do anything about it. They believe it’s a Gutenberg issue and asked me to raise the issue here. They have created the animation I posted above and I believe it shows that the problem also exists when using the default Twenty-Twentythree theme.
As far as additional CSS is concerned, I only apply styles to some classes, not to blocks or elements. And I have checked that this additional CSS is identical between the live site (WP 6.1) and my local WP 6.0 site.
Forum: Themes and Templates
In reply to: [Blocksy] Responsive Breakpoints not optimalThanks a lot for creating this animation. I will post in the Gutenberg editor support forum and keep you posted, if anything of interest transpires there.