cliff3esler
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: What’s up with the frequency of Gutenberg updates?Thanks for responding. The “Gutenberg Hub site” is https://gutenberghub.com/ , top result of web search for “Gutenberg plugin support forum”.
I was initially referring to the abundance of plugin version updates, and WP notifications I get for each one. See https://make.www.ads-software.com/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/ for a summary.
A text search there for “(u)” [update] yields 95 hits from June-Dec, plus 8 from Jan-April (c/o https://gutenbergtimes.com/mullenweg-on-gutenberg-roll-out-plan/ ), plus 10 so far in the 2021 index. That’s 113 updates in a year!
What # is the stable version? How often is that updated to reflect cumulative new features?
Forum: Requests and Feedback
In reply to: What’s up with the frequency of Gutenberg updates?By the way, there is no Gutenberg plugin support forum on the Gutenberg Hub site.
Forum: Fixing WordPress
In reply to: How to make images responsive on mobileWhile I was waiting I tried it inline, which seems to work fine on laptop and iPhone.
img style=”width: initial; max-width: 100%; height: auto;” src= (etc. etc.)
Since it’s the only extra-wide image on the site I don’t think I’ll need to mess with others. Anyway thanks because your CSS was the key. Found other class solutions and all kinds of stuff using srcset etc., but since yours worked I didn’t bother trying the rest.
- This reply was modified 7 years, 9 months ago by cliff3esler. Reason: make code visible with pre
- This reply was modified 7 years, 9 months ago by cliff3esler. Reason: glitch saving
- This reply was modified 7 years, 9 months ago by cliff3esler. Reason: orig code would not save
Forum: Fixing WordPress
In reply to: How to make images responsive on mobile@systemsbox – could you be more specific on where to add that? Don’t see how I can add it in Appearance > Customize > Additional CSS without a code reference to “images”.
I don’t necessarily need it to apply globally. Just have one full width image on home page that squishes on mobile. Can I add your fix as an inline style for that image only?
Forum: Themes and Templates
In reply to: [Light Roast] Delink a page heading from top menu?Resolved
Forum: Themes and Templates
In reply to: [Light Roast] Delink a page heading from top menu?Awesomely effective! Thank you so much!
Forum: Themes and Templates
In reply to: [Light Roast] Selective exclusion of sidebar?Chris – An update on each topic for your interest.
I did get the .home code to work by entering it via Customize > Additional CSS. No idea why it choked when entered via Appearance > editor, but your solution is perfect.
RE line-height, I already tried exactly what you suggest (again via Appearance > editor, then update) but nothing happened. My attempted workaround was to add an inline style on the first para of the About page, like so:
<p style="line-height: 150%;"> blahblahblah. </p>
That worked. Interestingly the subsequent paras inherited the change in line spacing, even though they have no visible p wrapper. Go figure. (This is something WP should clarify right up front — why you don’t see normal xhtml coding e.g. <head> when you edit your pages.)
Anyway, both issues seem resolved, and I’m really grateful for your help. Thanks for being generous with your time. If you have any clout at WP, you might tell them that editor needs work! (plus better help files for the whole area).
All the best,
Cliff- This reply was modified 7 years, 9 months ago by cliff3esler.
Forum: Themes and Templates
In reply to: [Light Roast] Selective exclusion of sidebar?BTW, I know this is off topic, but I also experimented with adding line-height: 137%; in several places (body, p, etc.) to no effect when viewing. Any clues about how to increase bodytext line spacing?
Forum: Themes and Templates
In reply to: [Light Roast] Selective exclusion of sidebar?Thanks, I added it at the very bottom and updated, but the home page still shows the sidebar in WordPress. Do I need to uncheck it somewhere for that page?