This topic has 47 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #119066
     Laura
    Moderator

    Hello, bbpress and rtmedia are not the same, rtmedia allows albums of photos while bbpress is a plugin to have a forum, nothing related to photos.

    For the transparency you need to use rgb colors, let me know what transparency you want, green transparent?

    For the new line, try using </br> at the end of each line, or <br>

    For more style changes please try to contact a developer as right now we offer support related to theme issues not custom requests 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #119139
     Oceanglim
    Participant

    Hello Laura :-),
    thansk for your reply!
    I understand the difference bbpress and rtMedia, thanks. I have deactivated bbpress now.

    CANNOT UPLOAD PROFILE PIC
    I don’t need album either. I think Buddypress is enough for me, except that I would like to have the possiblities to upload profile pic, which doesn’t work. So I have activated rtMedia again, but still I get to a 404-page when trying to upload profile pic. Can you look into it, please asap?
    I have checked the necessary buttons in rtMedia, see printscreens:

    [attachment file=119140]

    [attachment file=119141]

    But now I have deactivated rtMedia again, cause it gets to heavy to work with.

    TRANSPARENCY REGISTER FORM:
    Thanks Laura! Very nice of you!
    I would like to have

    #ff2877 pink, transparency 0.8
    #ff6a00 orange border 5pxl, no transparency

    Millions of thanks!
    Jenni

    #119733
     Laura
    Moderator

    Hello, for profile pics you one need buddypress. Check attachment

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #119736
     Laura
    Moderator

    About the form, use the following css

    COPY CODE
    
    .form-search, .form-header, div.alert-box, div.pagination span.current {
        background: rgba(255, 40, 119, 0.8) !important;
    }
    .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
        border: solid 1px #CD367E !important;
    }
    .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: #D05A92 !important;
    }
    .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover {
        color: #ffffff;
        background-color: #D05A92 !important;
        border: 1px solid #E6A0C1 !important;
    }
    .form-search.custom input[type="text"], .form-search.custom input[type="password"] {
        border: 1px solid #E6A0C1 !important;
    }
    .form-search .notch {
        border-top: 10px solid #CC357D !important;
    }
    .form-header {
        border-left: 5px solid #ff6a00 !important;
        border-top: 5px solid #ff6a00 !important;
        border-right: 5px solid #ff6a00 !important;
    }
    .form-search {
        border-left: 5px solid #ff6a00 !important;
        border-right: 5px solid #ff6a00 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #119787
     Oceanglim
    Participant

    Thanks very much for the code!
    To be sure – Where shall I add it?

    NO PROFILE PIC -ISSUE
    Thansk for attachment pic. Well, I have that Profile Tab allright, but no Change profile photo tab. See my attachment! So, can you please correct the issue!
    I have a kind of pop-up text Change photo right under Username (see attachment), but as I explained before – IT DOESN’T WORK. IT TRANSFERRES ME TO A 404 PAGE!!!!!!!!!

    [attachment file=119788]

    [attachment file=119789]

    [attachment file=119790]

    SO PLEASE DO NOT IGNORE THE ISSUES!!!! I REPEAT MY ISSUES! PLEASE PLEASE PLEASE! These belongs to the theme and should work! I cannot wait any longer to get these issues resolved!!
    – PROFILE PHOTO UPLOADING not working issue
    – QUICK PROFILE NAVIGATION BAR doesn’t show issue
    – FOOTER MENU gone issue

    – COLOR SETTINGS IN THEME OPTIONS NOT WORKING i.e. Footer shows green, but set to blue. Menu link background hover color shows blue, cannot get rid of it.

    Please no questions back! Take to long! I have gone through everything! Sent all printscreens to Radu. Please go into my wp-admin and correct it.

    Oceanglim
    Therese<3

    Thanks!
    Jenni

    #120130
     Laura
    Moderator

    Hello, please understand your requests are related to your custom codes and plugins and i am trying to help you when is not a theme issue. I have a queue of topics and i follow them in order. If i answer with questions is because i need to know something before giving you a good answer or the proper code.

    As i see all your issues are related to conflicts with plugins
    So please deactivate ALL plugins but buddypress and test again.
    About the code add it to style.css

    Again, i am not ignoring your issue, i am giving you custom support that is out of support scope, we have been around a month JUST for your custom requests so please understand i am doing something for you that i should not do, all i ask is patience and follow what i tell you 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #120450
     Oceanglim
    Participant

    Hi Laura, tried to find the right ticket for this thing, but can’t find it, so I write here:

    Thank you so much for the code for making my Register form transparent pink!!
    Using the code – it looks like this:

    [attachment file=120451]

    Can you see that the border is green at the bottom of the register form? Would like to have that orange as well….If you could mark where in the code I can change it, I can change it by myself maybe…
    Here is the code you gave me:

    MY REGISTER FORM TRANSPARENCY PINK
    About the form, use the following css

    .form-search, .form-header, div.alert-box, div.pagination span.current {
    background: rgba(255, 40, 119, 0.8) !important;
    }
    .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
    border: solid 1px #CD367E !important;
    }
    .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: #D05A92 !important;
    }
    .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type=”submit”]:hover {
    color: #ffffff;
    background-color: #D05A92 !important;
    border: 1px solid #E6A0C1 !important;
    }
    .form-search.custom input[type=”text”], .form-search.custom input[type=”password”] {
    border: 1px solid #E6A0C1 !important;
    }
    .form-search .notch {
    border-top: 10px solid #CC357D !important;
    }
    .form-header {
    border-left: 5px solid #ff6a00 !important;
    border-top: 5px solid #ff6a00 !important;
    border-right: 5px solid #ff6a00 !important;
    }
    .form-search {
    border-left: 5px solid #ff6a00 !important;
    border-right: 5px solid #ff6a00 !important;
    }

    _______________________________________________________

    Also the fields don’t look great, so maybe if I still could have them white without transparency as before would be wonderful. Can you help me with that?

    THANKS A LOT!
    Jenni

    #120960
     Laura
    Moderator

    Hello,
    I have already answered all your topics that are custom requests and as you know we are here for theme related issues not custom requests.
    So please try to contact a developer about those issues as right now i can help you with custom requests anymore as i already did a lot.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 41 through 48 (of 48 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?