Forum Replies Created

Viewing 40 posts - 6,081 through 6,120 (of 20,101 total)
  • Author
  •  Radu
    Moderator
    Not marked as solution
    in reply to: Adding Ajax Search Pro shortcode to top menu #167837
     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: show a message in register page after a redirection #167836
     Radu
    Moderator

    Hi,

    Add this code to functions.php

    COPY CODE
    
    function check_is_register_page() {
        if(is_page('register') && !is_user_logged_in()) {
            echo 'This is my custom message for the register page for guest users';
        }
    }
    add_action('bp_before_signup_profile_fields', 'check_is_register_page');
    

    It will display a message for guest users. Message by referring location isn’t possible at this moment.

    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: Tiny issue with tickbox #167835
     Radu
    Moderator

    Hi,

    Just I’ve investigated that,

    If you click on the checkbox after max 1 second the box it’s checked, after that if you click again after almost 1 second the box will be un checked.

    This it’s happening because there are happens an ajax call and it waits for the response from the server side.

    So if a user wants to invite user/users can do this without any 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: Please Help #167834
     Radu
    Moderator

    Ok then

    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: Product Images All One Size #167833
     Radu
    Moderator
    Not marked as solution
    in reply to: add member type class in member dyrectory #167832
     Radu
    Moderator

    Hi,

    The snippet provided by that develooper cannot work on directory cuz adding a member type name to the body class it’s useless since the class should be added to the each memory box.

    Just create a file named members-loop.php in /wp-content/themes/kleo/buddypress/members/ and paste the next content in it https://pastebin.com/raw/LvnMy818

    CSS.

    COPY CODE
    
    .directory.members .member-type-player .item-avatar {
        border-color: #00b9f7 !important;
    }
    
    .directory.members .member-type-manager .item-avatar {
        border-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: Visual Composer Update #167830
     Radu
    Moderator

    Ok then

    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: Mail reception problem #167829
     Radu
    Moderator
    Not marked as solution
    in reply to: Import Go Pricing data #167828
     Radu
    Moderator

    Hi,

    Sorry for that it seems those aren’t any more available for free download, let me know the packages that you need to provide to you here.

    In future, we will include that directly in theme package.

    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: Snax Pluging #167827
     Radu
    Moderator

    Ok then

    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: problem with search on the front page #167826
     Radu
    Moderator

    Hi,

    You can identify what causes that by de-activating all plugins at once then check and enble plugins back one by one until you find the ‘problematic’ plugin

    At this moment the search form from the homepage looks broke

    But the search it works, if I click search the next result page it’s displayed.

    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: Filter post by hit count #167825
     Radu
    Moderator

    Ok 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: Updates #167824
     Radu
    Moderator

    Hi,

    The logic and conditions that you have recommended for us cannot be implemented thru the theme cuz it depends on every user project, so my advice for you it’s to implement yourself the logic that you needs.

    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: Shopping Cart Problems #167823
     Radu
    Moderator

    Hi,

    Please let me know if you encounter the same issue on our demo.

    https://seventhqueen.com/themes/kleo/default-shop/

    Anyway if you log in from the same PC on both accounts it means that it uses the same cookies for the cart products, try the same using default wp theme, if it’s the same it’s caused by woo-commerce.

    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: Live Menu Messages #167822
     Radu
    Moderator

    Hi,

    Please until the next update it will improve the live messages feature and will be displayed like the cart icon

    Then shouldn’t be a 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: Portfolio #167821
     Radu
    Moderator

    Hi,

    To can use kleo portfolio visual element first you should make sure that the module it’s activated from wp-admin -> theme options -> modules and speed.

    then adding from visual composer Portfolio element you will have all available configurable 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: Adding message button in members loop #167820
     Radu
    Moderator

    Hi,

    I cannot provide you a CSS Cuz I don’t know how it behaves right now, I need to see the live site to can help you with something since this it’s already customized and our support cannot offer support for customizations requirements.

    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 can i force the translation? #167819
     Radu
    Moderator

    Hi,

    Make sure to have wpglobus translate options plugin installed

    https://ro.wordpress.org/plugins/wpglobus-translate-options/

    That text is saved in options

    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: CONTACT FORM 7 REDIRECT #167816
     Radu
    Moderator

    Hi,

    Just add this code to JavaScript code from wp-admin -> theme options -> general options

    COPY CODE
    <script>
    
    jQuery(document).ready(function() {
    document.addEventListener( 'wpcf7submit', function( event ) {
        if ( '10032' == event.detail.contactFormId ) {
    window.location.href="http://google.com";
            // do something productive
        }
    }, false );
    });
    
    </script>

    Replace 10032 with the form id, it redirects after submit it works I’ve tested

    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: Album upload completion a bit ugly… #167815
     Radu
    Moderator

    Hi,

    Let me know if you see the same on our demo : https://seventhqueen.com/themes/kleo/members/kleoadmin/ and if you encounter the same using default wp theme.

    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: Forum not responsive #167718
     Radu
    Moderator

    Hi,
    I cannot fix your optimization for google, cuz the support service doesn’t include services like that, but for that, we have a great tutorial article: https://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html

    Related to the facebook button is open from the pop-=up using desktop/tablet/mobile in what condition this will won’t open?

    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: Logo for mobile devices #167717
     Radu
    Moderator

    Hi,

    The snippet had been tested before providing it, but check if you have a retina version of the logo, and delete it. also make sure to have child theme installed and activated.

    If it’s the same provide FTP also

    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: Blog pagination / continuous load question? #167716
     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: remove continue reading archive #167715
     Radu
    Moderator

    Hi,

    Please check now I’ve re-maked the content.php template.

    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: Kleo #167714
     Radu
    Moderator
    Not marked as solution
    in reply to: show a message in register page after a redirection #167710
     Radu
    Moderator

    Hi,

    What’s the page URL where user it’s redirected if done’t have mermbership ?

    In this way, i can do a condition and to add a message to that page via PHP.

    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: Geonames #167709
     Radu
    Moderator

    OK,

    No problem

    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: Women online not working #167708
     Radu
    Moderator
    Not marked as solution
    in reply to: the administration panel is slow work #167707
     Radu
    Moderator

    Ok then
    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: wordpress 4.8 #167706
     Radu
    Moderator
    Not marked as solution
    in reply to: Log In/Log Out Issues #167705
     Radu
    Moderator
    Not marked as solution
    in reply to: Please Help #167704
     Radu
    Moderator

    Hi,

    I’ve seen that, I will show that to the master designer and also I will add it into the buglist.

    We will get back to you

    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: add member type class in member dyrectory #167702
     Radu
    Moderator

    I see you don’t need any snippet to adds that, it seems Kleo adds that already, I’ve tested with this plugin https://wordpress.org/plugins/bp-member-type-generator/ I’ve created a type named player

    And then I’ve added this CSS

    COPY CODE
    
    .member-type-player #item-header-avatar {
        background: red !important;
    }
    

    And the border was colored

    For additional member types colors just add a new rule like :

    .member-type-student #item-header-avatar {
        background: yellow !important;
    }
    
    
    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: My gravityforms date field not works #167699
     Radu
    Moderator
    Not marked as solution
    in reply to: Admin Ajax #167698
     Radu
    Moderator
    Not marked as solution
    in reply to: Why user can’t publish nothing? #167696
     Radu
    Moderator
    Not marked as solution
    in reply to: Product Images All One Size #167687
     Radu
    Moderator
    Not marked as solution
    in reply to: Snax Pluging #167682
     Radu
    Moderator

    Hi,

    From what I saw now the pop-up it’s opening, so all good right?

    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: What is the size of the “Featured Image”? #167455
     Radu
    Moderator

    Hi,

    Just copy this file : /wp-content/themes/sweetdate/content.php to /wp-content/themes/sweetdate-child/

    Then in the child location open the file content /wp-content/themes/sweetdate-child/content.php

    Instead of

    Use the next code

    Replace 200 values with your desired dimensions.

    That’s all

    See also the screenshot

    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
Viewing 40 posts - 6,081 through 6,120 (of 20,101 total)

Log in with your credentials

Forgot your details?