doctoralf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: YouTube embeding: WordPress and FirefoxIf you’re going to use lightbox, or something similar to display images, you may want to add
value="transparent"
to the code so that the video isn’t on top of the images/etc. So the code to embed should look something like:<object type="application/x-shockwave-flash" width="425" height="350" data="https://www.youtube.com/v/kuj9BrCIyvw"><param name="wmode" value="transparent" /><param name="movie" value="https://www.youtube.com/v/kuj9BrCIyvw" /></object>
Forum: Fixing WordPress
In reply to: Google doesn’t crawl the posts?Sitemap would definitely help, as it tells google what to crawl. I’ve set it up to update my sitemap every time I post and Google usually download the sitemap once or twice a day and crawl/cache every few days.
Forum: Fixing WordPress
In reply to: CSS not loading on any theme..!I dont think it was teh chmod as I only did that for the Blix folder (and it still refuses to load the stylesheet for the Blix theme), and I hadn’t changed the folders’ permissions when the problem started.
I’m just happy that I have my blog back in some capacity so I’ve marked the support as resolved.
Thanks again
Forum: Fixing WordPress
In reply to: CSS not loading on any theme..!okay. i have managed to get the other themes working (no idea how, but they work). Blix (and one or two others actually) still crash and burn when I try to use them but I’ll be happy with what I have for now.
Thanks for all your help guys ??
Forum: Fixing WordPress
In reply to: CSS not loading on any theme..!Any idea why I get this:
Fatal error: Unknown function: get_header() in /home/doctoral/public_html/wp-content/themes/Blix/index.php on line 1
when I go to:
https://doctoralf.com/wp-content/themes/Blix/Forum: Fixing WordPress
In reply to: CSS not loading on any theme..!the themes folder, the Blix folder and all files inside are now 755, but no change.
Forum: Fixing WordPress
In reply to: CSS not loading on any theme..!Never mind the last two posts by me, I fixed that problem (simple as deleting the old admin-footer and putting in a new one)
Forum: Fixing WordPress
In reply to: CSS not loading on any theme..!oh, and, according to dreamweaver, line 171 is:
require('./admin-footer.php');
Forum: Fixing WordPress
In reply to: CSS not loading on any theme..!Here’s an update, I’m getting these errors at the bottom of my admin page:
Warning: main(./admin-footer.php) [function.main]: failed to open stream: No such file or directory in /home/doctoral/public_html/wp-admin/index.php on line 171
Warning: main(./admin-footer.php) [function.main]: failed to open stream: No such file or directory in /home/doctoral/public_html/wp-admin/index.php on line 171
Fatal error: main() [function.require]: Failed opening required ‘./admin-footer.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/doctoral/public_html/wp-admin/index.php on line 171
Forum: Fixing WordPress
In reply to: CSS not loading on any theme..!silpstream, thats normal. All the wp folders are there and i’ve changed them (and contents to be 666 and 755).
The folders are fine. Everything is inside of them the way it should be (I backed up my server a week or so ago, but I left the backup on the computer at work).
Is there anything else that might be causing this problem? I’m hesitant to reinstall wp (I do have a nightly database backup of everything though in case I do have to)
thanks for your help so far.
Forum: Everything else WordPress
In reply to: Free webhosting that supports WordPress?The best free host that I have found is at jumba.com.au (US based and AU based hosting).
https://jumba.com.au/content/personal/us-plans-pricing.php
They have a fantastico based WordPress install as well (automatic, creates the databases and directory/files/etc for you).
Forum: Everything else WordPress
In reply to: Please Suggest a Good Webhosting ServiceFree hosting if you have your own domain name, cheap if you want more bandwidth/add domains. I’ve been with them for over a year now and they’re really good.
The support forum is great and all support emails are usually answered in a day or two at most. You can also use fantastico to automatically install WordPress from cpanel ??
Forum: Fixing WordPress
In reply to: Blog gone nutsNever mind, the permalinks just got stuffed.
Forum: Fixing WordPress
In reply to: Issue with <br> in Postshave you tried using
<br />
instead of<br>
?Forum: Plugins
In reply to: Extreme Video Plugin… anyone else having probs?Never mind, found a workaround ??