Replies
- Ravi on May 16, 2018 at 10:26 pm in reply to: [Resolved] Member to enable/disable to get indexed from Search Engines #15126
Hello Daniel,
Please refer this url
https://gist.github.com/raviousprime/a33414052343dfaafbcf80956648d7eaIt will add new tab under settings tab Where user can select no index, no follow option for his profile
and will and meta based on saved settings.Thank You
Ravi Hello Madhavi,
Thank you for posting. Please refer the following url:
https://dsgnwrks.pro/snippets/woocommerce-allow-adding-multiple-products-to-the-cart-via-the-add-to-cart-query-string/Hoping it might help you
Thank you
RaviHello Clyn,
Thank you for the acknowledgement. For that first you have to find all the user ids for that specific role and then simple pass those ids to “author__in” clause of the query. Hope it will help.
Thank you
RaviHello Chrish,
No, this case will not be matched.
Hello Chris,
Thank You for posting. Yes, *.spammer.com will work.
Thank You
RaviHello Clyn,
Thank you for the acknowledgement. Try printing “$follwing_user_ids” this variable and check weather this variable have empty value or array of user ids that he is following and let me know.
Thanks
RaviHello Clyn,
Thank for posting. Try this and let me know if it works or not. Please refer the following url:
https://gist.github.com/raviousprime/b35211c906904d1d3e3dfe4bc9a0318a
Thank You
Ravi- Ravi on May 8, 2018 at 4:29 pm in reply to: [Resolved] Need to delete a textline in BuddyBlog plugin #14986
Hello Daniel,
You have to override the template as mentioned above and manually delete the code from that template. With CSS there is not proper selector available for “New post” link in the template if we do it with twenetyseventeen theme. It can doable with the following CSS code
div#item-body a[href$="buddyblog/edit/"] { display: none; }
But might affect any other place.
Thank You
Ravi - Ravi on May 8, 2018 at 9:42 am in reply to: [Resolved] Auto delete "already red" buddypress notification #14983
Hello Julia,
Please use the following code in your bp-custom.php.
function buddydev_remove_separator( $retval, $r ) { $retval = str_replace( ' | ', ' ', $retval ); return $retval; } add_filter( 'bp_get_the_notification_action_links', 'buddydev_remove_separator', 10, 2 );
Thank You
Ravi Hello Jim,
There is a WordPress plugin which shows attached functions on different hooks. That might help you
to get more accurate info. You can download the plugin from the following URL.https://wordpress.org/plugins/simply-show-hooks/
Thank you
Ravi- This reply was modified 7 years ago by
Ravi.
- This reply was modified 7 years ago by