Forum Replies Created

Viewing 40 posts - 6,361 through 6,400 (of 20,101 total)
  • Author
  • in reply to: Buddypress Profile Page Notice Error #165424
     Radu
    Moderator
    Not marked as solution
    in reply to: Woocommerce Notice on Product Page #165421
     Radu
    Moderator
    Not marked as solution
    in reply to: Updates not being saved #165420
     Radu
    Moderator
    Not marked as solution
    in reply to: Cart in side menu #165417
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Add custom post type to buddypress profile menu #165408
     Radu
    Moderator

    Hi,

    I see,

    We don’t have a plug and play or easy solution to provide in that matter, but there it’s a simple guide about how to do that on buddydev.com : https://buddydev.com/buddypress/add-extra-links-to-buddypress-user-profile-menu-buddypress-group-menu/

    All the snippets can be added into child theme wp-content/themes/kleo-child/functions.php

    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: Why user can’t publish nothing? #165407
     Radu
    Moderator
    Not marked as solution
    in reply to: Logo Disappears in Windows #165405
     Radu
    Moderator

    I see,

    In this case, if you notice exactly the conditions how this issue can be reproduced on other windows devices 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: Filter post by hit count #165404
     Radu
    Moderator

    Hi,

    Kleo posts module doesn’t have count views function, you should search for a plugin that can do that.

    For the moment we don’t have a custom code / quick solution for that

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Right search form arrangement #165397
     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: Activate VC in Kleo welcome/addons Crashes Admin #165396
     Radu
    Moderator

    Hi,

    Ok let us know

    Have a nice day

    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 – Change size of dropdown #165395
     Radu
    Moderator

    Hi,

    Use this CSS to increase the dropdown width

    COPY CODE
    
    form.custom div.custom.dropdown.open.expand ul {
        min-width:305px !important;
    }
    

    This will be applied for all dropdowns cuz there is no way to select only that.

    The universities field cannot be turned into autocomplete cuz the autocomplete it’s specific for city/location.

    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: Nested Comments #165393
     Radu
    Moderator

    Hi,

    Can you confirm if the solution works?

    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
    Not marked as solution
    in reply to: Adding Ajax Search Pro shortcode to top menu #165391
     Radu
    Moderator

    I saw how it behaves… but I don’t know if this can be easily integrated, please provide and FTP credentials to see it’s an easy way to do this.

    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 Issue #165390
     Radu
    Moderator

    Hi,

    I cannot see that message when I log out from your site,

    What are log out button yo using?

    Anyway, that text cannot be found on Kleo theme

    Did you have tried to de-activate all plugins except BuddyPress and to sign-out again.

    That message will continue to appears ?

    Update theme to latest version.

    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: Simple Question. #165389
     Radu
    Moderator
    Not marked as solution
    in reply to: Some Questions #165388
     Radu
    Moderator
    Not marked as solution
    in reply to: CONTACT FORM 7 REDIRECT #165384
     Radu
    Moderator

    Hi,

    Just tested and it works,

    If you will add a form to a new page or existing one the alert it’s shown

    Inside the theme options JS I have this

    COPY CODE
    
    <script>
    
    jQuery(document).ready(function() {
    document.addEventListener( 'wpcf7submit', function( event ) {
        if ( '10032' == event.detail.contactFormId ) {
            alert( "The contact form ID is 10032." );
            // do something productive
        }
    }, false );
    });
    
    </script>
    
    
    

    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,

    Try to add this CSS to quick CSS area

    COPY CODE
    
    
    #undefined-sticky-wrapper {
        max-height: 110px;
    }
    
    

    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: Drop Down Menu to select categories #165324
     Radu
    Moderator

    Hi,

    For the moment we don’t have a code snippet or a quick solution to provide but we will take this into consideration.

    We will let you know when we do something about this.

    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: Subscribe button doesn’t work #165316
     Radu
    Moderator

    Hi,

    The wp-admin credentials, not works, let me know the correct ones, but meanwhile you can try to check the form id from your homepage it’s the same as it’s in MailChimp plugin -> forms or if you are using the MailChimp Visual Composer element make sure to have it selected (see below screenshot)

    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,

    Try to use this function instead of that one, now it’s used the kleo_modal_login_redirect filter it should redirect in this way.

    https://pastebin.com/raw/i9hvNDDw

    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: Visual Composer dpoes not work on my site #165305
     Radu
    Moderator
    Not marked as solution
    in reply to: Not scrolling in IE11 #165304
     Radu
    Moderator
    Not marked as solution
    in reply to: There’s some problem I don’t know how to solve #165303
     Radu
    Moderator

    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: 4th Level Sub Menu not showing!! #165302
     Radu
    Moderator

    Hi,

    Sorry for the delayed response,

    KLEO theme supports only 3 levels and if you need one more, there is no quick solution to provide or plug and play or easy solution for that.

    But if you want to do it from here you can edit the depth menu from this file : /wp-content/themes/kleo/page-parts/general-header-section.php

    To can have this modification update proof please copy it to /kleo/wp-content/themes/kleo-child/page-parts/ and make the changes in child theme

    After that you should create entire css for level 4 case

    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: Cover Image Not Saving #165301
     Radu
    Moderator

    Hi,

    Please de-activate all plugins except buddypress, rtmedia, visual composer and k-elements.

    Then try to re-upload again the image and check it the image remains, also if you have the child theme installed and active de-activate it and check again.

    Also, try to update theme to latest version

    Let me know

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Home Register page not loading #165299
     Radu
    Moderator

    I see you have solved

    the home register 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: Adding buttons to Header Extras #165298
     Radu
    Moderator

    But the button item last menu item in the second header.

    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: Internet Explorer #165297
     Radu
    Moderator

    Hi,

    For the scroll issue and sticky footer, try to update the theme to latest version we have updated the scrolling logic and sticky footer.

    For the BuddyPress iccons use this css

    COPY CODE
    
    #buddypress div#item-nav ul li a {
        font-size:20px !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: Questions about post displays- excerpt and category #165290
     Radu
    Moderator

    NOTE : Child theme needs to be installed and activated.

    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 about post displays- excerpt and category #165287
     Radu
    Moderator

    Hi,

    Add the attached files to : /Applications/XAMPP/htdocs/kleo/wp-content/themes/kleo-child/page-parts

    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: carousel croping images #165274
     Radu
    Moderator

    Hi,

    Just set a higher resolution of the photos (carousel size) but move the image carousel it in a row where you can control the width of the row ( by adding paddings to row or dividing into three columns ) that contains the carousel having good resolution on images.

    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: Post Button In “Groups” #165266
     Radu
    Moderator
    Not marked as solution
    in reply to: Issues with DIV HTML #165263
     Radu
    Moderator

    Hi,

    Just edit the page and add into the kleo accordions sections an text block in that you witll “write” a space (space bar) and that’s all

    Module haves a default text

    + add new element inside every accordion

    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 #165262
     Radu
    Moderator
    Not marked as solution
    in reply to: questions #165261
     Radu
    Moderator
    Not marked as solution
    in reply to: Social Articles Not Properly Displaying #165259
     Radu
    Moderator

    Hi,

    I see that,

    I’ve figured out why….

    The WC vendors pro causes that, it loads select2 library and the select2.min.css it’s used by the social articles plugin, in this way the styles for the select2 from WC vendors pro are overwriting the select2 social article CSS.

    https://5firemen.com/wp-content/plugins/wc-vendors-pro/includes/assets/css/select2.min.css

    If I empty this file via inspect element in chrome it looks like this

    Try to ask WC vendor pro team to target the select2 only it’s used by prefixing those selectors with .woocoomerce from example or other parent div.

    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: Two factor authentication #165258
     Radu
    Moderator

    Hi,

    Now it appears on login page

    Take a look,

    I’ve modified a core file of the theme and this will be included 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
Viewing 40 posts - 6,361 through 6,400 (of 20,101 total)

Log in with your credentials

Forgot your details?