sozot
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unordered Text List Presenting as Links and How to Colum ArrayHi Jim. I highly recommend you download firebug for Firefox and use the built in tools to help you dissect this problem on your own. The learning experience will be a lot more valuable to you than just having someone point out the specific class in question. Also, I recommend doing some google searching on how CSS works, so you understand what the ‘cascade’ is. Hope that helps!
Forum: Fixing WordPress
In reply to: Naming page question with ending in .htmlBest thing to do is set up your server to 302 redirect to the new URL, which will fix the links without you losing page rank. Getting WordPress to serve up .html isn’t a realistic prospect.
Forum: Fixing WordPress
In reply to: 2 different languages on one domain – no translation pluginWPML does exactly what you are looking to achieve.
Forum: Fixing WordPress
In reply to: JQUERY TABSProbably but you haven’t given enough information for anyone to help you.
Forum: Installing WordPress
In reply to: wordpress on 123-regI’d say its probably the latter sorry to say 🙂 there are a lot of reasonably priced hosting providers out there with solid WordPress support, I’d find one of those 🙂
Forum: Fixing WordPress
In reply to: utf-8 symbols not displaying correctlyYou can set the server to UTF8 using the my.cnf configuration file.
Forum: Hacks
In reply to: Renaming wp-admin to /My suggestion is to not spend a lot of time trying to get this to work, because you will fail mu ha ha :). I’ve wasted a lot of time myself on similar things, some limitations of WordPress include having to just stick with the wp-* conventions or risk breaking a lot of stuff.
Forum: Hacks
In reply to: Create posts with custom guid without "http://" ?You and me both. Right now this isn’t possible without a core code edit unfortunately.
Forum: Fixing WordPress
In reply to: Comment form showing login and e-mail addressThis is probably being stored in your browser, you need to check the security settings and you should be able to prevent that if you want to, but its harmless unless you are on a public computer.
Forum: Fixing WordPress
In reply to: Want to create an online book using WPI remember the old days too lol. Definitely don’t just do raw HTML :). WP could work for a book but yea, you will need to customize it to behave the way you want.
With custom post types this is definitely easier now than ever. I recommend taking some time to experiment and figure out how you want it to be structured and then seeing if there are any existing plugins or themes that will get you started in the right direction.
Forum: Fixing WordPress
In reply to: Admin duplicationIt sounds like you have two installations of WordPress. Perhaps one at the domain root and another within the domain root? You need to check the file system where it’s installed and make sure there isn’t a WordPress folder within a WordPress folder.
Forum: Fixing WordPress
In reply to: Extra panel on blog page needs removingDownload Firebug for Firefox.
Right click on the area and select the Firebug link at the bottom which will open the debugger panel and should highlight the specific HTML tag in question.
You can add a new CSS rule that just sets it to display:none.
Hope that points you in the right direction, reply if you need more specifics.
Forum: Installing WordPress
In reply to: Softaculous Installed WP wont workProbably a PHP error. Do you have access to the error logs for your server? Also you might need to enable wp debug in your wp-config.php
Forum: Fixing WordPress
In reply to: How to change default RSS feed title?In that case the duplication might actually be happening because of wp SEO lol. Try playing with the force rewrite titles checkbox and see if that makes a difference.
Forum: Fixing WordPress
In reply to: How to change default RSS feed title?I would recommend using the WordPress SEO plugin by Yoast. It lets you alter titles and meta descriptions pretty easily and will likely fix this title problem you’re having.