Vignesh Pichamani
Forum Replies Created
-
Forum: Plugins
In reply to: [plugin:wp-user-frontend]attachment options not dispalyed]any one please help for me …
Forum: Fixing WordPress
In reply to: Bullet Points Hidden Behind Imagelist tag
Forum: Fixing WordPress
In reply to: Bullet Points Hidden Behind Imager give the image link within the
<li> ....</li>
its may be in header.php r index.php[please mark even the smalles snippets of code – http://codex.wordpress.org/Forum_Welcome#Posting_Code ]
Forum: Fixing WordPress
In reply to: insert contact form 7 into blank php pagefirst deactivate that plugin and activate again see in the admin bar that contact option click and see that shortcode is available copy that shortcode and place into the do_shortcode(‘[]’) and check it ….
Forum: Fixing WordPress
In reply to: After run easysnippet my home page information it show twicedon’t remove any line i think its the plugin problem kindly check with deactivate the plugin one by one to find out the solution
Forum: Fixing WordPress
In reply to: After run easysnippet my home page information it show twicekindly remove the line starting with
<div class=”post-2 page type-page status-publish hentry” id=”post-2″>
—
—–
——
upto end in the header.php or index.phpForum: Fixing WordPress
In reply to: insert contact form 7 into blank php pageplease ignore the [CONTACT-US-FORM] its another plugin
Forum: Fixing WordPress
In reply to: insert contact form 7 into blank php pagecheck it
<?php echo do_shortcode(‘[contact-form-7 id=”716″ title=”Contact form 1″]’);?>
and also place the [CONTACT-US-FORM] anywhere on the page do you wish to want ….Forum: Fixing WordPress
In reply to: Homepage overriding other pagescheck it with default permalinks
Forum: Fixing WordPress
In reply to: Homepage overriding other pageskindly change the permalinks with default in the setting and see whether the same problem occur
Forum: Fixing WordPress
In reply to: Homepage overriding other pageskindly send the link of your site which is in live?
Forum: Fixing WordPress
In reply to: Bullet Points Hidden Behind Imageyou can fix it by editing css
Forum: Fixing WordPress
In reply to: Bullet Points Hidden Behind Imagei think its the z-index of css problems ….
Forum: Fixing WordPress
In reply to: Widgets not working in WP 3.4.2drag and drop the widgets inside the primary or secondary and call the code where i mention and place it where you want…
<?php dynamic_sidebar( ‘primary-widget-area’ ); ?>Forum: Fixing WordPress
In reply to: Problem with .php fileand also check whether the body tag is closed or not you are started with <body ….check it