Sage Brownell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Total novice here…create a child template?Alright, so here is what you do…
Go into your file explorer and wherever you saved it, find wp-content > Themes
Create a new folder in there titled TwentyEleven Child (for example)
Open up some text-editing software (I use Notepad++) and paste this into it:/* Theme Name: Twentyeleven Child Description: Child theme for the twentyeleven theme Author: Your name here Template: twentyeleven */ @import url("../twentyeleven/style.css");
Save the file in your TwentyEleven Child folder as style.css
Put any css underneath the block of code or else it wont work.Hope that helps!
Forum: Everything else WordPress
In reply to: Change profile in forumYou can’t delete your profile.
In View Your Profile > Edit type your desired username into your first or lastname areas, update your profile, then edit again and you will be able to change your display name (using the drop-down list)Forum: Fixing WordPress
In reply to: Cannot add categoriesAre you an admin? Or are you under a different user?
Forum: Themes and Templates
In reply to: Can't center images. Help!Try this code:
<div style="text-align: center;"> <img src="https://www.moonsmuses.com/Cat2.gif" alt="image" /> </div>
Forum: Fixing WordPress
In reply to: Cannot add categoriesIt should be in
Dashboard > Posts > (under where it says Add New) Categories
If not, there is a problem.To edit an already published post, go to
Dashboard > Posts > All Posts
Then click on the name of the post you would like to edit.Forum: Fixing WordPress
In reply to: Cleaning out the old postsI just tested it out and photos added to comments don’t show up in my media library — do you have a plugin of some sort which adds them in there?
I guess the way to find out would be to delete a comment with an image attached then check the media library to see if the image has been deleted. If not, then yes, you would need to delete them out of your media library as well.Forum: Fixing WordPress
In reply to: Very strange problem with permalinksNot sure if this will fix it, but apparently you shouldn’t start the permalink with “category, tag, author, or postname fields.” Try changing that and see if it works ( /%year%/%postname%/ )
Forum: Localhost Installs
In reply to: Stylesheets not Appearing on Other Users?Using ip because…just haven’t put a domain on it yet. Hopefully that will fix it because no, I do not believe it is a static ip
Forum: Fixing WordPress
In reply to: Total novice here…create a child template?I personally have to read up more on it before I could help you…but have you taken a look at this?
https://codex.www.ads-software.com/Child_ThemesForum: Fixing WordPress
In reply to: post id searchI am sure it could be done, but it probably needs some advanced coding. Another idea would be to make a linked HTML drop down menu (in a text widget for your sidebar or whatever) but you would manually have to add in the post names and links.
Forum: Fixing WordPress
In reply to: post id searchAs in typing 5 into google and it eventually coming up with your post? You could add 5 as a tag or at the end of the post write post# 5 I guess…
Forum: Themes and Templates
In reply to: Two home-page tabs in header barForum: Fixing WordPress
In reply to: Adding bbPressNo problem, glad I could help (please set this topic as resolved)
Make the image into the thumbnail and save it somewhere (like tiny pic or photo bucket). Put the direct link into the “image URL” part. Put the code into a text widget for your sidebar.
Does that work?
Forum: Fixing WordPress
In reply to: Adding bbPressDashboard > Appearance > Menus
In the Pages box click the button next to the name of the page and add it to your menu.Edit: a more extensive description
https://codex.www.ads-software.com/Appearance_Menus_Screen