biotox
Forum Replies Created
-
Forum: Plugins
In reply to: Update/Change Plugin NameEven better answer. Thanks 🙂
Forum: Plugins
In reply to: Update/Change Plugin NameFound out.
Forum: Hacks
In reply to: Remove crop from featured imageDoes a plugin control the blog reel or are there controls built into the theme? Are you both using the same theme?
Forum: Hacks
In reply to: How to remove H1 H2 H3 formating from stylsheetYou can view your site and find which CSS file is controlling the header tags (web developer bar on FireFox is a lot of help). Go into your server (if it is not available from the theme editor or no permission to edit the file), find the file in /wp-content/themes/{theme name} and download a copy of the file to your machine. Make a copy in a different directory in case you want to revert your changes. Open the file with your editor, delete the header rules, save the file and upload the new copy to your server. Test your changes.
That’s the simplest version I could write for you.
Forum: Plugins
In reply to: Automatic Plugin Version UpdatedI do have a second question. What purpose does the tags serve? Does it just keep a log of old revisions?
Forum: Networking WordPress
In reply to: How to solve WAMP localhost 500 internal errorI found a solution for WAMP users. They unusually need to enable the mod_rewrite for their Apache server. In the httpd.conf find “LoadModule rewrite_module modules/mod_rewrite.so” and remove the pound (#) from the beginning of the site. Save the file and restart WAMP. Add the .htaccess file changes for the WordPress network. Refresh and it should work.
From what I read, some need to change AllowOverride none in the httpd.conf to AllowOverride all as well. I hope this helps.
Forum: Networking WordPress
In reply to: How to solve WAMP localhost 500 internal errorI have the exact same problem. I killed the .htaccess and tested the default “sample page” but it gave me the 404-Not Found.