Paul Kaiser
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Float variable width divsHowdy,
Fairly certain width:auto isn’t going to do what you want. (Don’t we all wish!) If you are going to float those puppies, they need to have a specific width set, in something like pixels, ems, whatever.
You could make two different templates, though. Each could then have a different width set on div#left as appropriate.
Paul
Forum: Fixing WordPress
In reply to: Ugh! Sidebar not showing in IEI just tested again using Adobe Browsershots, and looks fine in Chrome 18, IE9. My funky view must be cache-related.
Forum: Fixing WordPress
In reply to: Dynamically loading content within a pageAwesome. I’d love to see the site when you’re done.
Take care,
PaulForum: Fixing WordPress
In reply to: Ugh! Sidebar not showing in IEWell, the main page (“Front Page”) currently seems fairly-well messed up, at least in FF, Chrome, Safari.
Indeed, internal pages (such as “Rules”) show nicely.
Are you using a special page template for the home page?
PaulForum: Fixing WordPress
In reply to: My image is displaying as an XGreat news, man.
Take care,
PaulForum: Fixing WordPress
In reply to: Featured Image Shows PoorlyOh yeah, i forgot thumbnails force to square or something.
Nice work… indeed, it looks Way better now.
Nice site!
Take care,
PaulForum: Themes and Templates
In reply to: Trouble to insert a custom sidebar in custom single post pageHowdy,
Can you also either:
1. Provide the code for one of the pages that does show the sidebar the way you want (maybe category.php or page.php?)
2. Provide a URL if you can to the site as it stands?Something in your sidebar is altering the main WP loop, which is why adding it inside <aside>… goofs up the rest of the page.
Paul
Forum: Themes and Templates
In reply to: Want to show slideshow on front page onlyHowdy Anna,
Love the colors on your site / logo!
Zap me the code from your header.php file for that theme.
Either here or to [ redacted, support is offered via the forum and not email ]I can probably help you out.
Take care,
PaulForum: Fixing WordPress
In reply to: My image is displaying as an XI’m assuming this is the problem image:
HourglassBalancedCover35%.pngYou cannot use special characters like a % sign in a file name / path.
Change that, re-upload, and try it out.Also, nothing like +, -, =, &, $… just stick to alphabet and numbers, and I recommend using “-” or “_” instead of spaces.
Let me know if it works out,
PaulForum: Fixing WordPress
In reply to: Can't view imported WordPress.com blogHmm, I know this sounds lame, but it is what I would do first.
Can you try the importer again? (Nothing to lose, really..)
And… how big is the file that you exported from the wordpress.com site?
If it’s not very big… you might want to open it in a text editor to see if anything is actually in it. It is possible the export itself is not right, and you’d need to export form wordpress.com again.
Let me know,
PaulForum: Fixing WordPress
In reply to: Comments on Pages don't show and can't be leftOkay, here’s what you need to do:
1. Go under “Appearance > Editor” in your dashboard.
2. On the right at the top, make sure you have selected the right theme (your active theme.)
3. On the right there is a list of all the pages in your theme. Click on “page.php” This will open the page in the on-page editor.
4. Scroll down and find:
<\div><!--end .post-->
5. Add the following line after that line:
<?php comments_template(); // include comments template ?>
6. Save your changes, and go check it out in your blog.For reference, this is similarly handled in the “single.php” file in your theme. The difference is that “comments_template” being left out of the page.php file.
Give it a whirl!
Take care,
PaulForum: Fixing WordPress
In reply to: Setting Up Custom FieldsHowdy,
Are you logging in to your site as an Administrator?
At the top of your dashboard, you can also click “Screen Options” to then hide / show various panels in your write / edit screens.
Is it possible that custom fields are hidden, and you just need to select it there?Let me know,
PaulForum: Fixing WordPress
In reply to: Comments on Pages don't show and can't be leftWell, the code to add the “comments” block is probably just not included in the Page templates for that theme.
Do you know how to add that code? Or can the person who installed the theme for you do it?
Paul
P.S. as you probably know your theme came from:
[ link redacted ]Forum: Fixing WordPress
In reply to: My image is displaying as an XJust means your browser cannot find the image at the path your HTML says it should.
Can you please provide a sample URL?
Paul
Forum: Fixing WordPress
In reply to: Question mark & blue boxes instead of photosWhen they did the restore, did they send you an email saying it was restored? If they did (they should have, but who knows…) the email would likely tell you where the restore was placed.
You might also know… you can log in to your Bluehost cPanel and use the File Manager to see where all your files are at. This can sometimes be easier than using FTP.
Often, a restore would be placed in 1 of 2 places:
1. In your main directory (that is, not buried in any folders.)
2. In your public_html directory
3. In your public_html directory inside another directory that is specified for your domain. (such as public_html/cadryskitchen.com/)Hope this helps a little,
Paul