ulim
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] New Breakpoints are not responsiveA kind soul made an animation for me that shows how awful these breakpoints even look with the default 2023 theme:
Forum: Themes and Templates
In reply to: [Blocksy] Responsive Breakpoints not optimalYes sure, where do you want me to send it?
Forum: Themes and Templates
In reply to: [Blocksy] Responsive Breakpoints not optimalSince you said it is not a Blocksy issue, I am trying to get someone in the Gutenberg support forum to help.
https://wordpress.org/support/topic/new-breakpoints-are-not-responsive
Forum: Themes and Templates
In reply to: [Blocksy] Responsive Breakpoints not optimalHi @cteduard , thanks for looking at this.
The problem does not appear at the screen width you have in your animation. You need to make the window even narrower. If the browser doesn’t let you do this (mine doesn’t), you need to switch it to a smartphone view (or use a smartphone). There is a breakpoint when the view changes from “image left, text right” to “image only, text below image”. This breakpoint comes too late in my opinion, because slightly before that point there will be only a few letters or one word to the right of the image.
Now, this wouldn’t be a problem, if it was just one obscure screen width, which nobody really uses, but unfortunately it is the standard width on many smartphones (e. g. the OnePlus Pro 8).
- This reply was modified 3 years, 6 months ago by ulim.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Division by Zero Error on ImportI corrected a typo and got flagged as spam. Great.
Here is my robots.txt:
https://www.apothekarium.de/robots.txt
I don’t see anything suspicious in there. Somehow the ID of my homepage gets added to excluded pages. When I remove it and save, it is gone for a while, but re-appears at some point.
And what is the answer to his question? I have the same problem, my homepage ID is automatically added to excluded pages. What’s more, the page ID of my custom 404 page that I did exclude isn’t – at least Google still complains about a 404 on that page.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Not A Good First Impression@auctollo I have installed the newest version, but the Google Analytics tid is still required for submitting the sitemap to Google. This was not the case in the sitemap plugin I used before. It may be a good option to have, but it is definitely a bad requirement.
- This reply was modified 3 years, 11 months ago by ulim.
Forum: Themes and Templates
In reply to: [Blocksy] Alt Text not workingOk, thanks for checking. Bummer that they don’t escape user input, you might as well ship your WordPress instance directly to Russia.
Forum: Themes and Templates
In reply to: [Blocksy] Alt Text not workingIn fact, this could even be a security issue, because it is an injection attack.
I could write something like this in the alt text:
Hello” onclick=”myEvilJavascriptCommand
- This reply was modified 4 years ago by ulim.
Forum: Themes and Templates
In reply to: [Blocksy] Alt Text not workingWhat you did was edit the alt text on the page and then it was updated on the page. But it is not updated in the media library.
Vice versa, if (what I did) the alt text is edited in the media library, then it won’t show up on the page.
You wrote in your first statement that this is normal and I need to re-insert the image onto the page in order to get the changes that were made in the media library. So if that is a bug in WordPress / Gutenberg and has nothing to do with Blocksy, then we’re good on that count. I can put this forward with the Gutenberg guys.
However, there is another issue: try to use double quotes “like this” for some part of the alt text. This will lead to invalid HTML markup, because the alt-attribute is closed too early. My question was simply whether this is also a Gutenberg bug?
Forum: Themes and Templates
In reply to: [Blocksy] Alt Text not workingI have used the standard Gutenberg editor and the image block to insert my image.
Forum: Themes and Templates
In reply to: [Blocksy] Alt Text not workingOk thank you, I have now tried to re-import the image and save the page. The ALT text did appear then, but the HTML syntax was wrong. It said something like:
<img alt="Object: "Queen Chair"" ...>So the double quotes in the ALT text weren’t escaped to
"thus rendering the HTML invalid.Also, the title of the image did not appear in the title attribute of the img tag. Are those all bugs in WordPress that I should raise there?
- This reply was modified 4 years ago by ulim.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Custom Post Type: change “nothing found” textWhy thank you for this tip, I shall try it!
Forum: Themes and Templates
In reply to: [Blocksy] Add Content to Blogs PageOk, thanks, it works now!
Kind regards,
Ulrich