Title: Wnd's Replies | WordPress.org

---

# Wnd

  [  ](https://wordpress.org/support/users/wnd/)

 *   [Profile](https://wordpress.org/support/users/wnd/)
 *   [Topics Started](https://wordpress.org/support/users/wnd/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wnd/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wnd/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wnd/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wnd/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wnd/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/wnd/replies/page/2/?output_format=md) 
[3](https://wordpress.org/support/users/wnd/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/wnd/replies/page/2/?output_format=md)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Booking Calendar] Documentation is a chaos](https://wordpress.org/support/topic/documentation-is-a-chaos/)
 *  Thread Starter [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/documentation-is-a-chaos/#post-15510631)
 * Thanks for the response. I’ve edited the review score to 4/5 because the email
   support is fine. I still think searching through the documentation can be improved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Printful Integration for WooCommerce] Variations disappears after updating product thumbnail image](https://wordpress.org/support/topic/variations-disappears-after-updating-product-thumbnail-image/)
 *  Thread Starter [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/variations-disappears-after-updating-product-thumbnail-image/#post-15320551)
 * In addition: it looks like the variations are gone after saving the product for
   the second time in WooCommerce, no matter what content I change. In Printful 
   i’m getting the message “Some variants do not have all attributes properly set
   in WooCommerce.”
 * The steps I took:
 * 1. Add poster with 2 variations to my WooCommerce store on the Printful website.
   
   2. Printful syncs the product to WooCommerce. In WooCommerce the product is variable
   and the size variation is set. 3. I change something in WooCommerce (doesn’t 
   matter what) and save the product. 4. After saving the product the size variation
   in WooCommerce is gone. The variations are still visible in the front-end but
   when I save the product again it’s completely gone. 5. If i add the variations
   manually again in WooCommerce and save the product. The variations are not connected
   with Printful. In Printful this message appears: “Some variants do not have all
   attributes properly set in WooCommerce. This may lead to incorrect variant being
   selected when this product is ordered.”
 * I’ve made a screen record to show the issue: [Screen record](https://www.dropbox.com/s/ywf2jfx7z0jfnzj/woocommerce-printful.MOV?dl=0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Ajax Load More and Infinite Scroll] Disable default css](https://wordpress.org/support/topic/disable-default-css-3/)
 *  Thread Starter [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/disable-default-css-3/#post-13514258)
 * Allright! I think it makes it easier. Anyway, for now I can overwrite the css
   with an id at the container div because the custom classes are not enough for
   me. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Follow] Page reloads when posting the follow button manually](https://wordpress.org/support/topic/page-reloads-when-posting-the-follow-button-manually/)
 *  Thread Starter [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/page-reloads-when-posting-the-follow-button-manually/#post-5945965)
 * Thanks! That’s what i was looking for.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Follow] Redisgn Follow unFollow Button](https://wordpress.org/support/topic/redisgn-follow-unfollow-button/)
 *  [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/redisgn-follow-unfollow-button/#post-5945279)
 * Ah, here it is:
 * [https://wordpress.org/support/topic/customize-follow-button?replies=7](https://wordpress.org/support/topic/customize-follow-button?replies=7)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Follow] Redisgn Follow unFollow Button](https://wordpress.org/support/topic/redisgn-follow-unfollow-button/)
 *  [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/redisgn-follow-unfollow-button/#post-5945277)
 * Ah, that wasn’t clear to me 😉
 * You can write the button in function.php. There is a topic somewhere about the
   options but I can’t find it anymore.
 * I did a change to the link text with this function in functions.php:
 *     ```
       //CUSTOM FOLLOW BUTTON
       function my_custom_follow_button_args( $button_args, $leader_id, $follower_id ) {
       	$button_args['link_text'] = '';
   
       	return $button_args;
       }
       add_filter( 'bp_follow_get_add_follow_button', 'my_custom_follow_button_args', 10, 3 );
       ```
   
 * If i find the topic i will let you know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Follow] Redisgn Follow unFollow Button](https://wordpress.org/support/topic/redisgn-follow-unfollow-button/)
 *  [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/redisgn-follow-unfollow-button/#post-5945225)
 * You could overwrite the css with !important in your theme stylesheet.
    File: /
   wp-content/themes/[yourthemename]/style.css
 *     ```
       /*CSS FOLLOW BUTTON*/
       .follow{
         background: red!important;
       }
       /*CSS UNFOLLOW BUTTON*/
       .unfollow{
        background: blue!important;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Follow] Add the follow button manually in a template file](https://wordpress.org/support/topic/add-the-follow-button-manually-in-a-template-file/)
 *  Thread Starter [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/add-the-follow-button-manually-in-a-template-file/#post-5934611)
 * Holy sh^t! I’m feeling so stupid right now! I was logged in as the author. *Facepalm*
   Sorry for wasting your time bro. It works like a charm 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Follow] Add the follow button manually in a template file](https://wordpress.org/support/topic/add-the-follow-button-manually-in-a-template-file/)
 *  Thread Starter [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/add-the-follow-button-manually-in-a-template-file/#post-5934601)
 * Still no output. Nothing happened. I tried the follow codes inside the loop:
 * 1.
 *     ```
       <?php
                               if ( function_exists( 'bp_follow_add_follow_button' ) ) :
                                   if ( bp_loggedin_user_id() && bp_loggedin_user_id() != get_the_author_meta( 'ID' ) ) {
                                       bp_follow_add_follow_button( array(
                                           'leader_id'   => get_the_author_meta( 'ID' ),
                                           'follower_id' => bp_loggedin_user_id()
                                       ) );
                                   }
                               endif;
                               ?>
       ```
   
 * 2.
 *     ```
       <?php
                               if ( function_exists( 'bp_follow_add_follow_button' ) ) :
                                   if ( bp_loggedin_user_id() && bp_loggedin_user_id() != get_the_author_meta( 'ID', get_post()->post_author ) ) {
                                       bp_follow_add_follow_button( array(
                                           'leader_id'   => get_the_author_meta( 'ID', get_post()->post_author ),
                                           'follower_id' => bp_loggedin_user_id()
                                       ) );
                                   }
                               endif;
                               ?>
       ```
   
 * 3.
 *     ```
       <?php
                               if ( function_exists( 'bp_follow_add_follow_button' ) ) :
                                   if ( bp_loggedin_user_id() && bp_loggedin_user_id() != get_the_author_meta( 'ID', $post->post_author ) ) {
                                       bp_follow_add_follow_button( array(
                                           'leader_id'   => get_the_author_meta( 'ID', $post->post_author ),
                                           'follower_id' => bp_loggedin_user_id()
                                       ) );
                                   }
                               endif;
                               ?>
       ```
   
 * 4.
 *     ```
       <?php
                               if ( function_exists( 'bp_follow_add_follow_button' ) ) :
                                   if ( bp_loggedin_user_id() && bp_loggedin_user_id() != $post->post_author ) {
                                       bp_follow_add_follow_button( array(
                                           'leader_id'   => $post->post_author,
                                           'follower_id' => bp_loggedin_user_id()
                                       ) );
                                   }
                               endif;
                               ?>
       ```
   
 * Thanks for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Follow] Add the follow button manually in a template file](https://wordpress.org/support/topic/add-the-follow-button-manually-in-a-template-file/)
 *  Thread Starter [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/add-the-follow-button-manually-in-a-template-file/#post-5934595)
 * Thanks for your reply.
    Yes, I changed the `get_the_author_meta( 'ID' )` because
   it didn’t work. I tried both of your suggestions, but still no output. No html
   at all.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Follow] Add the follow button manually in a template file](https://wordpress.org/support/topic/add-the-follow-button-manually-in-a-template-file/)
 *  Thread Starter [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/add-the-follow-button-manually-in-a-template-file/#post-5934569)
 * Thanks for your reply!
 * I already found and tested that article. Problem is that it didn’t show the button
   ar any html in my template file.
 * I’ve added this code inside a loop like this:
 *     ```
       <?php if (have_posts()) : while (have_posts()) : the_post();?>
   
       <?php
            if ( function_exists( 'bp_follow_add_follow_button' ) ) :
               if ( bp_loggedin_user_id() && bp_loggedin_user_id() != get_the_author_meta(the_author_ID()) ) {
                      bp_follow_add_follow_button( array(
                          'leader_id'   => get_the_author_meta(the_author_ID()),
                          'follower_id' => bp_loggedin_user_id()
                      ) );
                  }
             endif;
       ?>
   
       <?php endwhile; endif; ?>
       ```
   
 * The output is nothing. Am I doing something wrong?
 * Thanks for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Infinite-Scroll] Request: Add option to add script to custom pages](https://wordpress.org/support/topic/request-add-option-to-add-script-to-custom-pages/)
 *  [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/request-add-option-to-add-script-to-custom-pages/#post-4658078)
 * Here you can find the answer:
 * [http://wordpress.org/support/topic/fixed-infinite-scroll-on-custom-post-page?replies=12](http://wordpress.org/support/topic/fixed-infinite-scroll-on-custom-post-page?replies=12)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search & Filter] Two options: price range and sort](https://wordpress.org/support/topic/two-options-price-range-and-sort/)
 *  Thread Starter [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/two-options-price-range-and-sort/#post-4659476)
 * Thanks for the answer!
 * Is it possible to pay for adding this functions? If so, how much would it be?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Adder] Use a php function instead of shortcode](https://wordpress.org/support/topic/use-a-php-function-instead-of-shortcode/)
 *  [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/use-a-php-function-instead-of-shortcode/#post-4643972)
 * [http://wordpress.org/support/topic/shortcode-to-place-buttons-in-theme-template?replies=6](http://wordpress.org/support/topic/shortcode-to-place-buttons-in-theme-template?replies=6)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comment Rating Stars] How can i use this Plugin ?](https://wordpress.org/support/topic/how-can-i-use-this-plugin/)
 *  [Wnd](https://wordpress.org/support/users/wnd/)
 * (@wnd)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/how-can-i-use-this-plugin/#post-4208964)
 * This is how it works with a custom comment template:
 * You can (after installing the plugin) put the template tags in <?php echo template-
   tag; ?>. Add the tags in your comments.php file and your functions file.
 * If you put `<?php echo csr_get_rating_star_form(); ?>` in the comments.php file,
   the rating stars will show at the comments fields section.
 * If you put `<?php echo csr_get_rating_stars($comment_id = 0); ?>` in your comment
   function in functions.php, the rating stars will show the right amount of stars
   that belongs by the comment.
 * Open the functions.php and the comments.php file and look for the right place
   to add the tags.

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/wnd/replies/page/2/?output_format=md) 
[3](https://wordpress.org/support/users/wnd/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/wnd/replies/page/2/?output_format=md)