Forum Replies Created
-
Author
-
minh_nguyen84Participant
This would be awesome if it was added!
I am actually having trouble with this. I tried adding in the code but it did not show on my post. Below is what my posts-social-share.php look like:
<section class=”main-color container-wrap social-share-wrap”>
<div class=”container”>
<div class=”share-links”><div class=”hr-title hr-long”><abbr><?php _e(“Share this dotruption”, “kleo_framework”); ?></abbr></div>
<?php if ( $like_status == 1 ) : ?>
<span class=”kleo-love”>
<?php do_action(‘kleo_show_love’); ?>
</span><?php endif; ?>
<?php if ( $social_share == 1 ) : ?>
<script type=”text/javascript” src=”http://platform.linkedin.com/in.js”></script><script type=”in/share”></script>
<span class=”kleo-facebook”>
” class=”post_share_facebook”
onclick=”javascript:window.open(this.href,”, ‘menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=220,width=600’);return false;”>
<i class=”icon-facebook”></i>
</span>
<span class=”kleo-twitter”>
” class=”post_share_twitter”
onclick=”javascript:window.open(this.href,”, ‘menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=260,width=600’);return false;”>
<i class=”icon-twitter”></i>
</span>
<span class=”kleo-googleplus”>
”
onclick=”javascript:window.open(this.href,”, ‘menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600’);return false;”>
<i class=”icon-gplus”></i>
</span>
<span class=”kleo-pinterest”>
&media=<?php if (function_exists(‘the_post_thumbnail’)) echo wp_get_attachment_url(get_post_thumbnail_id()); ?>&description=<?php echo strip_tags(get_the_title()); ?>”>
<i class=”icon-pinterest-circled”></i>
</span>
<span class=”kleo-mail”>
&body=<?php the_permalink(); ?>” class=”post_share_email”>
<i class=”icon-mail”></i>
</span><?php endif; ?>
</div>
</div>
</section>Thank you,
Minhminh_nguyen84ParticipantHi again Sharmstr,
This is really odd, the language update I did to change ‘group’ to ‘cluster’ hasn’t been working for quite sometime now, I think it stopped working since the new update.
I even tried to start from scratch and change the language from the buddypress.pot again but was unsuccessful.
What should I do?
Thank you,
Minhminh_nguyen84ParticipantSuper-socializer is a great plugin but how do I add it to the login popup? Please see attachment. I am only able to see the Facebook login banner that came as a default to kleo.
How can I add in linkedin, twitter, and GooglePlus? I have created APP ID for all of them. With super-socializer I can only have on my comments, posts, and pages.
Thank you.
Attachments:
You must be logged in to view attached files.minh_nguyen84ParticipantI will check out the bp-groups-loader.php and contact buddypress support if I can’t figure it out.
Would you guys be able to help me with changing the “create a group”?
minh_nguyen84ParticipantI was able to change group or groups to cluster and clusters, for almost everything but the “create a cluster” link that is on my buddy press group page. Also, instead of “search groups…” I would like to have it say “search clusters…”
Attached is a picture. I hope these things are possible.
Thank you so much for your help thus far!
Attachments:
You must be logged in to view attached files.minh_nguyen84ParticipantI was able to change the profile names!
However, I don’t quite understand how I can change the “create a group” in the attached pic 2. Can you explain this a bit more for me?
Thank you so much!
minh_nguyen84ParticipantI tried following the instruction and code but I keep getting the following message:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘add_your_custom_tabs’ not found or invalid function name in /home/ntheorem/public_html/Dotnamis.com/wp-includes/plugin.php on line 496
What should I do?
Thanks again for helping.
minh_nguyen84ParticipantThank you for responding quickly. I will test this out tonight and let you know if it works.
-
AuthorPosts