Ashish Kumar (Ashfame)
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: adding javascript into an individual pageyou forgot to close the image tag
<img src="" alt="" title="" />
Forum: Fixing WordPress
In reply to: adding javascript into an individual pageIt can easily be done with php.
Here you need to have your actual path to images.
by the code it looks like all the imagestop1.gif top2.gif
are in the directory just under the wp-content/themes/mytheme/ folder with other php files. Is that so?Forum: Fixing WordPress
In reply to: Pasting from Microsoft Word…Read this post of mine : [spam link moderated]
Forum: Fixing WordPress
In reply to: Dashboard Not Displaying ProperlyHit Ctrl + F5 to reload so that it is not served from cache. It happened with me a few times when I was on a slow connection.
Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsNo use of adding the line after DB_COLLATE line. Post revisions are still being created.
Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsI have it before that line only.
define('WP_POST_REVISIONS', false ); /* That's all, stop editing! Happy blogging. */ /** WordPress absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');
I will try after the
DB_COLLATE
lineForum: Plugins
In reply to: wp-cumulus not showing upMy apologies.
I didn’t have tags added to the posts. They shows up now.
Thanks for the support.
Appreciate it!Forum: Plugins
In reply to: wp-cumulus not showing upThanks for replying!
I only get to see this code<!-- SWFObject embed by Geoff Stearns [email protected] https://blog.deconcept.com/swfobject/ --><script type="text/javascript" src="https://localhost/nap/wp-content/plugins/wp-cumulus/swfobject.js"></script><div id="wpcumuluscontent"><p></p><p>WP Cumulus Flash tag cloud by <a href="https://www.roytanck.com">Roy Tanck</a> requires Flash Player 9 or better.</p></div><script type="text/javascript">var so4080505 = new SWFObject("https://localhost/nap/wp-content/plugins/wp-cumulus/tagcloud.swf?r=8073730", "tagcloudflash", "466", "303", "9", "#e4f2fd");so4080505.addParam("wmode", "transparent");so4080505.addParam("allowScriptAccess", "always");so4080505.addVariable("tcolor", "0x000000");so4080505.addVariable("tcolor2", "0x000000");so4080505.addVariable("hicolor", "0x000000");so4080505.addVariable("tspeed", "100");so4080505.addVariable("distr", "true");so4080505.addVariable("mode", "tags");so4080505.addVariable("tagcloud", "%3Ctags%3E%3C%2Ftags%3E");so4080505.write("wpcumuluscontent");</script>
It isn’t live yet.Forum: Fixing WordPress
In reply to: Unable to switch off post revisions@westi
I am not confusing it with the autosave feature. I can see the Post ID increasing more than what it should. That means the revisions are being generated and I use a post revision delete plugin which also shows up my edited posts.Forum: Fixing WordPress
In reply to: PHP Character LimitNow I have placed my custom function in the functions.php but it seems that the file is not being loaded. I am working on localhost. Any idea?
Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsIn Trac now : https://core.trac.www.ads-software.com/ticket/10754
Forum: Fixing WordPress
In reply to: PHP Character LimitYes I am also looking for the same thing. Can WP do that on its own or I have to strip out some content manually with php code?
Forum: Fixing WordPress
In reply to: Comments get assigned to the wrong post.Its happening with me too. I am using YARPP Related Posts Plugin, not custom code for showing related posts. What should I do? Moreover how can the comments be fixed to show up on the correct post? Is it just by changing the POST ID in the comments table or some more work is required?
Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsThe problem remains as of WordPress 2.8.4
Forum: Fixing WordPress
In reply to: Unable to switch off post revisions@michaelh
I already have that in my config file. What else I can do?