Abigail
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Local Avatar] [Plugin: Add Local Avatar] Image uploading, not showingHere is a thread where I chronicled my issues getting started.
At first I had created my “avatars” folder somewhere beside the web root. At that point the avatars were getting uploaded, but were not showing. When I then moved the avatars folder to the web root (and edited the plugin settings to match) they started showing. This was of course after permissions were set properly on the folder.
Notice also that I have enabled the option under the path, called:
Or, use legacy (v7.3 and lower) $_SERVER[‘DOCUMENT_ROOT’] method , this option often helps when using sub-domains.
This is exactly what fixed my problem. It happened to me twice on two different domains.
First I had to create the avatars folder beside the webroot /public_html/avatars then set the permissions.
Then I changed the settings on the plugin to match. But that didn’t work. The images were uploaded but never showed up.
I moved my avatars folder into the webroot /public_html/domain/avatars and changed the settings on the plugins, then everything just started working!
Forum: Fixing WordPress
In reply to: User profile, remove personal optionshere’s another one that also works.
https://wpsnipp.com/index.php/functions-php/remove-personal-options-from-user-profiles/
Forum: Fixing WordPress
In reply to: Taxonomy template file in custom themeYeah, I can confirm that I couldn’t get this to work either. taxonomy-(insert your post_type here).php doesn’t work.
It actually works. It’s taxonomy-(insert your taxonomy here).php that works.
Forum: Plugins
In reply to: CMS Press – how to show taxonomy on a page/postOkay I found Justin Tadlock’s tutorial. I think u better check this out
Forum: Plugins
In reply to: CMS Press – how to show taxonomy on a page/postI have the same question. I don’t see any way to display the taxonomies on a published custom post type. Or I may have not seen it yet. I’m a noob on this.
Do I have to edit single.php ?
Forum: Alpha/Beta/RC
In reply to: Multisite image path errorHelp will be very much appreciated ??
Forum: Alpha/Beta/RC
In reply to: Multisite image path errorI have the same problem, my .htaccess is okay and is exactly the same as what’s posted above.
Upload Path: wp-content/blogs.dir/8/files
Fileupload URL: https://christianpinoys.com/news/filesWhen I upload a sample image on one of my sites on the network, I get this url: https://christianpinoys.com/news/files/Winter.jpg – it doesn’t show up
I’m a noob and I don’t really understand what’s wrong with it. Help anyone?