ryans149
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 301 Redirect from .com.au to .com with.htaccessRewriteCond %{HTTP_HOST} ^yourdomain.com.au$ RewriteRule ^.*$ "http\:\/\/yourdomain\.com" [R=301,L]
Forum: Themes and Templates
In reply to: Still Can’t Edit Templatesask them to set up “Recursive” permission to your theme folder. If this does not work, ask to set up 777 permissions….
If this still not help you, ask them to check the ownership of the files. It should be user:user (not necessary, but just a hack)
Forum: Themes and Templates
In reply to: Increase wp-login hyperlink fontdo you mean at yourblog.com/wp-login.php ???
Open your wp-login.php file, check the css and make changes to them
Forum: Fixing WordPress
In reply to: Can’t upload photos1) assign 755 (or 777) recursive permission to wp-contents/uploads folder
2) Make sure you have create tmp directory, and it is writable.Forum: Installing WordPress
In reply to: problem with wordpress on an university serverOne silly question, are your files and database on the same server???
If yes, then use the database server as localhost.
if not, then also you can use that database. You need to use the IP address of the database server instead of localhost. But in this case, database server must allow remote connection..
Just check this out..
Forum: Fixing WordPress
In reply to: moving twitter boxcheck out where is the twitter box exactly and what is the css for it. You can try reducing the width of your div tag, but for that you need to check your CSS file in detail..
a simple example:
<div style="width:20px"> anything here</div>
Forum: Fixing WordPress
In reply to: Discussion-based email list from WP users?you can use MailMan:
https://www.gnu.org/software/mailman/index.html
This can be integrated with WordPress. Check thus:
https://lists.automattic.com/mailman/listinfo/wp-proForum: Fixing WordPress
In reply to: moving twitter boxare your gallary and twitter boxe in header? Then you edit the header.php and adjust the div tag..
Forum: Fixing WordPress
In reply to: Changing Information in Header (I believe)?Received your mail.. replied you accordingly..
Forum: Fixing WordPress
In reply to: Changing Information in Header (I believe)?If you still fail to do this, consult your host.
Even if you fail, you can mail me at ryan_accuwebhosting[AT]yahoo[DOT]com. (Moderators, please don’t consider this as spamming or any illegal activity)
Forum: Fixing WordPress
In reply to: Pages Not Showing up In IEis this is the page you are talking about???
https://lh4.ggpht.com/_-fwr0yB4cYg/SltU5pteU5I/AAAAAAAAB60/dDDeYefEaaY/s512/screen_capture123.JPG
Forum: Fixing WordPress
In reply to: Tag Cloud not workingit is possible that upgrade was not properly done. Some files must be mission. Upload the wp-admin and wp-includes files again..,.
Forum: Fixing WordPress
In reply to: One Page isn’t Showingwhat is your permalink structure?? make sure the URL is correct..
Forum: Fixing WordPress
In reply to: Pages Not Showing up In IEYour about page is working fine, but showing recent posts only (checked in IE)
Forum: Fixing WordPress
In reply to: Links in post do not appearcan you be specific? Or give the HTML code in your post??