Zaggeh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Suffusion Dark theme broken on FirefoxTurns out it was a problem in me not closing something properly in my child theme’s import statement. Suffusion is totally great. π
Forum: Themes and Templates
In reply to: Suffusion Dark theme broken on FirefoxYeah didn’t realize there was a separate area for that. I just clicked the “What other people are saying” link on the theme download page. I’ll try there instead. Thanks.
Forum: Fixing WordPress
In reply to: how sync content between local machine and live installationHave you tried the post via email option? I’ve never played with it so not too sure exactly how posts done through email are formatted and what they can/cannot support, but it might be worth looking into, and saving your emails as a draft and then sending them when you are able to go online seems like a better solution than constantly having to import/export and maintain a separate local installation.
It should be in your writing options if you want to check it out (wp-admin/options-writing.php).
Forum: Fixing WordPress
In reply to: Image files missing after changing hostSo to clarify, you backed up the Database only and are using it with a fresh WordPress installation?
I believe there are references to images in the database, but those are just references pointing to where they are located in your fileystem (typically wp-content/uploads) you’ll need to move that folder from your old host to your new host. I’m not 100% sure on this though since I’m a bit new too WordPress as well, but that’s how it works on my particular setup.
Forum: Fixing WordPress
In reply to: Author Avatars – Plugin required?I was confused by the whole gravatar thing. I thought I needed a plugin to get it to work, which really confused me.
But I did it just like you said, all I had to do was sign up, associate the same email address I use for my blog’s account with my gravatar account, and that was all.
Really simple and not confusing at all. Not having to sort through 306 different avatar plugins really helped. π Thanks.
Forum: Fixing WordPress
In reply to: Error 404 on page postWild guess here (I’m not really a WP guru or anything), but check your reading settings (http://http://swingzhookahshop.com/wp-admin/options-reading.php) and look at the first option for what your front page shows. Does it by any chance show a static page that has been deleted or renamed?
Forum: Fixing WordPress
In reply to: Arranging Navigation ButtonsThey don’t appear alphabetical to me. I see Home first, Your Invitation to Victory second, and About last. Did you already resolve this?
Most themes with top nav bar buttons allow you to choose from either a list of pages or a custom menu (http://www.holyghostrevelation.com/wp-admin/nav-menus.php). If possible, you may be able to go into your theme’s configuration and change this to a custom menu and then add the pages/links you want and sort it that way. However, I’m not familiar with that theme so it may not be possible to do it in the way I described.
Forum: Fixing WordPress
In reply to: Website has gone down so has the admin log inFirst, I would suggest you check via FTP to ensure that your WordPress files are still in the proper location. Namely your index.php and a bunch of files and a few folders that begin with wp-. Where exactly they need to be varies by host and configuration, but basically if they’ve moved or been deleted, that may result in a strange index page like that.
As long as they are there, I would advise you to contact your web hosting provider about that message, as it seems to be a server configuration issue.
Forum: Fixing WordPress
In reply to: wordress codingPersonally I think the term “fastest” and “most efficient” don’t really go together when talking about making your own theme. It may be more efficient, but even if you are fully proficient at CSS and such, it still requires a great deal of time and effort to design your own theme from the ground up.
Personally (with proper attribution), I feel the FASTEST way of getting your own theme up is to find a pre-made one that closest resembles the style you are going for then creating a child theme (http://codex.wordpress.org/Child_Themes) off of it.
The way child themes can inherit elements from their parents but still be fully customizable is really great and will save a lot of time and work. Yet at the same time, it may also inherit some design flaws and inefficiencies, so that’s where making your own theme would come to play.
If you’re just getting started with WP, I’d suggest looking at child themes first. But that’s just my personal opinion.
Forum: Fixing WordPress
In reply to: How to add YouTube support?Thanks for the quick reply. That was already checked.
Forum: Networking WordPress
In reply to: Sub-directory Site, 200 OK messages appearing on PageThanks for the reply. I have a post up on NetSol’s support forums as well, but still no help there.
Are there any simple things you can think of that I could do from my end to test and identify the exact issue?