Rachel Baker
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] v1 API to v2 APIDave,
For v2, you can get a list of all taxonomies via
/wp-json/wp/v2/taxonomies
. All the registered routes are shown in the index at/wp-json/
Forum: Plugins
In reply to: [WP REST API (WP API)] Unable to show posts but no errorThere could be another plugin conflicting with the WP REST API. Can you disable the other plugins and see if that resolves the issue?
Forum: Plugins
In reply to: [Async Social Sharing] New Update to Async Crashed Whole Sitewittonline,
Thank you for the error report. I have just released version 1.8.1, which fixes the plugin bug causing PHP 5.2 (or lower) to error.
I apologize to you and dbooth for causing panic and frustration from the 1.8 update on your site. I appreciate you both taking the time to report the issue.
1.8.1
* Fixed bug where plugin would cause a fatal error for PHP 5.2 and under by changing class initialization process.
* Added minor style fix for Facebook sharing widget alignment.Forum: Plugins
In reply to: [Async Social Sharing] New Update to Async Crashed Whole SiteGosh. I am sorry to hear about the effect the plugin update had on your site. I would like to be sure no other users of the plugin have the same experience, but I have not been able to reproduce it in testing.
Can you share the version of WordPress, and list the theme and plugins active on your site?
Forum: Fixing WordPress
In reply to: 'Abundance'Theme Options won't save changes!We try our best to help everyone with any WordPress problem. However, due to the great variety of existing themes and plugins it is nearly impossible to know everything. Your best chance is to contact the developer for support. It’s always best to go to where the theme/plugin is officially supported when trying to get support.
Forum: Fixing WordPress
In reply to: Dashboard RestrictionsIt sounds like the account you are using only has the “Subscriber” Role which has the most limited access of all of the WordPress User Roles:
https://codex.www.ads-software.com/Roles_and_Capabilities#SubscriberForum: Fixing WordPress
In reply to: Need help removingIt looks as though that menu item is displaying because it is a category. Perhaps you created the product category “Spa Slippers” by mistake? If removing the product category does not remove the menu item, try going to Appearances -> Menus and removing the menu item from your “Main Nav”.
Forum: Plugins
In reply to: [Async Social Sharing] Buttons appear in a preview but not when published??Jason,
I am seeing the social widgets on your blog page: https://d.pr/i/asIv. Were you able to resolve the issue?
Forum: Plugins
In reply to: [Async Social Sharing] Not workingHave you configured the plugin’s settings to select which social widgets to display, and where to display them?
Go to Settings -> Async Social Sharing
Example:
https://d.pr/i/NeQHForum: Plugins
In reply to: [Async Social Sharing] 1.7.0 error headers allready sentMargie,
You in 1.7+ you can select the “posts” custom post type to enable the social icons display.
Forum: Plugins
In reply to: [Async Social Sharing] 1.7.0 error headers allready sentSorry all, I have released version 1.7.1 that resolves this problem. There was an inadvertent blank line at the top of the main plugin file that caused the error.
Forum: Plugins
In reply to: Plugin Won't Install From Admin AreaIt looks as though the plugin within the SVN repo is with a folder, that could be the problem. There is no need for the ‘civil-footnotes’ folder within https://plugins.svn.www.ads-software.com/civil-footnotes/trunk/
Forum: Fixing WordPress
In reply to: Absolute begginer needs helpI suggest starting here: https://codex.www.ads-software.com/Getting_Started_with_WordPress
Forum: Fixing WordPress
In reply to: WordPress going wrong since day oneIt sounds like the owner of the uploads folder is not set correctly.
You need to set the owner of the folder and subfolders to the apache user. You may need to contact your host for helping determining the name of the apache user account.
Example:
chown -R apache uploadsForum: Fixing WordPress
In reply to: Moving blog from subdomain to main domainMindy,
There is extensive helpful information on the process of moving WordPress installations in the Codex: https://codex.www.ads-software.com/Moving_WordPress#When_Your_Domain_Name_or_URLs_Change