Forum Replies Created

Viewing 40 posts - 4,601 through 4,640 (of 20,101 total)
  • Author
  • in reply to: trouble installing the default template menus #180755
     Radu
    Moderator
    Not marked as solution
    in reply to: Slow Posting #180754
     Radu
    Moderator

    Hi @randrcomputers

    Thank you for providing a possible solution for the user 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: editing #180645
     Radu
    Moderator

    Hi,

    You can change that text using the translation method or php file edit… i will add at the end of the reply translation method.

    There isn’t any specific location in wp admin from where you can edit the activate or register page the only way it’s from code

    The activate page it’s generated automatically and there is no specific place where you can edit that just in php file directly by copying this file activate.php

    from : wp-content/themes/sweetdate/buddypress/members/activate.php
    to : /wp-content/themes/sweetdate-child/buddypress/members/activate.php

    Look for around line 33

    Note : Child theme needs to be installed and activated, in this way your changes will stay even you update the parent theme.

    You can force you users after sign-up to complete the profile using this plugin : https://wordpress.org/plugins/bp-force-profile/

    HOW TO TRANSLATE STRINGS OF THEME OR PLUGINS:
    Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/

    A small introduction on how translations work

    Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.

    For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.

    Follow these steps to get you started:

    • Install Loco Translate plugin
    • Go to the plugin dashboard: WP Admin – Tools – Manage translations
    • Find the theme or plugin in the list.
    • If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
    • Press SYNC button to synchronise your translation with the provided .pot file
    • Search for the string you want to translate and add your translated string.
    • Press Save when you finished your translation.

    Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language

    Cheers

    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 #180634
     Radu
    Moderator
    Not marked as solution
    in reply to: Register #180631
     Radu
    Moderator

    Hi,

    This kind of errors aren’t related to the theme most sure that it’s related to your certificate or server settings

    At this moment the provided url it’s expired or parked

    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 #180630
     Radu
    Moderator

    Hi,

    Those are the selectors

    COPY CODE
    
    nav.woocommerce-pagination ul li a {background:red !important;color:#fff !important;}
    nav.woocommerce-pagination ul.page-numbers li span.current {background: green !important;color:#fff;}
    

    change it with your colors

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS

    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 #180629
     Radu
    Moderator

    REplace with this

    COPY CODE
    
    
    .friendship-button .pending_friend, .friendship-button {
        background: red !important;
    }
    
    a.send-message {
        background: green !important;
    }
    

    Anyway the sent message and add friend i think are not displayed when view as guest, cuz the buttons are related only for logged in users.

    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 Function Second and Following Pages #180628
     Radu
    Moderator
    Not marked as solution
    in reply to: Customization of Kleo Register Form #180627
     Radu
    Moderator

    Hi,

    The KLEO register by default will displays only those fields there is no quick solution to achieve what you need.

    I will let you know the responsible file and how you can overwritte it safe.

    There is the responsible file: wp-content/plugins/k-elements/shortcodes/templates/kleo_register.php if you will rewrite that file you should copy it to wp-content/themes/kleo-child/k_elements to can have the functionality that you need over the theme update.

    Cheers
    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: Think I found bug #180626
     Radu
    Moderator

    Hi,

    Just add this css to wp-admin -> theme options -> general settings -> quick CSS

    COPY CODE
    
    #buddypress #activity-stream p img {
        display: block;
    }
    

    This will be fixed in next theme update

    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 #180625
     Radu
    Moderator

    Hi,

    You can install P3 Profiler plugin to can see what plugin causes huge load while posting something https://wordpress.org/plugins/p3-profiler/

    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 #180624
     Radu
    Moderator

    Hi,

    1. From what i see it behaves like on our demo take a look : https://seventhqueen.com/demo/sweetdatewp/

    with exception of some css that makes the logo to move off screen see this screenshot

    You can remove those from Wp-admin -> theme options -> Styling Options -> Quick css

    2.

    You will have to use the next css

    COPY CODE
    
    
    
    form#register_form_front input::-webkit-input-placeholder {
    color: blue !important;
    }
     
    form#register_form_front input:-moz-placeholder { /* Firefox 18- */
    color: blue !important;  
    }
     
    form#register_form_front input::-moz-placeholder {  /* Firefox 19+ */
    color: blue !important;  
    }
     
    form#register_form_front input:-ms-input-placeholder {  
    color: blue !important;  
    }
    

    Replace blue with your desired color.
    Wp-admin -> theme options -> Styling Options -> Quick css

    3. Maybe using this plugin : https://wordpress.org/plugins/if-menu/

    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: Links not clickable in socket footer #180618
     Radu
    Moderator

    Hi,

    Just add this css

    COPY CODE
    
    #socket .col-sm-12 {
        height: 100%;
        display: initial;
    }
    

    And remove the gaps

    That’s it

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS

    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: Issue wity dailymotion videos #180617
     Radu
    Moderator

    Hi,

    Just replace the css provided in this ticket with this one

    COPY CODE
    
    .article-content iframe[src*='youtube.com'], .article-content iframe[src*='vimeo.com'], .article-content  iframe[src*='dailymotion.com'] {width:100%;min-height: 360px !important;}
    .bbp-reply-content iframe[src*='youtube.com'], .bbp-reply-content iframe[src*='vimeo.com'], .bbp-reply-content iframe[src*='dailymotion.com'] {width:100%;min-height: 360px !important;}
    

    In next theme update this will be fixed in the JS way, so in next theme update you can remove this css

    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: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180553
     Radu
    Moderator
    Not marked as solution
    in reply to: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180547
     Radu
    Moderator
    Not marked as solution
    in reply to: Activity Page Style vs Activity Stream Style #180546
     Radu
    Moderator

    No problem

    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: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180540
     Radu
    Moderator
    Not marked as solution
    in reply to: Issue wity dailymotion videos #180539
     Radu
    Moderator

    Hi,

    For the youtube iframe from the post content use this selector

    COPY CODE
    
    .article-content span.embed-youtube iframe.youtube-player {
        max-height: 420px;
    }
    

    Adapt the max height with your desired

    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: PMPro Checkout Button Disappeared #180537
     Radu
    Moderator

    Hi,
    Make sure to install the child theme that we have provided in main theme files, i don’t know what you done there and if you create manually a child theme correctly, there you should have also a functions.php file with related tags.

    I’ve tested locally before provide to you solution and now the submit button it’s there and also the pmpro default fields

    So make sure to install our child theme then re-do this https://archived.seventhqueen.com/forums/topic/pmpro-checkout-button-disappeared/#post-180373

    That’s all, worked i’ve tested multiple times before providing solution.

    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 for men and women gender appear #180535
     Radu
    Moderator
    Hi, There should be done a simple trick, go to wp-admin -> users -> profile search Just set for I am a filed placeholder looking for a and for looking for a placeholder i'm a That's it Cheers R.
    in reply to: Think I found bug #180533
     Radu
    Moderator

    Hi,

    Thanks you for reaching us,

    Please add here a link that shows live the issue 1 and also 2.

    1.Add a link to a activity that shows the image like that.
    2.Can you made a video to show me how can this be reproduced ?

    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 update backend or frontend #180532
     Radu
    Moderator
    Not marked as solution
    in reply to: Search Function Second and Following Pages #180530
     Radu
    Moderator
    Not marked as solution
    in reply to: Multiple Q’s from a new user of Kleo Theme: #180504
     Radu
    Moderator

    Hi,

    1. Will let you know

    2. You will have to set full width template to can have no sidebar

    3. Those are the selectors

    The CSS will be added to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .login-form-inline h3.kleo-pop-title {color:#fefefe !important;}
    
    .kleo-pop-title-wrap * {
        color: #fff;
    }
    
    .kleo-pop-title-wrap a.new-account {color:#fff}
    
    form#login_form * {
        color: #fff !important;
    }
    
    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 #180500
     Radu
    Moderator

    For the profile tabs

    COPY CODE
    
    
    @media(max-width:480px) {
        .seven ul.tabs-content.custom .dl-horizontal dd {
            margin-left:0px;
        }
    
    }
    
    

    For the buttons add friend and sent message

    COPY CODE
    
    
    
    div#friendship-button- {background:red;}
    div#friendship-button- a {color:yellow !important;}
    
    div#send-private-message {background:green;}
    div#send-private-message a {color:red !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: not displayed user #180499
     Radu
    Moderator
    Not marked as solution
    in reply to: Activity Page Style vs Activity Stream Style #180497
     Radu
    Moderator

    Hi,
    I see what you mean, there is no way to add filter activity to activity page element, but you can test this plugin https://wordpress.org/plugins/bp-activity-shortcode/ with their shortcode if it’s able to do what 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: Group>Forums text & Default Compose Messages line #180494
     Radu
    Moderator

    Hi,

    I see just decrease the 60px value to sometning like 25px

    COPY CODE
    
    #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
      height:24px;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    
    

    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: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180493
     Radu
    Moderator
    Not marked as solution
    in reply to: scroll to top after loading a page… #180492
     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: Can´t update backend or frontend #180417
     Radu
    Moderator
    Not marked as solution
    in reply to: live notification and live messages icons #180416
     Radu
    Moderator
    Not marked as solution
    in reply to: Multiple Q’s from a new user of Kleo Theme: #180414
     Radu
    Moderator

    Hi,

    I see, that means that the shortcode for the members masonry to have a new option concerning the avatar size, this will be done in next days….

    Please make a video for me that shows how the VC not works to can reproduce exactly like you.

    That opacity black want to change color ? or where ?

    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: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180412
     Radu
    Moderator
    Not marked as solution
    in reply to: Multiple Q’s from a new user of Kleo Theme: #180408
     Radu
    Moderator

    Hi,

    Instead the memebrs-loop.php file use this function instead
    This will increase the avatar size on all

    COPY CODE
    
    /* Increase Buddypress avatars globally */
    function increase_bp_avatar_size($content, $args = []) {
        $args['type'] = 'full';
        $args['width'] = '250';
        $args['height'] = '250';
    return bp_get_member_avatar( $args );
    
    }
    add_filter('bp_member_avatar', 'increase_bp_avatar_size',999, 2);
    

    The function needs to be pasted in wp-content/themes/kleo-child/functions.php

    Cannot see any issue or error in Visual Composer, solved ?

    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: Profile tabs no clickable #180406
     Radu
    Moderator

    Hi,

    The you have in themeforest main package a folder named sweetdate 2.9 you can use the 2.9 version.

    So having hard changes in sweetdate child theme from 2.9 won’t fit the 3.0 templating system because we have updated that once with buddypress template structure….

    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: Translation problem – Live Messages #180404
     Radu
    Moderator
    Not marked as solution
    in reply to: Search Function Second and Following Pages #180402
     Radu
    Moderator
    Not marked as solution
    in reply to: scroll to top after loading a page… #180398
     Radu
    Moderator

    Hi,

    1. From visual composer if you are using an element, but if you are not use any login element, it means it’s from the default login pop-up and that was also fixed in latest theme update, you will have to update the theme, but if you have general-popups.php file overwritten in child in wp-content/themes/kleo/page-parts/ there should be something edited.

    Let me know, if you had modified the template let me know the FTP or provide to me the file to remove the autofocus tag.

    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,601 through 4,640 (of 20,101 total)

Log in with your credentials

Forgot your details?