mrkingid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google Analyticsin the footer.php
Forum: Fixing WordPress
In reply to: embedding utube video in my blogBefore you paste in the embed code, make sure you are in ‘source’ mode in the editor. then save
Forum: Fixing WordPress
In reply to: Footer again and againInteresting, they make the theme depend on having those links in them.
I am not sure where I stand with that, considering WP is open source. Hmmmmmmmmm
Worst case, keep the links, but change the style.css file and make the links the same colour as the background. That way you won’t really see them.
Good Luck.
Forum: Fixing WordPress
In reply to: Footer again and againIn your style.css file what are the values for the class “sponsors”?
It will be
.sponsors <
text here
text here
text here
text here>
And what theme is it?
Forum: Fixing WordPress
In reply to: Footer again and againCan you post the edited text?
Forum: Fixing WordPress
In reply to: Footer again and againWhat is the link to your site? And how are you editing it?
Forum: Fixing WordPress
In reply to: Importin MySQL Issue :: Not importing small DB fileProblem solved…
was never able to import from c: directory of my machine…
I had to add an upload directory in the phpMyAdmin folder and place my sql file there.
I had to alter the config.inc.php file by adding:
$cfg[‘UploadDir’] = ‘./upload’;
at the bottom.
After that, login to phpmyadmin and click your database and goto import. This time you should see anther drop down window in which you can select your sql database from your server. Click go and all done.
Hope this helps someone else.
Forum: Installing WordPress
In reply to: No admin dashboard?I’d say, go into your cookies and delete the one for this site giving you trouble… delete the cache too while you at it… then try again.
Forum: Fixing WordPress
In reply to: Moving WP to new domain :: information_schema not covered in CodexThanks!!!
Forum: Plugins
In reply to: Plugin WordPress EZ Backupoh, make sure you have safe mode off.
In your php.ini file add:
safe_mode=off
Forum: Everything else WordPress
In reply to: Appearance does not exist on my page ??can you take a screen shot of your admin area and post it?
Also, I would recommend uploading the ‘admin’ and ‘includes’ folders again.
Is the new them you bought uploaded under THEMES in the CONTENT folder?
Forum: Fixing WordPress
In reply to: PHP5 upgrade issuehost had to downgrade me to php4.x to get it to work again.
ideas still welcome but I can live with it for now.
Forum: Fixing WordPress
In reply to: FTP information asked for :: helpThat did it. Thanks!
Forum: Fixing WordPress
In reply to: How to access the dashboard?Forum: Plugins
In reply to: Plugin WordPress EZ BackupYour Settings should be:
Backup Directory: /home/bobs75/public_html/christianityetc/blog
Backup Database: bobs75_blog
Backup/Archive Name: MySiteBackup
Save to: /home/bobs75/public_html/Website_Backup
Send E-mail to: bob.sherbondy@yahoo.com
Attach Copy to E-Mail:YES
SQL Server: localhost <—use whatever is in your wp-config file
SQL Username: bobs75_bobs75
SQL Password: **********Plus you will need to have your host turn your php safe mode to off. or if you know where your php.ini file is add this line to it:
safe_mode = off