Forum Replies Created

Viewing 40 posts - 81 through 120 (of 136 total)
  • Author
  • in reply to: Free Memberships only and by Default #27097
     alberhd
    Participant

    Directly the users appear like “free” with total access,you are who put the memberships,you can put the plugin paid membership paid for the limitations or not.

    Just active the registrations and that’s it.

    in reply to: Important problem uploading photos #27021
     alberhd
    Participant

    Thank you for your help,this problem was resolved automatically when i contracted a new hosting.
    About the match (compatibility) i fixed this problem,but i have one question about the sistem in other topic.

    thank you!

    in reply to: Hide Following/Followers of the users #26815
     alberhd
    Participant

    and other idea,is hide the Followers of the users no premium using the ‘include’ parameter with the bp_get_follower_ids() function,but i don’t know how proceed…

    in reply to: Hide Following/Followers of the users #26814
     alberhd
    Participant

    I use this css,but does not work

    COPY CODE
    #members-following-personal-li, #members-followers-personal-li {display:none;}
    body.my-account #members-following-personal-li, body.my-account #members-followers-personal-li {display:inline !important;}
    in reply to: Take off grey box mycred #26808
     alberhd
    Participant

    Ok perfect!!,so this problem Solved! thank you very much for your time Catalin!

    in reply to: Take off grey box mycred #26805
     alberhd
    Participant

    I attach a capture

    Attachments:
    You must be logged in to view attached files.
    in reply to: Take off grey box mycred #26803
     alberhd
    Participant

    If better is the points tittle is not floating,can you block the title in the box of Saldo Actual,to be like the title of the other tabs (base and buscando)?

    in reply to: Take off grey box mycred #26797
     alberhd
    Participant

    Now is working! The word Points is floating,but you can deleted or if you can block the word on their box is better, amazing job! thank you Catalin!

    in reply to: Take off grey box mycred #26795
     alberhd
    Participant

    Hello,no…continue there

    in reply to: Hide Following/Followers of the users #26751
     alberhd
    Participant

    Any idea? I try with one CSS but does not work

    Thanks!

    in reply to: Two problems after modify the Profile Fields #26750
     alberhd
    Participant

    I write in english some selection phrase in the field Interested in: at the group Looking for and appear correctly in the english version of my website,after i translate with WPML the phrase,the name of the field and the name of the group and just appear translated in the spanish version the name of the field,the selection phrase and the name of the group continue in english, I translated the rest of the website without problem,less two word “Notifications” and “Messages”
    This problem have a high grade of importance to be able to continue with the translation.

    Thank you!

    in reply to: Add the field "municipality" to the register #26748
     alberhd
    Participant

    other thing,i put that the field Looking for a, is not a required field, but the problem is that the compatibility match stop to work,what i have to put in functions.php for the match system jump this field if is empty?

    in reply to: Take off grey box mycred #26706
     alberhd
    Participant

    No,does no work

    in reply to: Take off grey box mycred #26705
     alberhd
    Participant
    This reply has been set as private.
    in reply to: Take off grey box mycred #26703
     alberhd
    Participant

    Now is active the option,you can check any profile,thanks!

    in reply to: Take off grey box mycred #26698
     alberhd
    Participant
    This reply has been set as private.
    in reply to: Question about CSS #26663
     alberhd
    Participant

    Maybe I put the code in a incorrect place but does not work,but dont worry because you are losing many time with me and i dont know what is happening,i have other two topics opened that are more important, if you can check please.

    Thank you for your time

    in reply to: Question about CSS #26646
     alberhd
    Participant

    I added but no,just changed the color to black, less the down bar that continue with the same color. I do not what is happening,i changed all the valours to 0.1 all change less this bar,maybe is possible do the transparency with photoshop and put on his place the new bar?

    in reply to: Complete the sign up~ #26539
     alberhd
    Participant

    How can i do something like in the picture please?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Question about CSS #26525
     alberhd
    Participant

    I know that you wrote on your code 0.1 but does not work,but only is not transparent the down bar

    in reply to: Question about CSS #26524
     alberhd
    Participant

    No,does not work sorry,this is the code

    COPY CODE
    
    
    .form-footer {
    background: url(“../images/patterns/gray_pattern.gif”) repeat scroll 0 0 rgba(0,0,0,0.4);
    border-bottom: 10px solid rgba(0,0,0,0.4) !important;
    border-left: 10px solid rgba(0,0,0,0.4) !important;
    border-right: 10px solid rgba(0,0,0,0.4) !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);
    }
    
    .form-header, 
    .form-search
    {
       background: url(“../images/patterns/gray_pattern.gif”) repeat scroll 0 0 rgba(0,0,0,0.4) !important;
    }
    
    .form-header
    {
       border-top: 10px solid rgba(0,0,0,0.4) !important;   
       border-left: 10px solid rgba(0,0,0,0.4) !important;
       border-right: 10px solid rgba(0,0,0,0.4) !important;
      background: url(“../images/patterns/gray_pattern.gif”) repeat scroll 0 0 rgba(0,0,0,0.4);
    }
    
    .form-search
    {
         border-left: 10px solid rgba(0,0,0,0.4) !important;
         border-right: 10px solid rgba(0,0,0,0.4) !important;
    }
    
    
    in reply to: Two problems after modify the Profile Fields #26433
     alberhd
    Participant

    No edit option sorry,

    I used this code of other post

    COPY CODE
    add_filter('kleo_extra_tab1', 'custom_tab');
    function custom_tab()
    {
        return 'Looking for';
    }

    And now i have the tab at the english and spanish version,but now how can i do it to change the language without have the same problem?

    in reply to: Two problems after modify the Profile Fields #26430
     alberhd
    Participant

    Ok,this is funny,now i changed the name of the group from “Buscando” to “Looking for” and now the tab appear at the english version but not at the spanish…

    in reply to: Question about CSS #26429
     alberhd
    Participant

    Works,but is not enough transparent like the other three parts,how can i do it more transparent?

    in reply to: Two problems after modify the Profile Fields #26365
     alberhd
    Participant

    I fixed the problem of the “match” counter,but i don’t know what is the problem for the tab “Looking for” to appear at the english version

    Thank you!

    in reply to: Important problem uploading photos #26223
     alberhd
    Participant

    1. Yes i know,but i need do click at the photo for the page reload and appear the tab pictures,is possible that when the photo is uploaded the webpage autoreload? without do click at the photo

    2. I want that the photo open like that: https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2014/06/screen-02.jpg

    3. Ok,i will post the issue on their forum,thanks!

    4. Ok,perfect.

    New:

    1. The match is now working,just appear the number 1! What is the problem?

    Thank you very much!

    in reply to: Important problem uploading photos #26177
     alberhd
    Participant
    This reply has been set as private.
    in reply to: Question about CSS #26168
     alberhd
    Participant

    Perfect! but is not transparent,how can i do it transparent?

    in reply to: Page who's online #26072
     alberhd
    Participant

    Yes, I restricted the access but the page continue available for all the users.

    I already answer here: https://archived.seventhqueen.com/forums/topic/important-problem-uploading-photos

    Thank you!

    in reply to: Important problem uploading photos #26035
     alberhd
    Participant
    This reply has been set as private.
    in reply to: Question about CSS #25899
     alberhd
    Participant

    Someone knows how can i do it? Thank you!

    Other question: how can i delete the button “Cancel Membership” of paid membership pro of the users accounts??

    in reply to: Theme translation #25838
     alberhd
    Participant

    forget my first answer,go to /wp-content/themes/sweetdate/languages and open the .po file of your language with Poedit and you can change many of the fields. Not forget save and override the files .po .mo old with your new translation

    in reply to: Theme translation #25837
     alberhd
    Participant

    You can change some of this words in WP Admin-Users-Profile Fields

    in reply to: What is the file to edit the profile menu? #25707
     alberhd
    Participant

    Does not work for me,works,but when i press “Profile” i have a error in wp-includes/pluggable.php ,do you have some other form to change it?

    in reply to: Page who's online #25705
     alberhd
    Participant

    i’m trying to put limitation to this page,just for users with membership,but does not work,is open all the time

    in reply to: Page who's online #25693
     alberhd
    Participant

    Perfect! thank you!

    in reply to: Important problem uploading photos #25578
     alberhd
    Participant
    This reply has been set as private.
    in reply to: BuddyPress Follow autconverted to mobile design? #25577
     alberhd
    Participant

    This problem Fixed

     alberhd
    Participant

    Thank you for your help,this problem Fixed

    in reply to: Cometchat chat link in profile #25520
     alberhd
    Participant

    Is working perfectly,the only problem is that the button appear on my own profile to

Viewing 40 posts - 81 through 120 (of 136 total)

Log in with your credentials

Forgot your details?