Forum Replies Created
-
Author
-
LKrParticipant
I created a new template and thus was able to create a new Search form/Registration box for the second front page. So thats resolved.
But how to change the header image? (I do not use the home page image, but instead have one big image which, I understand, is the header image). I know how to change the home page image (kleo_home_page_image in functions.php) but I do not see where to change the header image..
Thanks!
LKrParticipantLooks like I fixed it myself – just added a condition in the loop in the levels.php file:
if( $level->id > 0 ){}LKrParticipantThank you for sharing this code (to keep opening pages at the buddypress navigation level) – it works well with all tabs. But it does not affect if I click on the “Compose” message link (Messages–>Compose) – the Compose message page opens at the very top, still.
Is there any modification possible to this code that you proposed so that it works on these (second-level) links as well? Thank you!!
December 1, 2013 at 01:31 in reply to: Mailchimp – how to change double opt-in to single opt-in? #7522LKrParticipantWith API, it can be done. It cannot be done if using MailChimp’s web interface. SQ is using the API, so they may be able to do it (I suppose, it is a parameter in their MailChimp.php file).
November 30, 2013 at 21:49 in reply to: Mailchimp – how to change double opt-in to single opt-in? #7512LKrParticipantThank you Adam. Yes, I have the AutoChimp plugin, but here I am asking about the Newsletter SignUp widget which is not using the AutoChimp plugin.
LKrParticipantThanks!! I am using BuddyPress User Account Type Pro now – it works OK (some little bugs, but OK for now..)
LKrParticipantThanks Adam. One possible workaround here is to put the cursor on the username field automatically when the ../register page loads (after the popup). In this case, the plugin will check username availability (after the user moves the cursor).
My question would then be: how to put the cursor on the username field automatically?
LKrParticipantI also use:
BuddyPress Message Attachment – it allows file attachments for Bp messages.I am thinking of getting this plugin for member reviews/ratings:
http://spoonjab.com/bp-wp-profile-reviews/But I heard it does not work with this theme (http://support.spoonjab.com/forum/bp-wp-profile-reviews/bp-wp-profile-reviews-and-sweetdate-theme/ ) ? Could someone please advise if it is any good?
Or is there any other plugin that allows users to write reviews and rank other users? Thanks a ton!!
LKrParticipantThank you for your response.
Just a follow up on this.
Swapping lines 12 and 14 did move the sidebar where I need it to – it worked for all tabs in user profile, except for one tab – “Settings”. If I click on this tab, the sidebar goes down. Is there another fix for the “Settings” tab?
Thank you!October 15, 2013 at 23:58 in reply to: How to get rid of the ">" icons in the Footer that appear before each link? #4462LKrParticipantThank you!
October 10, 2013 at 05:14 in reply to: Color of the register/search form background on the Home Page. #4113LKrParticipantNevermind, I figured it out.
LKrParticipantI am using the following plugins:
BuddyPress Private Messages for Friends Only
BuddyPress user account type PRO (allows different user types)
Global Hide/Remove Admin Bar Plugin
Widget Logic (allows customizing of widgets)LKrParticipantHi!
Is there any way to make these colors (of the search/register box on the home page and primary button background) independent of each other? And is it possible to make search box transparent-ish?
Which files do I need to change?Thank you!
LKrParticipantNone of these worked for me. I added this snippet to the functions.php and it worked (without plugins):
/* enter the full email address you want displayed */
function xyz_filter_wp_mail_from($email){
return “name@yoursite.com”;
}
add_filter(“wp_mail_from”, “xyz_filter_wp_mail_from”);/* enter the full name you want displayed alongside the email address */
function xyz_filter_wp_mail_from_name($from_name){
return “Name”;
}
add_filter(“wp_mail_from_name”, “xyz_filter_wp_mail_from_name”);September 25, 2013 at 23:12 in reply to: Restrict members to messaging to existing Friends only #3329LKrParticipantThis works nicely – thanks!
LKrParticipantThanks. I tried and this one worked better for me (complete removal of top bar):
@media only screen and (max-width: 1300px) {
.top-bar {display:none;}
}LKrParticipantOh no – this only fixed the smartphone view. The issue still persists on the tablet: the background picture loads (only part of it is visible) and the remaining part of the content shrinks to the left half of the screen..
This problem is only on the home page. I guess it is due to the picture not sizing up to fit the screen size.
I’d appreciate any suggestions here. Thanks!
LKrParticipantNevermind, I was able to fix it by adding this:
@media only screen and (max-width: 767px) {
.home-page #header {min-height: 1px}
.home-page #header {min-width: 1px}
}September 18, 2013 at 03:58 in reply to: Changes in the Profile page – which file(s) to tweak? Cant find.. #3029LKrParticipantExcellent – everything worked like a charm. Thanks!
Sure, I rated already – at 5!LKrParticipantI do not understand why do you ban this question (without explanation))?
If it is not possible to do (for theme buyers to add a side bar to the Profile page), thats fine, but I would appreciate a quick response.. Thanks!September 16, 2013 at 05:12 in reply to: I do not see any flavors skins. Only manual changes of each color for each item. #2882LKrParticipantOK, thank you.
LKrParticipantOk, thanks guys for the prompt response. I got the installation instruction file now – will go over it today and revert if any further questions. Thanks!
-
AuthorPosts