Forum Replies Created
-
Author
-
edbremsParticipant
Add your Kelo software features with sweetdate. Or offer a new Dating Program with everything from Kelo
edbremsParticipantTried it Nothing Changed
#profile .two.columns {clear: left; float: left; width: inherit; display: inline; }
edbremsParticipantThat worked for getting the buttons bellow the avatar. How do I get them now in a Horizontal row Side by Side there and not stacked or vertical?
Thank You
edbremsParticipantI tried ” #item-buttons { display: inline !important; } ” nothing changed.
Thank You for trying.
edbremsParticipantI have most of it figured out.
Here’s what I have now.search-item .avatar { width: 175px; height: 175px; }
.search-item .date, .search-item .date a {color: white;}
.search-item { color: #ffffff; border: 5px solid white;}
.search-item { background: rgba(0,116,205,0.5); }
.search-item .author { font-size: 24px; font-weight: bold; }edbremsParticipantThank You All for your help It got me most of the way the rest I learned on this website
( http://www.codecademy.com/ )This is the code result I came up with for a ” Shadow Transparent with no Border ”
.form-search, .form-header, .form-footer { background: rgba(0,0,0,0.5); border: none; }
.form-search.custom div.custom.dropdown a.current, .form-search.custom input[type=”text”], .form-search.custom input[type=”password”], .form-search.custom select {background-color: rgba(0,0,0,0.4);}
.form-wrapper .carousel-profiles {max-height: 110px}edbremsParticipantrtMedia used to work for me awhile ago but I removed it to try something else and when I reinstalled rtMedia the Same thing is happening to me. I have tried resetting the permalinks to fix but it still goes to the 404 error page. It also shows 3 empty pics in the media tab for photos I used to have but no longer have in the media file I also deleted the rtMedia Files in the SQL Database nothing seems to work for me.
edbremsParticipantI just saw one of your post and tried that code it worked for the border and a lot easier code also but the bottom of the avatar is still cut off
.form-search, .form-header, .form-footer {
background: rgba(0,0,0,0.5);
border: none;
}edbremsParticipantThank You anonim_2m I used Some of the code you provided I changed it some to look right more for my site But I still have 2 things that I need to address
1. I have a Blue Border going around the Search Box. I would like that gone.
2. The bottom of the rounded profile pic in the carousel is cut off. How to show the whole Pic?I have this Image to illustrate how it looks. ( http://clip2net.com/s/6GkRej )
And This is the Code I Used so far Any help is appreciated. Thank You
.form-search, .form-header {
background: rgba(0,0,0,0.4);
}.form-footer {
background: rgba(0,0,0,0.4);
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
color: #000000 !important;
}
.form-search .notch {
position: absolute;
bottom: -10px;
left: 20px;
margin: 0;
border-top: none !important;
border-left: none !important;
border-right: none !important;
border-top: none !important;
padding: 0;
width: 0;
height: 0;
}
.form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
border: 1px solid rgba(0,0,0,0.4);
}
.form-search.custom div.custom.dropdown a.current, .form-search.custom input[type=”text”], .form-search.custom input[type=”password”], .form-search.custom select {
background-color: rgba(0,0,0,0.4);
}
.form-footer {
background: url(“../images/patterns/gray_pattern.gif”) repeat scroll 0 0 rgba(0,0,0,0.4); !important;
border-bottom: 10px solid rgba(0,0,0,0.4);edbremsParticipantI changed mine with this code they gave me but I think it’s still a little blurry but not bad maybe they can improve it but this is what I received
in sweetdate/members/members-loop.php change the width and height
<?php bp_member_avatar(‘type=thumb&width=94&height=94&class=’); ?> .
I Changed mine to 175 instead of 94
Also add this CSS, and change the dimension, to WP Admin – Sweetdate – Styling options – Quick css:
.search-item .avatar { width: 94px; height: 94px; }
Whatever size you want enter here again I used 175px instead of 94
edbremsParticipantI saw your fix for most of this on another fix using
.form-search, .form-header {
background: none repeat scroll 0 0 rgba(31, 168, 209, 0.1);
}but what do I have to put in for the Carousel to match?
-
AuthorPosts