dfwdraco76
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-Cumulus] Help Excluding ‘Uncategorized’ Categoryping
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Fatal error trying to activate and use 5.3.0.1Check under …/<your-blog-name>/wp-content/plugins — you probably still have a “now-reading” folder there.
I had a problem with leftover files from a previous version as well.
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Template Helpfor these files:
- author.php
- search.php
- tag.php
The first fix (re: div tags) did the trick.
??
Hopefully this will help the next person that runs into this problem…
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Template HelpI think I’ve fixed it…
The end of library.php was like this:
</div> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
Whereas the end of single.php was like this:
</div> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>
Once I matched it to the library.php order it seems to be working fine.
I’ll check to see if the same “fix” works on author, search, & tag as well.
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Can’t Add New BooksFixed it… Even though I’d deactivated the old one, I still had a “now-reading” directory under my plugins directory. I renamed it (will go back and delete now that I know nothing broke) and now the ISBN search is working.
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Can’t Add New BooksYes, I deactivated before installing the new 5.x. Is it possible some files may have been leftover?
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Can’t Add New BooksFor anybody else having the memory problem — I fixed it by adjusting the memory_limit – as described above, but in my /public_html/php.ini (not /public_html/blog.thelifeofbrian.info/php.ini).
I’m still unable to search by ISBn, however.
Ben confirmed he was also seeing them here on July 6th – so hopefully a fix will be coming soon.
Forum: Everything else WordPress
In reply to: Plugins Thing / WP2.6wow, thanks for the overwhelming response! Seriously!! I really appreciate all the help.
Well I have no idea what happened, b/c I didn’t change anything on my blog; but today the number showed 1 instead of the 2 previously, and it turned out there actually was a plugin with an update. And the automatic update actually worked for the first time since I’ve been using WP (all of a month now?). Sweet! And the 1 went away after the update.
OK, whatever! ??
Forum: Installing WordPress
In reply to: Importing WXROk I still don’t know why it happened, but I worked around it. I opened the xml file and manually hacked out the <item>…</item> entries that had already been imported, then did it again. Now they’re all there.
Forum: Installing WordPress
In reply to: Importing WXRThe “new” blog I’m setting up can be accessed at https://74.220.215.68/~lookfou1/blog.thelifeofbrian.info right now.
Forum: Fixing WordPress
In reply to: Old Posts Showing as NewI Just confirmed it’s the ‘recent posts’ build into the “Statement” theme (in the box top right). When I add WordPress’s regular “Recent Posts” item to the sidebar it correctly shows recent posts.
I posted a comment at https://www.blogohblog.com/wordpress-theme-statement/#comment-54597 but have not gotten a response to any of my other questions there so I don’t have high hopes of getting help for this either…
Any suggestions would be appreciated!
Forum: Fixing WordPress
In reply to: Old Posts Showing as NewThis is a problem.
I’ve posted two new items this evening, but the “Recent Posts” section is not showing ANYTHING recent.
Is it a WordPress issue, a theme issue, or something else?
I could really use some help here…
Forum: Fixing WordPress
In reply to: Old Posts Showing as Newanybody?
Forum: Installing WordPress
In reply to: Blank DashboardFor what it’s worth… When I click the “Dashboard” link and it takes me to https://thelifeofbrian.info/blog/wp-admin/index.php?page=index.php – that’s when it shows up blank. When I first log in and see the dashboard, or manually go to this URL, it works fine: https://thelifeofbrian.info/blog/wp-admin/
Forum: Installing WordPress
In reply to: Blank DashboardProblem is still there. When I first log in I can see the dashboard. But once I click away and come back – blank. If I log out, then log back in, it’s fine until I click away again.