Forum Replies Created
-
Author
-
March 30, 2017 at 18:58 in reply to: After update to latest KLEO version, groups description text is cutoff. #157234
matt88
ParticipantOk, Thank You.
February 14, 2017 at 03:38 in reply to: Text in group and profile header picture is unreadable #152949matt88
ParticipantI got it working by placing the code in Quick CSS in the theme settings thanks.
February 14, 2017 at 03:06 in reply to: Text in group and profile header picture is unreadable #152932matt88
ParticipantIf I place your code in quick css in theme general settings I get quickcss.jpg attached but by using Chrome Developer Tools I get chromedt.jpg
Attachments:
You must be logged in to view attached files.February 13, 2017 at 18:23 in reply to: Text in group and profile header picture is unreadable #152862matt88
ParticipantThat didn’t do anything but shouldn’t it be background-color. I tried that as well but still nothing.
February 12, 2017 at 12:25 in reply to: Text in group and profile header picture is unreadable #152710matt88
ParticipantI was thinking of putting a black background using CSS background-color property
Something like: div id {background-color: black;}
Here is a screenshot of the groups but I also would like it done for the profile header as well.
Thanks
Attachments:
You must be logged in to view attached files.matt88
ParticipantThanks for your guys input. I think I will use a lighter picture in my home slider and then just use the default logo (black) and black lettering.
matt88
ParticipantThanks I got it now the backend editor seems to work better than the frontend I noticed the frontend editor stops working. It only works once the first session but once you update it it won’t work a second time just keeps loading.
matt88
ParticipantThanks. I don’t have any problems right now. Do you have links for any guides and tutorials, documentation, etc. for the two plugins that are freely available?
matt88
ParticipantOh I see, Now Friends, Events, and Send Invites are out of order could be a plugin issue like rtmedia was. I’ll do the groups now
matt88
ParticipantThanks sharmstr
I have the following code
COPY CODEadd_action('bp_init','change_media_tab_position', 12); function change_media_tab_position(){ global $bp; if( isset ($bp->bp_nav['media'])){ $bp->bp_nav['media']['position'] = 30; } } function my_change_profile_tab_order(){ global $bp; $bp->bp_nav['activity']['position'] = 10; $bp->bp_nav['profile']['position'] = 20; $bp->bp_nav['my articles']['position'] = 40; $bp->bp_nav['forums']['position'] = 50; $bp->bp_nav['groups']['position'] = 60; $bp->bp_nav['events']['position'] = 70; $bp->bp_nav['friends']['position'] = 80; $bp->bp_nav['send invites']['position'] = 90; $bp->bp_nav['notifications']['position'] = 100; $bp->bp_nav['messages']['position'] = 110; $bp->bp_nav['settings']['position'] = 120; } add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
But not all the tabs are lining up to the order plus it added some blank tabs see screenshot
Attachments:
You must be logged in to view attached files.matt88
ParticipantAfter using different search terms I found this https://archived.seventhqueen.com/forums/topic/group-tabs-how-to-change-the-order Can I use both methods one for profile tabs and group tabs in the same file. I think it is functions.php, which code would go first?
August 30, 2015 at 02:14 in reply to: Where is the option to hide title area on register page. #75294matt88
ParticipantI figured I could do it that way but I thought there was a setting somewhere for it.
Thanks.matt88
ParticipantYeah this works for showing the button now I have to figure out the css for showing everything in one line. Thanks
matt88
ParticipantHi Thanks for replying It was all in one line on the members directory gnosticthought.org/members but the block button was all the way to the left on the members profile ie gnosticthought.org/members/phoster. I figured I can hide the block button on the members directory with this css
li.kleo-masonry-item .generic-button.block-this-user {
display: none;
}While still being visible on the members profile.
Thanks
matt88
ParticipantIs it possible to add the public message button to the users tile on the members directory?
matt88
ParticipantIt looks a little better “block” is centered now. But since there are only three buttons it is bound to look a little off. Is there anyway to put the block button on the bottom and add the “Public Message” button beneath the “Private Message” So all four buttons show up on the members directory page like so:
Add Friend Private Message
Block Public MessageThanks.
matt88
ParticipantIt’s not on the members profile just in the members directory. There are now three buttons and they don’t line up since there are three an uneven number see “block” in picture. It don’t look so bad in a list
Attachments:
You must be logged in to view attached files.matt88
ParticipantIn response to the above. I noticed just on the members directory page it does this but on the home page which is blank it works.
matt88
ParticipantI am having a similar issue. When I try to use the VC it just keeps on displaying the (VC) logo
matt88
ParticipantIt is checked here is a screenshot of the page editing area.
Attachments:
You must be logged in to view attached files.matt88
ParticipantOK Thanks. Do I replace or delete anything or just add it somewhere. If I add it does it matter where.
-
AuthorPosts