Forum Replies Created

Viewing 40 posts - 4,561 through 4,600 (of 20,101 total)
  • Author
  •  Radu
    Moderator
    Not marked as solution
    in reply to: Search Function Second and Following Pages #181270
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    The issue comes from that css rule form your style.css from child theme.

    then under wp-admin -> theme options -> buddypress -> Members Directory Layout you can choose the layout for the members directory page.

    Let me know
    Cheers
    R.

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

    Hi,

    I don’t understand what you need to achieve, can you show me a screenshot which text field should be larger and how to be arranged ?

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WooCommerce Gallery images #181263
     Radu
    Moderator

    Hi,

    Please add the theme next code to your functions.php file from the child theme ( /wp-content/themes/buddyapp-child/functions.php )

    CODE : https://pastebin.com/raw/ZtX8UgCF

    Then check the product page.

    Let me know.

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: group windows overlap #181230
     Radu
    Moderator

    Hi the issue seems to be caused by the cache settings, if you had moved the js to footer add to exception list app.js and app.min.js and also the jquery.js and jquery.min.js

    Let me know

    Also you can de-activate completely the plugin to can make sure the issue it’s caused by the cache plugin.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Adding Apple Pay and Google Pay #181229
     Radu
    Moderator

    Hi,

    Most sure the code will be added to the checkout.php file but i think there should be made more thinks than paste that code.

    Check for checkout file first in child theme if you have overwritten ( /wp-content/themes/sweetdate-child/paid-memberships-pro/pages/checkout.php ) if the file it’s there and child theme activated add the code in this file aroud file 786

    If you don’t have the checkout file there you will have to copy the checkout.php file from : /wp-content/themes/sweetdate/pages/checkout.php

    to : /wp-content/themes/sweetdate-child/paid-memberships-pro/pages/

    Then to made the changes.

    NOTE : Child theme needs to be installed and activated.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: limit the number of character and words #181227
     Radu
    Moderator

    Hi,

    What’s the link from where i can see like this ? It’s on frontend or backend ? anyway provide URL.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Counters not working #181226
     Radu
    Moderator

    Hi,

    6. I understand that, in this case it’s needed to modify the php template file.

    Go to wp-content/themes/sweetdate-child/ create a folder named page-parts in that you will createa a file named : home-register-form.php

    In that you will paste this contnt : https://pastebin.com/raw/NjC8ks5J

    So the complete path it’s : /wp-content/themes/sweetdate-child/page-parts/home-register-form.php

    NOTE : Child theme needs to be installed and activated.

    That’s it

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Customization of Kleo Register Form #181204
     Radu
    Moderator

    Hi again,

    I see, the only way it’s to install this plugin : http://buddydev.com/plugins/bp-xprofile-member-type-field/ will make member types to appear in a field dropdown in base group.

    And then to create a file named kleo_register.php in /wp-content/themes/kleo-child/k_elements/

    So the path will be : /wp-content/themes/kleo-child/k_elements/kleo_register.php

    In that you will paste this file content : https://pastebin.com/raw/L1L4GQk9

    then in the kleo_register shortcode will be rendered all base fields from register page.

    I don’t have a quick solution only to display the member type field, you will have to look further how you can leave only that field there.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Member Grid: display nicknames instead of real names #181202
     Radu
    Moderator

    Great

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Attempt to log in without activating the account #181201
     Radu
    Moderator

    Hi,

    I just need the HTML generated not the file itself, see the example below to see what i mean

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Styling issues #181200
     Radu
    Moderator
    Not marked as solution
    in reply to: CSS #181198
     Radu
    Moderator

    For the messages

    COPY CODE
    
    .messages .standard-form input[type=text], .messages .standard-form select, .messages .standard-form input[type=password], .messages .dir-search input[type=text] {
        font-size:22px;
    }
    

    For the buddypress submenu navigation

    COPY CODE
    
    
    
    div#item-nav ul li a {
        font-size: 16px !important;
        padding:0 5px !important;
    }
    
    div#subnav ul li a { font-size: 16px !important;}
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Search Issues #181189
     Radu
    Moderator

    Hi,

    just add the next css to Wp-admin -> theme options -> Styling Options -> Quick css

    COPY CODE
    
    #members-list .four.columns:nth-child(3n+1) {
         clear: none !important;
    }
    

    That’s it

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Login facebbok #180951
     Radu
    Moderator

    It says

    “FOUT: Ongeldige gebruikersnaam. Wachtwoord vergeten?”

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Styling issues #180925
     Radu
    Moderator
    Not marked as solution
    in reply to: Login facebbok #180924
     Radu
    Moderator

    Hi,

    I see than but i need to login to check something, what’s the username ?

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: how change position for buttons… #180920
     Radu
    Moderator
    Not marked as solution
    in reply to: Attempt to log in without activating the account #180918
     Radu
    Moderator

    Hi,

    Can you please provide to me the html of that page with that message generated ?
    Or give a account to me while try to login you receive that error, i need to see that to can find from where you can edit that.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Read more button text #180916
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Private message restriction #180915
     Radu
    Moderator
    Not marked as solution
    in reply to: Counters not working #180914
     Radu
    Moderator

    Hi,
    For the point 3. You can do the next , go to : wp-admin -> tools -> buddypress -> check all fields and press repair items.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: 3 issues regarding the theme and building #180913
     Radu
    Moderator

    Hi,

    I saw that
    You will have to set those options to off

    go to wp-admin -> revolution slider -> select the slider -> settings (gear icon) then see the screenshot.

    That’s it

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Counters not working #180911
     Radu
    Moderator

    Hi,

    Ticket was assigned to me from now, i’ve tried to take a look at your at your website especially for the issue that not count correctly the members and also impossibility to search the members

    Tried to take a look at the page builder and a 500 error appears

    3. The new accounts to can show up in the directory should be logged in at least one time, so if you had created members from wp-admin -> users -> add new you will have to login with that account once to can be visible in members directory, this can be a reason.

    4. The search works now, but from members page, from homepage not works cuz it’s something configured wrongly or it’s related to the 500 error, while i search from home ,i’m redirected to the same page instead the result page.

    5. The members sign-ups are made thru buddypress and if they sign-up doese’t mean especially that they will buy a membership… if you want to register users and to buy directly a membership you can send your visitors here : https://www.letslay.com/membership-account/membership-levels/ then after will choose a membership the details fields will be requested.

    Other alternative of this can be creation like now thru buddypress and then after user activate his account, on the login there will be a check if the logged in members has a purchased membership, if no they will be redirected to the membership levels page https://www.letslay.com/membership-account/membership-levels/ and they will be locked in until they buy something. This can be done using the next php code that should be added in wp-content/themes/sweetdate-child/functions.php

    COPY CODE
    
    add_action( 'template_redirect', 'my_membersip_restrict' );
     
    function my_membersip_restrict() {
        global $pmpro_pages, $post;
     
        if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) {
            if (isset($post->ID) && !in_array($post->ID, $pmpro_pages)) {
                wp_redirect( pmpro_url() );
            }
        }
    }
    

    6. The dates are passed to the next page but the password for security reason browser prevent to pass the password input… so the details are forwarded for the fields username and email… this is how it works..

    Also i’ve tried to login to you hostgator account but the login details are incorrect, i was looking for the error log to see the reason for the 500 error, you can ask the hosting provider if you want about why the internal error 500 happens when you open the edit link with elementor https://www.letslay.com/wp-admin/post.php?post=864&action=elementor

    I think there it’s a limit somewhere or something.

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Slow Posting #180908
     Radu
    Moderator

    Hi

    Hope you figured out what’s happens, if it’s a spam issue, i recommend you to use the cloudflare.com services it prevents much spam bot traffic and many other spam protections directly from the DNS not from your server.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: trouble installing the default template menus #180907
     Radu
    Moderator
    Not marked as solution
    in reply to: Member Grid: display nicknames instead of real names #180906
     Radu
    Moderator

    I see,

    Try this plugin : https://wordpress.org/plugins/buddypress-usernames-only/

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: trouble installing the default template menus #180785
     Radu
    Moderator
    Not marked as solution
    in reply to: 3 issues regarding the theme and building #180783
     Radu
    Moderator

    Hi,

    I see now, i taught you’re talking about placeholder

    Here’s the css that style the color of the text from the input

    COPY CODE
    
    form#register_form_front input {
        color:red;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: CSS #180781
     Radu
    Moderator

    Forums tab can be hidden using this css

    COPY CODE
    
    #buddypress li#forums-personal-li {
        display: none !important;
    }
    

    For the messages tab

    COPY CODE
    
    .messages div#item-body .messages * {
        font-size: 20px !important;
    }
    
    .messages div#item-body .messages * {
        font-size:19px !important;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Think I found bug #180780
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Attempt to log in without activating the account #180779
     Radu
    Moderator

    Hi,

    You want to change the link under the text “click aqui para reenviar” ?

    Cheer
    sR.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Edit Profile Layout #180777
     Radu
    Moderator
    Not marked as solution
    in reply to: Can`t safe theme options – options.php #180774
     Radu
    Moderator
    Not marked as solution
    in reply to: Member Grid: display nicknames instead of real names #180762
     Radu
    Moderator

    Hi,

    Please give a try to this plugin : https://wordpress.org/plugins/buddypress-real-names/

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Styling issues #180760
     Radu
    Moderator
    Not marked as solution
    in reply to: Group>Forums text & Default Compose Messages line #180758
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Pagination – difficult to see which page users are on #180757
     Radu
    Moderator

    Great

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Change login redirection on activation page #180756
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 4,561 through 4,600 (of 20,101 total)

Log in with your credentials

Forgot your details?