Peter
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Magazinely] Can’t Display More Than One GalleryGot it worked out. Not sure how, but I recreated the Gallery from new files already in the media library.
Forum: Plugins
In reply to: [Advanced Twenty Seventeen] Footer Color Options MissingI think I saw a reply from the plugin creator, maybe on another similar thread I’m following, in which he said that feature was no longer available.
Forum: Reviews
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Updraft – No backupsAfter selecting DropBox then Save Changes, go back to the main screen of the plugin by clicking on Settings then UpDraft, at the top of that screen you’ll see a box asking you to Authenticate DropBox.
It’s a little confusing.Does anyone have any ideas here? After submission the page refreshed to a blank form. The custom text I’d entered does not appear.
Thanks
Forum: Fixing WordPress
In reply to: Exact Next- Previous Page Code for Blog Posts PageThank you! I think that’s enough information to justify hiring my WordPress person.
But I greatly appreciate your generous offer to walk me through it.Forum: Plugins
In reply to: [Reverb for Publishers] Nothing appears on settings pageUninstalled and re-installed it, cleared my caching plugin and browser caches and now it’s working.
Forum: Fixing WordPress
In reply to: Blog Posts Not Showing – Reading settings correctWhen I selected a default theme to try, the preview window didn’t even show a preview, just a blank white page in the preview area, so I chose not to Activate it. Didn’t want to make anything worse.
I tried selected 2011, 2012 and 2013 and none of them showed a preview, just blank space.
I know in theory it should be possible to go back to your previous theme and not lose any settings, but since it couldn’t even display a preview I was not confident the Activation would go well.
if anyone has seen the preview not work, but a theme to still Activate ok – and be able to go back to the previous theme – I might give it a try.
Thanks for following up on that.
Forum: Fixing WordPress
In reply to: Blog Posts Not Showing – Reading settings correctRestored htaccess file and removed redirects and turned off Redirection plugin. This got the original posts page righthandplanning.com/news to stop redirecting and to show the blank, default wordpress page.
I’m going to restore a backup.
If anyone has any suggestions they would be welcome and could still help if the restoring a backup doesn’t fix it, and might help others who are having the same issue.
ThanksForum: Fixing WordPress
In reply to: Blog Posts Not Showing – Reading settings correctOne of the solutions from the second link above says to copy the code that starts “<?php if(have_posts()): while(have_posts()) : the_post(); ?>…” from page.php to index.php, but my page.php doesn’t have this code.
On the original page where I had the posts, http://righthandplanning.com/news – I get the redirect message. When I set the blog posts to be on the new page I created, http://righthandplanning.com/marketing-news, it shows a default WP blog page with the generic message, “WordPress is web software…”
So two different symptoms, but still no blog posts showing…
Forum: Fixing WordPress
In reply to: Blog Posts Not Showing – Reading settings correct“The page isn’t redirecting properly.
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”I’m looking at these two threads as potential solutions – http://ww.wp.xz.cn/support/topic/blog-page-not-showing-posts-1?replies=10
and
http://ww.wp.xz.cn/support/topic/blog-posts-not-showing-up-on-blog-page?replies=26Unless anyone sees why my situation might be different. Btw, I don’t know the code side well, but can follow basic directions. I’m not sure why renaming Index and blog pages with redirects might solve issue (so keep it simple for me, please!) but maybe this is what’s needed?
Thank you for the responses and I’ll update as I go…
Forum: Fixing WordPress
In reply to: Blog Posts Not Showing – Reading settings correctCorrection: The original blog post Page was, “http://righthandplanning.com/news” when I noticed today this was not showing blog posts I made a new page at righthandplanning.com/marketing-news.
The previous page had been showing posts going back a year or more. Don’t know when it stopped before noticing today.
Neither page is showing blog posts now so moving on to other solutions.Regarding theme queries – from the Index file it looks like my designer was working from 2011 theme.
Forum: Fixing WordPress
In reply to: Blog Posts Not Showing – Reading settings correctStill no blog posts showing under designated page for blogs when all Plugins are off.
Forum: Fixing WordPress
In reply to: Blog Posts Not Showing – Reading settings correctTheme was built, or modified, by someone I hired.
when you say, “default” theme, you mean same theme but with all plugins off?
Should I leave Reading settings the same, or set to have blogs on front page?
I’m going to try to turn off all plugins. Probably should have started there.
Thanks for reply.Forum: Fixing WordPress
In reply to: Gallery Images Not Displaying Nicely As In ExamplesThe example I meant to cite above is, http://codex.ww.wp.xz.cn/The_WordPress_Gallery
Forum: Themes and Templates
In reply to: How to Change HTML for Hyperlink Color in WooTheme GenesisI did figure this out.
In style.css – change 000000 to desired color.
a{
color: #000000;
text-decoration: none;
}