bfsite
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: full navigation menu not showingHi–yes, I just changed it to be public. But, as you see, only Contact is showing up in the menu. I’ve tried everything I could think of–creating a new navigation block and using that, I’ve triple-checked that the page links on the menu are correct. Here’s screen grabs of various parts:
That last view is how it shows in the Site View (the Editor). Which is correct!
Sure hope someone here has a clue of how to fix this! I’ve cleared the Cache, disabled and re-activated plug-ins. We are using a basic WP theme (Twenty-twenty-five) so it’s not a quirky “off-brand” one. Help!
- This reply was modified 1 year, 2 months ago by bfsite.
Forum: Fixing WordPress
In reply to: full navigation menu not showingThanks, Threadi. Here’s the screenshot of how the menu shows properly in Appearance/Editor:
If you go to the site https://turtlerocksanctuary.org you’ll see that 3 of the 4 menu items are missing. That’s the problem! Under Navigation, all the menu items are links to the right pages. So I have no idea why only 1 of the 4 show up on the site.
Forum: Fixing WordPress
In reply to: Setting static front page in 2025 themeOh, I saw the prompt now that I can Publish without launching. And yes, now, the static page option shows under Reading setting. Thank you!! (sorry for the confusion)
Forum: Fixing WordPress
In reply to: Setting static front page in 2025 themeWon’t publishing make my site visible? Or is that a separate setting (the Coming Soon) page is live
Forum: Fixing WordPress
In reply to: Setting static front page in 2025 themeHere’s the shot of list of Pages: https://snipboard.io/ojUsKw.jpg
Here’s what I’m seeing for Settings/Reading: https://snipboard.io/HRuKvL.jpg
and here’s a portion of the Page titled Welcome that uses the Pages template:
https://snipboard.io/rE9UZb.jpg and is the one I want as the Front Page
Forum: Fixing WordPress
In reply to: Setting static front page in 2025 themeI’m designing the site so it’s not published. But I have 3 pages set up (pages not posts):
Above should be the paste of a screen grab showing 3 pages in the Pages menu.
I also had a page titled Stories that used the blog home template, but it disappeared as I’ve been playing with trying to change the front page. Note that that one wasn’t grabbed by the theme as the site front page–it just showed a blank version of the template.
ps: the screenshot didn’t paste above, but it does show that 3 Pages exist.
- This reply was modified 1 year, 5 months ago by bfsite.
Forum: Fixing WordPress
In reply to: New reading settings in latest versionI am having the same issue. The replies in thread did not help. Designing a new site with the 2025 theme and Settings/Reading does not show the ability to set static front page. The site picks up a blog home page and I don’t see a way to delete this page as it doesn’t show up in list of pages. I have 3 other pages designed–none of them blog homes–and I want to choose one as the front page.
The theme descrip says “Displays the latest posts as either the site homepage or as the ‘Posts page’ as defined under reading settings. If it exists, the Front Page template overrides this template when posts are shown on the homepage.”
So how do we override that default page if we don’t get that option in the Reading Settings??? I don’t want to change the blog-home template as I want this for my blog (not front) page.
Forum: Fixing WordPress
In reply to: can’t login: browser wants to download app, not go to dashboardALSO:
I just went to my website and I am logged in (the wordpress controls appear along the top to edit page and show me logged in). However, clicking on any of those menu items (WP Dashboard, Edit Page, etc) yield that same popup and don’t work. So apparently when I got the WP login box, even though it opened the popup about downloading the app, it did log me in.Forum: Fixing WordPress
In reply to: can’t login: browser wants to download app, not go to dashboardThank you. Just tried that, didn’t work: the file had php70 in all the instances. Changed to:
# Use PHP74 as default #AddHandler application/x-httpd-php74 .php <IfModule mod_suphp.c> # suPHP_ConfigPath /opt/php74/lib </IfModule>I’d worked with domain host to update my php to 7.4 back in July. I’d logged into WP dashboard since then without a problem. In cPanel, MultiPHP Manager shows my domain as 7.4 (and that the system default is the 5.6 if another version isn’t explicitly set). phpMyAdmin reports the web server uses php 5.6, but my explicit setting for the website should override to 7.4.