doc4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can’t upload mp3smmusil,
Keep in mind WordPress has an upload file size limit in place and this new mp3 may be more than it can handle. You would have an easier time using FTP for this.
Forum: Fixing WordPress
In reply to: How to Realign Taglineryansassistant,
eugenealegiojo is right. You will need to look through the theme files, I’m guessing header.php and change the coding for the tagline.
Forum: Fixing WordPress
In reply to: Page not listed in DashboardArch Stanton,
As far as Google goes, you will simply need to wait until the page is no longer recognized. You can speed this up by updating your sitemap.
Forum: Fixing WordPress
In reply to: text to start at same positionweiler14,
Start by removing that hard coded “align-center”. This should set the text left-justified and you can begin to use CSS as a control.
Forum: Fixing WordPress
In reply to: Can I change the “Access Denied!” text when a user is not logged in?firstourselves,
What forum software are you using?
Forum: Fixing WordPress
In reply to: Making a link different colour to the othersdeathwinger,
Try targeting it with: page-item-23 for example:
li.page-item-23 { color: #333; text-decoration: underline; }Forum: Fixing WordPress
In reply to: How do I transfer all my old WordPress content to a new server?planesfillingwc,
That page is a little tricky if you read it too quickly. Transferring a database: Backup here: http://codex.wordpress.org/Backing_Up_Your_Database and upload here: http://codex.wordpress.org/Restoring_Your_Database_From_Backup
I always miss those links.
Forum: Fixing WordPress
In reply to: Blogrollkej0283,
This is an odd question. What exactly are you wanting to do with the Blogroll?
Forum: Fixing WordPress
In reply to: Extra HTMLrzea,
You might try the TinyMCE Advanced plugin which has an option to prevent this sort of behavior. http://wordpress.org/extend/plugins/tinymce-advanced/
Forum: Fixing WordPress
In reply to: Nextgen – pagination by album problemeugenealegiojo,
Have you posted this question on the nextgen web site? http://alexrabe.de/wordpress-plugins/nextgen-gallery/
Forum: Fixing WordPress
In reply to: Postingreviewposts,
Is this a WordPress hosted site? If so, please post this question at wordpress.com for better results.
Forum: Fixing WordPress
In reply to: indenting issue in all poststayloryoelin,
Glad to see you’re taking this well. Post a link to a troubled post and we will take a look.
Forum: Fixing WordPress
In reply to: bloginfo(‘template_url’); ? Am I doing this right??Agent D,
This is very efficient in an instance where you will be moving the site soon. However if the site is currently in a state where it won’t be moved often I suggest using http://www.mysite.com/images etc. Since this puts fewer calls on the server.
I am interested in other opinions on this subject.
Forum: Fixing WordPress
In reply to: Help with wp backup pluginddamron44,
I take it this is wp-database-backup? If this is the case you need to chmod the backup folder to 777. You can do through an FTP program. Right click on the folder and set permissions to 777 by checking all the permission boxes.
Forum: Fixing WordPress
In reply to: Back Up/Saving Site4795209,
I hope that’s not your phone number. You might start with wp-database-backup http://www.doc4design.com/plugins/wp-db-backup-fix/