Forum Replies Created
-
Author
-
maelgaParticipant
I have also been spending hours to find out how to have a full-width header for groups and just cannot find out any template file.
@timastar: have you found a answer for this?
@sharmstr: I have run your function and it shows that the only templates used are for the modal login/register form.-
page-parts/general-login-modal.php
page-parts/general-register-modal.php
page-parts/general-forgot-modal.phpFrom what location and How is this single group page rendered?
maelgaParticipantWhat makes members popular in Buddypress is their total number of friends from what I understand (http://premium.wpmudev.org/forums/topic/who-are-popular-members-in-buddypress)
I am using BP Follow plugin instead of the Friends components.
https://wordpress.org/support/plugin/buddypress-followersAndrei, is there a way to show popular members through bp_follow_total_follow_counts (plugin function) instead of the core bp_member_total_friend_count function?
maelgaParticipantHi Laura
I have created the sweetdate-child/languages folder to put my po/mo files.
To me it’s neater to keep all my custom files under one roof in my sweetdate-child folder.However they do not load, because they are simply not called by any function.
What Sweetdate php file actually points to the /languages folder?
I would then simply copy/paste it from /sweetdate to /sweetdate-child.Alternatively, if I follow the method you advise, how should those po/mo files be named if put in wp-content/languages?
In your original sweetdate/languages they are simply called en_US.mo.
Should it be sweetdate-en_US.mo or sweetdate-child-en_US.mo or anything else?Thank you
maelgaParticipantThanks Laura.
It does Not override the button color though.
My code is:
<div class=”buttonred” >
[kleo_button url="register" style="alert" size="large" round="radius" icon="0,before" target="_self"] Sign up for FREE! [/kleo_button]</div>Please see the result in the image attached.
Any other possible way to get rid of that pinky button background?
Attachments:
You must be logged in to view attached files.maelgaParticipantI’m also interested in this as I’m trying to change buttons colors but can’t get my style.css to override app.css
And I’m not keen to change the code in app.css to avoid getting my work lost with future theme updates.
So creating a new style sounds like an option to me.[kleo_button url="" style="{standard|secondary|success|alert}" size="{standard|large|medium|small|tiny}" round="{0|radius|round}" icon="{0|fontawesome-icon},{before|after}" target="_self"] Button Text [/kleo_button]
maelgaParticipantAnother issue with search:
when users click the search button without selecting any option, the members directory is shown (makes sense), however it is not my “Profile Search Results” page that is shown but a generic “Members” page.
How to get this empty search return into the Profile Search Results page (e.g. with the message “Your search returned xx profiles)?maelgaParticipantHi Laura,
You mentioned “both advanced and normal search”.
Do you refer to “main form” and “horizontal form”?
I’m looking for an “advanced search” function that could be displayed as an option in the horizontal form.
Any clue how this could be achieved?maelgaParticipantHi Laura,
Thanks for this. It’s very useful.
In addition, how can I change the code to only display the members of a particular group in this carousel?
(and not all members).Thanks
M -
AuthorPosts