pepe
Forum Replies Created
-
Hi! It’s not something that is currently supported, but I have toyed with the idea before (I wanted to do it entirely via CSS, though).
A heuristic for years could be added, but the “domain-specific notations” would probably have to be worked around manually (i.e. by using
<span class="noTypo">or via filter hooks). I’m not sure how much time I’ll have in the near future, but there is a ticket to track it in the underlying library.Forum: Plugins
In reply to: [Media Credit] Media credit field has disappeared in the backendHi, from which WP version to which did you update? I haven’t had any similar reports so far. Anything in your browser console?
Forum: Plugins
In reply to: [wp-Typography] Hyphenate only headingsHi @finntown, there is currently no way to do that via the UI, but you could use the API to manually add processing in your templates.
The
ignore xfields are simply exceptions feed to the DOM query for for processing, and as stated in the FAQ, the really only work at thethe_contentlevel (not arbitrary elements rendered in templates). Also, everything on theGeneral Scopetab applies to all typographic fixes, not only hyphenation.Forum: Plugins
In reply to: [Media Credit] Drop-down authors don’t save in _media_credit fieldJust use the API to retrieve the credit string.
Forum: Plugins
In reply to: [wp-Typography] What are the attributesI can’t give you an ETA, it’s not a big priority.
Forum: Plugins
In reply to: [wp-Typography] What are the attributesI’ve looked into it a bit and it is caused by calling
register_post_meta. As to why this makes this menu turn up and what it’s supposed to mean, I’ve no idea at this point. I’ll investigate it when I have time (as it appears to be only a cosmetic issue).Forum: Plugins
In reply to: [wp-Typography] What are the attributesWell, what is the actual “problem”?
Forum: Plugins
In reply to: [wp-Typography] What are the attributesNot sure what’s going on there. I’ve the same “Attributes” show up in a live site with wp-Typography disabled, on a local test site I could reproduce your findings. However, that happens even when all Block Editor functionality is disabled in the PHP code, so it looks like it is coming from Core after all.
Sorry, I cannot help you there.
Forum: Plugins
In reply to: [wp-Typography] What are the attributesHi @sergei2210, it looks like you posted this in the wrong forum as your question does not seem to be about the wp-Typography plugin. The Fixing WordPress Forum might be more appropriate. I’m closing this here.
Forum: Plugins
In reply to: [wp-Typography] No support of templates in block themes?Have you been able to resolve the issue, @morsmorse?
Forum: Plugins
In reply to: [wp-Typography] Fractions and dates eg 12/01Sorry for the late reply, @weblwp. I can try to fine-tune the heuristics to skip “fractions” starting with
0, but that would not help for11/12and the like. More or less it is working as designed – the plugin unfortunately can’t analyze the semantic context.Forum: Plugins
In reply to: [wp-Typography] BUG: Outdated plugin cache transients waste database storage@theschappy Did they ever get back to you?
Hi @sergei2210, I don’t know if the link in the original post can be removed. But I believe it’s only visible to mods and the plugin author. I’ll mark this as resolved.
Hi @sergei2210, could you post screenshots how things should look and how they do look on mobile?