Red Deer Web Design
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't add blog postNeed more details and site info. Otherwise – good luck.
Forum: Fixing WordPress
In reply to: How do I set up FileZilla so that I can edit my theme?Correct. WordPress.com and WordPress.org are two different things.
.com is under the wordpress domain/hosting.
.org is simply a download and you run the “software” on your own domain/hosting through someone like Bluehost. This away you access “your” files via ftp.
You might be able to edit theme code under the ‘Appearance’ tab… should say ‘edit’. I’m not 100% sure though as I haven’t looked at the .com version in a long time.
Forum: Fixing WordPress
In reply to: Need help moving my sidebar on the right higherThe code jcj1867 mentioned is still displaying on your other pages…. meaning the file you altered must be the wrong one.
Are these other pages using a different template or perhaps calling some different sidebar?
Forum: Fixing WordPress
In reply to: PHPYea, I thought of that too, but I also have quite a few tables that just wouldn’t be workable in HTML view.
Any other ideas? Why does WP even start commenting the code out?
Thanks Cybermike 🙂
Forum: Your WordPress
In reply to: HTML / CSS Help WebsiteNo comments on my site??? Thanks guys…
Forum: Fixing WordPress
In reply to: Lost siteYou DO NOT need to start over. The database and everything still exists, however it’s all looking for the correct spelling. You will have goto dream host, open myPHP or whatever it was called, and fix all the URL’s.
Essentially you need to follow something similar to this: http://codex.wordpress.org/Moving_WordPress
Forum: Fixing WordPress
In reply to: Why restore default theme is not straightforword in WP?wtf are you talking about? Themes –> Activate WordPress 2011 Theme. Done.
Forum: Fixing WordPress
In reply to: NEED BIG HELP WELBSITE BLINKThat sucks. lol. That usually happens to me when something in the functions.php isn’t working.
Forum: Your WordPress
In reply to: Review my site plzDon’t worry about ads at all, not until the site grows.
Forum: Themes and Templates
In reply to: [Responsive] Home Page Responsive ThemePakiman, from what I remember, all the buttons are with the css classes: [color][size] ex: blue medium
It’s probably similar. You will have to open the homepage in an editor and search for the code.
Open an ftp, and try deleting any new plugins you just installed that may have caused this? I’d start with that.
css for bullet points:
.lcp_catlist li { list-style: none; }
Forum: Themes and Templates
In reply to: Image in Page TitleI would set up featured images for each post. After reading the wp codex, you will be able to just insert the featured image code into the place of the title, then in your CSS you will want the title to be hidden.
This way each image will be changed based on the post. I don’t remember the featured image code, but it’s out there with many tutorials.
Forum: Themes and Templates
In reply to: Home Page and BlogYes, on whatever page you wish to have the entire blog, change the theme template to “blog” or whatever it’s called. I use the same theme and love it. It’s all in the page templates. Note: PAGE not post templates…. as obviously there are no post templates.
That should work. Then Settings > Reading you have the home page = page displaying posts (using blog page template).
It’s a little different than a standard theme…. but still works fine.