dhhoyle
Forum Replies Created
-
I had a similar problem today. The wordfence plugin indicated that a new update was available. I started the update and received an error notice mentioning a conflict with the Woody Snippets plugin. My blog was then stuck in maintenance mode. After logging into the WordPress Dashboard in Safe Mode and deactive both Wordfence and Woody Snippets, my blog is back up.
Forum: Plugins
In reply to: [Display Posts - Easy lists, grids, navigation, and more] Custom Sort OrderThanks very much.
My Table of Contents now uses:
[display-posts meta_key=”chapter_order” orderby=”meta_value_num” order=ASC include_date_modified=”true” date_format=” – F j, Y”]
to list my chapters without my having to put chapter numbers in the title and sort on post title.
For the benefit of others, I had not used custom fields before and had to install the Advanced Custom Fields plugin to make custom field value setting appear on the post edit page.
Forum: Plugins
In reply to: Amr Ical Events Agenda List – Event Location Jumbled with DescriptionNot to worry, I fixed my issues. The event is under “summary”, not description. Google concatenates the event and location and stuffs them into description. I got rid of the Google Map link by inspecting the HTML and CSS to finally set .map to “display none”
I teach computers to seniors, where one thing I always remind them is that they are missing solutions on the monitor right before their eyes. I am also a senior and just as guilty.
Thanks,