Forum Replies Created

Viewing 40 posts - 41 through 80 (of 20,101 total)
  • Author
  • in reply to: Buddypress activity #218859
     Radu
    Moderator
    Not marked as solution
    in reply to: Themes Color Selector slider does not work #218858
     Radu
    Moderator

    Hi,

    I was able to reproduce that , until we fix that please use a color picker like this one : https://www.google.com/search?q=color+picker to can find the opacity that you need.

    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: BuddyPress Issues #218857
     Radu
    Moderator

    Hi,

    That meaning it’s something from their plugin and nothing from them theme since the issue happens using any other theme. And the plugin author should fix this in next version, you can try to use a previous version of bbpress.

    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: several issues #218856
     Radu
    Moderator
    Not marked as solution
    in reply to: BBPres 2.6RC7 #218828
     Radu
    Moderator

    Will wait to see their official release since rc version it’s not the final one.

    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 the font size for the main menu #218827
     Radu
    Moderator

    Hi,

    Check under wp-admin -> theme options -> header options -> Main Menu Font size

    It should work
    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: questions #218816
     Radu
    Moderator
    Not marked as solution
    in reply to: Kid`s date of birth #218815
     Radu
    Moderator

    That snippet just remove this limit (see screenshot) so that resulting that there will not be any age limit for registering.

    Yes

    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: problem #218814
     Radu
    Moderator

    Did you had installed a plugin or similar that changes the theme on mobile view, disable plugins to see the problematic one.

    Can we close this ticket please since it’s offtopic.

    For any new theme issue open a new ticket.

    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 types not sorting and Profile redirect not working #218813
     Radu
    Moderator
    Not marked as solution
    in reply to: LONG register form(new user) #218812
     Radu
    Moderator
    Not marked as solution
    in reply to: Buddypress activity #218809
     Radu
    Moderator
    Not marked as solution
    in reply to: View cart translation #218808
     Radu
    Moderator

    Hi,
    Indeed, verified in code the string belongs to woo-commerce domain.

    So try to re-sync the POT file if you are using loco translate, then look for string ‘View cart’ see if appear new string as untranslated.

    If still not, please add the next php code to functions.php and change view cart with your desired sentence
    https://pastebin.com/raw/5BieRnR1

    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: Place Site Name before Page Title #218807
     Radu
    Moderator

    Hi,

    I think you can change that using a SEO plugin like https://wordpress.org/plugins/wordpress-seo/

    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: Buddypress activity #218637
     Radu
    Moderator
    Not marked as solution
    in reply to: BBPres 2.6RC7 #218636
     Radu
    Moderator

    Can you screenshot (containing page url) please where the button disappears and where they should be placed? Our theme just style the bbpress not removes nothing.

    Let me know

    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: Kid`s date of birth #218635
     Radu
    Moderator

    Hi,

    I wanted to say that using that snippet your current issue should be resolved. In the admin panel don’t not needed to do nothing, just add the snippet and the birthdate field should offer you the possibility to select birthday ages under 18

    So the code works, i’ve tested it and that removes and fixes the issue that you report (with the age limit)

    COPY CODE
    
    function my_custom_bp_datebox($html, $type, $day, $month, $year, $field_id, $date) {
        $current_year = date("Y");
        $allowed_year = $current_year - 1;
        if($type == 'year'){
    
            $html = '<option value=""' . selected( $year, '', false ) . '>----</option>';
    
            for ( $i = $allowed_year; $i >= 1920; $i-- ) {
                $html .= '<option value="' . $i .'"' . selected( $year, $i, false ) . '>' . $i . '</option>';
            }
        }
        return $html;
    }
    add_filter( 'bp_get_the_profile_field_datebox', 'my_custom_bp_datebox',11,7);
    
    

    So use this instead it may be something wit the priorities attribute, in the initial function it’s 10 now 11, both works for me, you try to test with 11 it should work!!!!

    I will edit also the initial reply with the 10 priority after you confirm also that it works, maybe some user search for 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: Grid used on archive pages #218634
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Great
    Have a nice weekend
    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 types not sorting and Profile redirect not working #218632
     Radu
    Moderator
    Not marked as solution
    in reply to: problem #218631
     Radu
    Moderator

    So just edit as you need, our support handles only theme problems and questions.

    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: can’t find Sidebar Generator #218559
     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: problem #218558
     Radu
    Moderator

    Hi,

    That’s your customization just set the white color for the text.

    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: Users photo #218557
     Radu
    Moderator

    Hi,

    There should be the resize avatar step but for some reason the photo isn’t there or it’s very very small, in general this kind of issues are caused by some custom css from child theme or by some template of buddy-press overwritten in the child theme. so i recommend you to disable child theme by activating parent and all plugins except buddypress and the css modifications if you had place them in other place then style.css from child theme.

    Make sure you have theme updated.

    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: Kid`s date of birth #218545
     Radu
    Moderator

    Hi,

    The snippet from there it should hack that limit : https://archived.seventhqueen.com/forums/topic/kids-date-of-birth/#post-218332

    So, if you will apply that you should not have the issue with age selection on date fields.

    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: problem #218544
     Radu
    Moderator

    Hi,

    Revolution slider caused that, i’ve deleted and re-installed the plugin

    All good now, the view from mobile it’s ok and no more js errors.

    I will mark the topic as resolved.

    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: can’t find Sidebar Generator #218543
     Radu
    Moderator

    Hi,

    Not sure why, check the attached, install it from wp-admin -> plugins -> add new.

    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: Icons not working #218542
     Radu
    Moderator

    Hi,

    Kleo icons from visual compoer or what icons from the menu? can you offer some exact details please?

    On your contact page they are displayed :

    So you can cache the page, try to not move the css to footer or similar it you had done that in your 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: Grid used on archive pages #218541
     Radu
    Moderator
    Not marked as solution
    in reply to: Grid used on archive pages #218540
     Radu
    Moderator
    Not marked as solution
    in reply to: Update Kleo Failed #218538
     Radu
    Moderator

    Hi,

    The version was released today on 14 feb, so i’m happy that you had solved the issue.

    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: Users photo #218537
     Radu
    Moderator

    Hi,

    I think it’s related to the allowable avatar size in kb

    add also this to bp-custom.php or in wp-config.php

    //1 MB file

    COPY CODE
    
    define( 'BP_AVATAR_ORIGINAL_MAX_FILESIZE', 10 * 1024 )
    

    or

    COPY CODE
    
    add_filter( 'bp_core_avatar_original_max_filesize', function() {
        return 5120000; // 5mb
    } );
    

    https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/

    https://www.google.com/search?q=BP_AVATAR_ORIGINAL_MAX_FILESIZE

    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 types not sorting and Profile redirect not working #218536
     Radu
    Moderator
    Not marked as solution
    in reply to: Functional installation. #218535
     Radu
    Moderator
    Not marked as solution
    in reply to: problem #218533
     Radu
    Moderator

    Hi,

    That’s wired that seems to be a isolated issue since i cannot see that behaviour on our demo or my local install or any user installs, so for the JS error i think there you should make sure that you have latest theme version and also latest revolution slider installed and i recommend you to delete the revolution slider and to install it again it will pull the newest version.

    If those are still the same i can take a look in your wp admin to see what’s wrong there but before that make sure that you have latest theme version on your server.

    When i will look at that i will see if plugins or child theme causes that by deactivating them for around 5 minutes temporary to test.

    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,

    add tough this function into functions.php from child

    COPY CODE
    
    
    function sqr_add_js_footer() {
        
            echo "   
            <script>            
                jQuery(document).ready(function(){
                    jQuery(\"input[name='signup_username']\").on('change keyup paste',function(){
                    jQuery(this).val(jQuery(this).val().toLowerCase());
                     })
                })
             </script>
            ";
    }
    
    add_action('wp_footer', 'sqr_add_js_footer');
    
    

    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: Kid`s date of birth #218491
     Radu
    Moderator

    Hi, Yes what you need to achieve ? What’s your necessary result ? The field description says “Select you Age field. This is used to calculate members age” So that may be used to transform the birthday to ages.

    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,

    Sorry in the javascript code not in CSS sorry, i’ve made a typo mistake.

    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 types not sorting and Profile redirect not working #218487
     Radu
    Moderator
    Not marked as solution
    in reply to: Wrong language redirect after activating #218486
     Radu
    Moderator

    Hi,

    The issue that was in the past was unrelated to the WPMl plugin it was a issue with the activation key itself, so there may not be any issue with our theme you should translate buddy-press emails correctly i recommend you to take a look and if you cannot find the answer ask there : https://wpml.org/forums/topic/buddypress-emails-translation/

    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 - 41 through 80 (of 20,101 total)

Log in with your credentials

Forgot your details?