ajithkpunnoose
Forum Replies Created
-
Forum: Reviews
In reply to: [W3 Total Cache] Tries to do too muchI agree with davert about giving the low rating. The plugin promises things and it achieves almost all of it. (at least the ones I have used) He has done a great work in creating this plugin.
Forum: Fixing WordPress
In reply to: Need to change the URL for blog logo to another URLChange
<a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('description'); ?>">
to
<a href="https://www.noshe.co.za/" title="YOUR_DESCRIPTION">
Forum: Plugins
In reply to: [Picasa and Google Plus Express] [Plugin: Picasa Express x2] Bugs with WP 3.1This plugin can break the media uploader. After crunching , if this is enabled, the process returns out of memory.
I have some bugs (probably) to report too.
1. When Redirect Ugly is enabled, the front page will never load. FF says its because of a problem with redirection.
2. Title and Description are copied from All in ONE SEO, but keywords are not copied!
Forum: Fixing WordPress
In reply to: Need to change the URL for blog logo to another URLI think the problem is because your theme files do not have the right permission. Please check them using an ftp client. (I hope you see this)
Forum: Fixing WordPress
In reply to: Need to change the URL for blog logo to another URLSorry for the late reply, I saw it today only. I had to install the theme.
Goto
Appearence>>Editor
from the right side list of files select the file :
bfa_header_config.php
now find the following code (CTRL+F in Firefox and search for ‘logoarea-logo’) :
// Logo Icon for WordPress and WPMU if ( $bfa_ata['logo'] != "" ) { echo '<td ' . $header_rowspan . 'valign="middle" class="logoarea-logo"><a href="'; bloginfo('url'); echo '/"><img class="logo" src="';
You need to change :
<a href="'; bloginfo('url'); echo '/">
to
<a href="HTTP://WWW.FINOMICAL.COM/">
There is one problem with this method, whenever you update this theme, you will have to redo the above steps. From a quick look, I haven’t seen a direct way from the theme administration page.
Forum: Fixing WordPress
In reply to: Image uploading error with all gallery plugins.. I already done that (Its not much useful in WP3 onwards, as WP auto-manages this.
Forum: Fixing WordPress
In reply to: Image file uploading error.Finally caught them!. There are two plugins causing the problem
error 1 :
/wp-includes/media.php on line 253
cause : Mudslideshow
error 2 :
/wp-includes/media.php on line 999
cause : lightbox plus
Notified both developers via forum.
Forum: Fixing WordPress
In reply to: Image file uploading error.Comment removed
Forum: Fixing WordPress
In reply to: Image file uploading error.It’s a plug-in error. Now is the had part. I gotta find out which one it is. Probably something that touches the gallery I guess.
Forum: Fixing WordPress
In reply to: Image file uploading error.Thanks a lot for your reply James. I will try the method you mentioned and post the results here.
Forum: Fixing WordPress
In reply to: Need to change the URL for blog logo to another URLCan you upload the header.php and functions .php
Forum: Fixing WordPress
In reply to: Post slug redirection.. Normal?Yes. I have done this in some previous version too. This is normal. But I think it will produce the normal 404 after some days or so.
Forum: Themes and Templates
In reply to: Slideshow intermittently workingWhere is the designer?
I am also having problems at https://www.exnol.com
I changed the featured slide-show category to ‘featured’. Everything was fine. Then one fine morning the slide-show is not auto playing. I cannot find whats wrong. can somebody please help?
Forum: Plugins
In reply to: Rndom Post from CategoryThanks everyone for no replies. Here is a method you can actually use :
https://perishablepress.com/press/2009/07/13/display-random-posts-from-specific-tags-or-categories/