bricksmith
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Tabs] lazy loadingHere’s a link to my site: https://www.kybaptist.org
Forum: Themes and Templates
In reply to: styling YouTube objectThanks for responding, zoonini! I ended up using:
embed {
float: right;
padding:15px;
}and that worked.
Forum: Fixing WordPress
In reply to: discrepancy between post and rss timezonesThe discrepancy is too great to be attributed to daylight savings, but I did check that. Thanks for mentioning.
I added the line you suggested to the .htaccess file in the blog’s main directory. No change.
Thanks for your suggestions, though! I appreciate your effort.
Forum: Fixing WordPress
In reply to: discrepancy between post and rss timezonesOK! Looks like the original feed and the Feedburner feed are now both showing the same date/time: 3/21/2011 at 3:05 a.m.
Post is still showing as 2:05 a.m.
Any ideas?
Forum: Fixing WordPress
In reply to: discrepancy between post and rss timezonesI added the php.ini file with edits to the public_html directory, and no change.
I added the php.ini file with edits to the blog’s subdirectory, and no change.
Forum: Fixing WordPress
In reply to: discrepancy between post and rss timezonesI just contacted my host (Bluehost) and found out that their servers are set to -0700.
The said I could add the php.ini file and add:
date.timezone = “Etc/UTC”;Does this sound like it might be part of the problem?
Will adding and editing the php.ini file cause problems with my WP blogs? I have several hosted on this account.
Forum: Fixing WordPress
In reply to: theme-editor.php not loadingI ended up validating the css using an online css validator. I fixed those problems, then fixed the style sheet header to:
/*
Theme Name: My Design
*/and everything is now working.
Forum: Fixing WordPress
In reply to: theme-editor.php not loadingNow I’m unable to go back to the modified Sandbox theme I’d been using. It shows as damaged.
Forum: Fixing WordPress
In reply to: theme-editor.php not loadingOne other bit of information — if I switch to the default theme, I’m able to load the theme editor just fine. This appears to be a problem with the theme.
Any ideas on how to fix this?
Forum: Themes and Templates
In reply to: sidebar, footer problems with themeI’m not sure if I’m doing this right, but here’s the link to the code on pastebin:
Forum: Fixing WordPress
In reply to: theme-editor.php not loadingI’ve tried changing permissions to 777, no luck. I’ve also tried editing the style sheet, also no luck.
Would replacing theme-editor.php help?
Forum: Fixing WordPress
In reply to: problem styling Sandbox footerI’ve moved this to the css thread, which seems more appropriate.
Forum: Fixing WordPress
In reply to: 2.5 theme-editor.php – http 500 errorSorry, moshu, I don’t think the question is unrelated. And in the past, I’ve been scolded for NOT posting to a related thread. I’ll try again.
Forum: Fixing WordPress
In reply to: 2.5 theme-editor.php – http 500 errorI tried adding arkane8’s Theme Name to the stylesheet, but no luck. Also changed CHMOD to theme folder to 777, still no luck.
I’m working in 2.6.2, with a spanish language installation.
Any ideas?
Forum: Fixing WordPress
In reply to: image styling problemThanks so much!
I left the generic definition in place so my existing posts would not be messed up and added the .alignleft and .alignright. That seemed to do the trick.
Thanks!