FuzzyToothpaste
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change text color of Sela navigation barThank you.
Forum: Themes and Templates
In reply to: Change text color of Sela navigation barWould CSS be the proper way to resolve this?
Forum: Fixing WordPress
In reply to: References to images don' t update after changing site locationThanks, that worked.
Forum: Fixing WordPress
In reply to: References to images don' t update after changing site locationI just realized that this doesn’t apply just to images. It also applies to links to pages that have a parent. The pages do exist and are perfectly accessible, but the links to them on the site still reference at localhost instead of the domain like with the images.
Forum: Themes and Templates
In reply to: [Academica] Site title and description shows twicsThat worked, thanks. However, I went to my website and looked at the source code, and I didn’t even see any meta titles for search engines. Am I not looking correctly?
Forum: Themes and Templates
In reply to: Remove 'Powered by WordPress' from Academica themeThanks! I was able to make a child theme, take a line out of footer.php, and now it’s perfect.
Forum: Fixing WordPress
In reply to: Permalinks don't updateThank you guys so much. I ran the command to enable the rewrite module (I didn’t even bother to check if the module was already running; I ran the command anyway), and it still didn’t work. So, I opened all of my Apache configuration files, changed every instance of AllowOverride None to AllowOverride All, and now it works flawlessly. This is now resolved.