hariharakumar
Forum Replies Created
-
Thanks, solved the issue
Yes this is what I am talking about, why did they (bookmarking and related posts) come in sidebar? They are appearing in sidebar because i placed Give shortcode. Is this normal for Give widget to show those icons and related posts? Why are they conflicting with Give shortcode widget?
Will you check this issue and remove those icons and related posts from the sidebar?
you can see that bookmarking icons, and related posts which should be at the bottom of the article are showing in the sidebar between the content and PayPal form fields. That is what I am talking about.
Those bookmarking icons and related posts must be under the article but they are also showing in sidebar Give widget. Give widget is conflicting with those plugins, I don’t know why?
Forum: Plugins
In reply to: [wpForo Forum] I want to use shortcode on forum postsI have used this shortcode its not working
add_shortcode( 'member', 'member_check_shortcode' ); function member_check_shortcode( $atts, $content = null ) { if ( is_user_logged_in() && !is_null( $content ) && !is_feed() ) return $content; return ''; }in post editor I typed this
[member] This is members-only content. [/member]Thanks for the reply
Forum: Plugins
In reply to: [wpForo Forum] My forum login page is being used for Brute force loginsI am using login lockout which limits login attempts to 5 times but it is working on wp-login.php page but for this forum login page i dont know how to assign this feature. Can you tell me how?
- This reply was modified 8 years, 5 months ago by hariharakumar.
Forum: Plugins
In reply to: [wpForo Forum] My forum is not getting indexed in Googlethanks for the reply
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Ads not showing upno, its not. Thanks for your kind reply. I am having some issues with ads.txt on my domain, that’s the reason ads are not showing up. thanks for the immediate reply. Your plugin is great.
Thanks for the quick reply.
Thanks a lot I solved it
Forum: Plugins
In reply to: [Related Posts by Sovrn] Compatibility with ACFIt worked like a charm thanks for your code. I will remember not to update the plugin thanks once again.
Forum: Plugins
In reply to: [Related Posts by Sovrn] Compatibility with ACFHi, What you said is right. But i am using Advanced Custom fields plugin (http://www.advancedcustomfields.com/) in my blog. When you use this plugin, custom fields appear at bottom of the post editor. But to display that custom fields on website we use the_field() ( link). But in your plugin code it is get_post_meta(). Due to which it is not working for me. Please tell me how to make it work with the_field() function. Thanks.
Forum: Fixing WordPress
In reply to: Comments for Custom post typesForum: Fixing WordPress
In reply to: Comments for Custom post typesfound it at last just place this code
<?php $withcomments = “1”; comments_template(); ?>found it here http://ww.wp.xz.cn/support/topic/cant-show-comments-template-on-custom-post-type
Forum: Fixing WordPress
In reply to: Comments for Custom post typesadded this to template
<?php comments_template( ”, true ); ?>enabled comments manually on each single, at the bottom :
Allow commentsstill no comments. Here is the page where comment should appear http://btemplates.in/widgets/test
I appreciate your help