aidecms
Forum Replies Created
-
Hi, I also have the salutaion theme. to resolve your problem edit the following file from your jetpack plugin page : jetpack/modules/subscriptions.php
find this :
// Check if Mark Jaquith's Subscribe to Comments plugin is active - if so, suppress Jetpack checkbox $str = ''; if ( FALSE === has_filter( 'comment_form', 'show_subscription_checkbox' ) && 1 == get_option( 'stc_enabled', 1 ) ) { // Subscribe to comments checkbox $str .= '<p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;"' . $comments_checked . ' /> '; $str .= '<label class="subscribe-label" id="subscribe-label" for="subscribe_comments">' . __( 'Notify me of follow-up comments by email.', 'jetpack' ) . '</label>'; $str .= '</p>'; } if ( 1 == get_option( 'stb_enabled', 1 ) ) { // Subscribe to blog checkbox $str .= '<p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;"' . $blog_checked . ' /> '; $str .= '<label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">' . __( 'Notify me of new posts by email.', 'jetpack' ) . '</label>'; $str .= '</p>'; } echo apply_filters( 'jetpack_comment_subscription_form', $str ); }
replace by this :
// Check if Mark Jaquith's Subscribe to Comments plugin is active - if so, suppress Jetpack checkbox $str = ''; if ( FALSE === has_filter( 'comment_form', 'show_subscription_checkbox' ) && 1 == get_option( 'stc_enabled', 1 ) ) { // Subscribe to comments checkbox $str .= '<p class="comment-subscription-form" style="margin-top:25px;"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="float:left; width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;"' . $comments_checked . ' /> '; $str .= '<label class="subscribe-label" id="subscribe-label" for="subscribe_comments">' . __( 'Notify me of follow-up comments by email.', 'jetpack' ) . '</label>'; $str .= '</p>'; } if ( 1 == get_option( 'stb_enabled', 1 ) ) { // Subscribe to blog checkbox $str .= '<p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="float:left; width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;"' . $blog_checked . ' /> '; $str .= '<label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">' . __( 'Notify me of new posts by email.', 'jetpack' ) . '</label>'; $str .= '</p>'; } echo apply_filters( 'jetpack_comment_subscription_form', $str ); }
regards !
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Add arguments to a custom templateI already have a custom template with only 3 posts (from settings) and thumbnails, but now I want to create a new template for the widget sidebar.
for that I want to use an offset option to display 5 related post from the fourth (One to Three are displays at the bottom of the article)
Then How to exlude pages ?
Any idea ?
Thanks a lot
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Can it be used on bbpress?Hi did you find any solution ? I’m newbee, but I really want to know hax to display related topic
thank you very much
Hi, I’m trying ti add a related entries function into each bbpress topic.
would you please let me know How to edit my function file ? or bbpress.php file
thank you very much
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Buddypress IntegrationHi, yes I have the Version 1.2.8.5… and I still have duplicate titles…
I don’t use this plugin anymore…it’s a pitty
let me know if you have any solution !
Hi, I’m also looking for this solution… if you have any related information, let me know !
thank you
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Buddypress IntegrationHi, not exactly, the plugin create duplicate meta’s with sevarals pages on buddypress. It causes many seo problems…
following pages have the same meta’s title when I active the plugin…
mywebsite.com/groups/
mywebsite.com/groups/voyage-asie/
mywebsite.com/groups/voyage-asie/forum/
mywebsite.com/groups/voyage-asie/forum/topic/partir-en-thailande/Hello, What kind of modification have you done ?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Buddypress IntegrationHi, I also would like to know if there is a specific trick to make the plugin runs with buddypress.
Thank you for your help !
Forum: Plugins
In reply to: [Pligin: SEOPRESS] Configuration of your Seo press plugin for buddypressNobody to help me ?