Thanks. That really is interesting, and tempting. Meanwhile, I keep playing around, and results are sorta improving. I’ve got it to the point that the sidebar menu in WordPress pages really does vanish in both browsers, phone all the time and laptop after after I size the browser window down. Next, I added the viewport meta tag to other navigation pages, such as search by artist or period in history. Their type size properly improved, too.
I always had a in my blog just below the page header and before content, saying to “go beyond the blog,” with links to my search by artist, by history, and by what’s new. It occurred to me that, while it has fewer choices than my graphic menu, it could obviate the graphic menu in a pinch. So I added it to the single static html page I’d been using for a test of how to approach the bulk of my site, apart from the home page in WordPress. And then I changed my style sheet for such pages to make that line show only in larger pages (a media statement with display: none but this time with min-width rather than max-width). Sure enough, now just as the graphic menu vanishes, the new line appears.
I also tried to specify a width for the main column in Word-Press for smaller screens. This hasn’t worked. As I shrink the laptop window or go to the phone, I’m down to that single column (good), but it runs off-screen. Turning the phone sidways fits it just fine, but I’d like to do better. I did clear the cache a lot, as usual. But good guess that this was the problem; it was my instinct, too.
It occurs to me that, again because I didn’t lay out my WordPress theme, I’m not correctly identifying the class governing my main WordPress content. I guess I’ll just have to keep experimenting.
Last, if that last style issue can ever be fixed, applying the fix to all my pages could take just two additions to all those pages, with or without php. First, I’d have to add the meta tag for viewpoint to each. Second, I’d have to add the new substitute for a menu. Still daunting, but thanks for the mention of a search opportunity new to me.
-
This reply was modified 3 months, 4 weeks ago by jhaber31.
-
This reply was modified 3 months, 4 weeks ago by jhaber31.