Title: Plugin Support
Last modified: August 21, 2016

---

# Plugin Support

 *  Plugin Author [Damian](https://wordpress.org/support/users/timersys/)
 * (@timersys)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-support-5/)
 * We don’t offer free support as we spend all our time developing the plugin and
   offering support to our premium users. Anyway we will try to come and help you
   out every time we got some spare time. Hope you could understand.
 * Thanks!!
 * PS:
 * Most of the time configuration is the source of your problems, please double 
   check the [documentation](http://wp.timersys.com/wordpress-social-invitations/docs/).
 * Also take a look into the [common problems section](http://wp.timersys.com/wordpress-social-invitations/docs/common-problems/).
 * [http://wordpress.org/plugins/wp-social-invitations/](http://wordpress.org/plugins/wp-social-invitations/)

Viewing 12 replies - 1 through 12 (of 12 total)

 *  [Kalmax](https://wordpress.org/support/users/kalmax/)
 * (@kalmax)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191719)
 * Hello Damian
    Greetings. Thanks for this awesome plugin and hope to get a premium
   soon. I have a question how to change slug of my invitation page from [http://www.your-domain.com/username/wp-social-invitations/](http://www.your-domain.com/username/wp-social-invitations/)
   to [http://www.your-domain.com/username/invite-friends/](http://www.your-domain.com/username/invite-friends/)
 * Thanks for all the support you provide for free. Keep up the good work.
    Cheers!
 *  [Kalmax](https://wordpress.org/support/users/kalmax/)
 * (@kalmax)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191720)
 * Invitation is not working. Using WP 3.8 + BuddyPress is 1.9 and its not working
   Damian. Tried LinkedIn, Facebook, Gmail and Twitter.
 * Please help me on this… 🙂
 *  Plugin Author [Damian](https://wordpress.org/support/users/timersys/)
 * (@timersys)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191721)
 * Hi Kalmax, what are you seeing in the debug tab ? By “invitation not working”
   you mean that invitations never go throw?
 * Try also [http://wp.timersys.com/wordpress-social-invitations/docs/debugging/](http://wp.timersys.com/wordpress-social-invitations/docs/debugging/)
   to see what’s going on
 *  [Friendsandcash](https://wordpress.org/support/users/friendsandcash/)
 * (@friendsandcash)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191730)
 * Hello, my issue is with the widget. After downloading the last version (1.5),
   the icons are not correctly shown, which gives a non professional aspect to the
   site. Could you please, let me know what can be done to solve it quickly? Thanks
   a lot.
 * P.D. for you to check, my site is [http://www.friendsandcash.com](http://www.friendsandcash.com)
 *  Plugin Author [Damian](https://wordpress.org/support/users/timersys/)
 * (@timersys)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191731)
 * Hi FRiendsand cash you have a CSS problem with your theme. Try adding these rules
   to the css
 *     ```
       .wsi-sidebar.service-filters li:before {
       content: none !important;
       }
       [class^="wsiicon-"], [class*=" wsiicon-"] {
           background: none !important;
       }
       ```
   
 *  [Friendsandcash](https://wordpress.org/support/users/friendsandcash/)
 * (@friendsandcash)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191732)
 * Thanks a lot for your quick answer.
    Could you be so kind to let me know where
   exactly should I add the rules?
 * Have a nice day
    José Manuel
 *  Plugin Author [Damian](https://wordpress.org/support/users/timersys/)
 * (@timersys)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191733)
 * In your theme style.css (do a backup first)
 *  [Friendsandcash](https://wordpress.org/support/users/friendsandcash/)
 * (@friendsandcash)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191734)
 * I have included it in the theme style (Couponize), but it still shows the same.
   Could you please, be more precise and let me know in which part of style.css 
   sholuld be put?
    I´m sorry to disturb you, but I,m getting desperated…
 * Thanks a lot!
 *  Plugin Author [Damian](https://wordpress.org/support/users/timersys/)
 * (@timersys)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191736)
 * Try placing it around line 1450 right before
 *     ```
       /* ==========================================================================
          Helper classes
          ========================================================================== */
       ```
   
 * Currently you have it inside a media query and that won’t work
 *  [Friendsandcash](https://wordpress.org/support/users/friendsandcash/)
 * (@friendsandcash)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191737)
 * Solved!
    After trying to includ the code you told me in the theme style (with
   no succeed), what I did was to include the code directly in the “Personalized
   CSS” box, directly inside the WP Social Invitations Adjust (Styles label). It
   worked only after removing the first rule you gave me.
 * Thanks a lot for your quick help
    José Manuel
 *  [Kalmax](https://wordpress.org/support/users/kalmax/)
 * (@kalmax)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191738)
 * Hello Damian
    Greetings. Thanks for support. I have resolved the problem, its
   actually the cron setup. I have new manual cron setup to my server now.
 * Sill have to solve two questions:
 * 1. how to change slug of my invitation page from [http://www.your-domain.com/username/wp-social-invitations/](http://www.your-domain.com/username/wp-social-invitations/)
   to [http://www.your-domain.com/username/invite-friends/](http://www.your-domain.com/username/invite-friends/)
 * 2. I want to hide it from bp profile tab when Mr.X visit Mr.Y’s. I am using this
   code to my function.php for hiding other tabs. But it doesn’t seems to be working
   for this tab.
 *     ```
       //Member Friends Only//
       function kalmax_hide_friends_if_not_self(){
       	if(bp_is_my_profile())
       	return ;
   
       	bp_core_remove_nav_item('friends');
       	bp_core_remove_nav_item('forums');
       	bp_core_remove_nav_item('send-social-invites');
       }
       add_action('bp_friends_setup_nav', 'kalmax_hide_friends_if_not_self');
       ```
   
 * Thanks for all the support you provide for free. Keep up the good work.
    Cheers!
 *  Plugin Author [Damian](https://wordpress.org/support/users/timersys/)
 * (@timersys)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191739)
 * Hi Kalmax, Im glad you resolved the issue. Regarding your questions:
 * 1- That’s not possible im afraid on the current version. I will add a filter 
   for next version that will let you change that.
 * 2- Try using **bp_core_remove_nav_item(‘wp-social-invitations’)** I think is 
   the slug what you need to use to remove it. Also you can try with some CSS display:
   none rule
 * Regards

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Plugin Support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-social-invitations_afb1c6.svg)
 * [Wordpress Social Invitations - Lite](https://wordpress.org/plugins/wp-social-invitations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-social-invitations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-social-invitations/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-social-invitations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-social-invitations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-social-invitations/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [Damian](https://wordpress.org/support/users/timersys/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-support-5/#post-4191739)
 * Status: not a support question