Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
  • in reply to: Sweetdate WP Feature Requests #19082
     edbrems
    Participant

    Add your Kelo software features with sweetdate. Or offer a new Dating Program with everything from Kelo

    in reply to: Add Friend & Private Message Buttons #10609
     edbrems
    Participant

    Tried it Nothing Changed

    #profile .two.columns {clear: left; float: left; width: inherit; display: inline; }

    in reply to: Add Friend & Private Message Buttons #10603
     edbrems
    Participant

    That 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

    in reply to: Members page Sorting #10483
     edbrems
    Participant

    ??

    in reply to: Add Friend & Private Message Buttons #10482
     edbrems
    Participant

    ??

    in reply to: Pricing Tables #10481
     edbrems
    Participant

    ??

    in reply to: Add Friend & Private Message Buttons #10387
     edbrems
    Participant

    I tried ” #item-buttons { display: inline !important; } ” nothing changed.

    Thank You for trying.

    in reply to: Users profile box on the members page #10362
     edbrems
    Participant

    I 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; }

    in reply to: How to get the register box shadow gray transparent #10361
     edbrems
    Participant

    Thank 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}

    in reply to: RTMedia – 404 page? #10325
     edbrems
    Participant

    rtMedia 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.

    in reply to: How to get the register box shadow gray transparent #10309
     edbrems
    Participant

    I 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;
    }

    in reply to: How to get the register box shadow gray transparent #10302
     edbrems
    Participant

    I tried Both but nothing Changed

    in reply to: How to get the register box shadow gray transparent #10284
     edbrems
    Participant

    Thank 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);

    in reply to: How to get the register box shadow gray transparent #10236
     edbrems
    Participant

    what do I have to put in for the Carousel to match?

    in reply to: member vCards avartar display quality #10183
     edbrems
    Participant

    I 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

    in reply to: How to get the register box shadow gray transparent #10182
     edbrems
    Participant

    I 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?

Viewing 16 posts - 1 through 16 (of 16 total)

Log in with your credentials

Forgot your details?