Forum Replies Created

Viewing 40 posts - 4,361 through 4,400 (of 20,101 total)
  • Author
  • in reply to: Prevent pmpro levels from creating a Buddypress group #183614
     Radu
    Moderator

    Hi,

    The problem it’s because of this rule from the style.css

    COPY CODE
    
    
    li#group-create-nav {
        display: none !important;
    }
    
    

    You will have to remove the important, so the code will be

    COPY CODE
    
    
    li#group-create-nav {
        display: none;
    }
    
    

    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: Turn Off Item Toggle #183606
     Radu
    Moderator

    Hi,

    Sincerly cannot understand exactly about what are you referring, but you can build a menu with your desired menu items from wp-admin -> appearance -> menus -> (screen options) and check the bddypress (see screenshot) then build the menu with desired components.

    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: Slider Revolution not working in Safari #183592
     Radu
    Moderator

    Hi,

    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: general #183524
     Radu
    Moderator
    Not marked as solution
    in reply to: Live Notifications and Messages styling off #183522
     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: Theme Settings/Options #183520
     Radu
    Moderator
    Not marked as solution
    in reply to: Responsive ‘hamburger’ menu closes too quickly #183519
     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: 3 issues regarding the theme and building #183518
     Radu
    Moderator

    Hi,

    The update notice should appear there if no install this plugin and add the requested api details into it : https://github.com/envato/envato-wordpress-toolkit

    Then an update notification should appear

    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 building Issues #183517
     Radu
    Moderator

    Hi,

    sorry for the delay, i have some personal problems,

    Maybe i’ve understand wrong, can you please ask again what’s your issue ?

    So the font can be changed to red using this CSS

    COPY CODE
    
    
    .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
        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: Page CSS load error (?) #183455
     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
     Radu
    Moderator

    Hi,

    This was fixed in our previous theme update.

    Update the theme

    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 #183406
     Radu
    Moderator
    Not marked as solution
    in reply to: Slider Revolution not working in Safari #183405
     Radu
    Moderator

    Hi,

    The slider it’s visible from my macbook thru safari, did you have 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: Can I edit the theme .less files? #183402
     Radu
    Moderator

    Hi,

    You can edit directly the app.css file by removing what you don’t need then make a copy and save it in chid theme in this path /wp-content/thems/kleo-child/assets/css/app.css

    COPY CODE
    
    function sq7r_app_css_child() {
        wp_deregister_style( 'kleo-app' );
        wp_dequeue_style( 'kleo-app' );
        wp_enqueue_style('kleo-app', get_stylesheet_directory_uri() . '/assets/css/app.css');
    }
    add_action('wp_enqueue_scripts', 'sq7r_app_css_child', 999);
    

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

    NOTE : Child theme needs to be installed and activated.

    Now the app.css file will be pulled from the chid theme.

    The less files aren’t generated on every change they are additional so it’s sufficient to make the changes in the css file

    Make sure to enable development mode On from wp-admin -> theme options -> miscellaneous.

    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: Live Notifications and Messages styling off #183400
     Radu
    Moderator

    Hi,

    Use this css to fix that

    COPY CODE
    
    .navbar-transparent .navbar-nav > .kleo-messages-nav.kleo-toggle-menu .kleo-toggle-submenu:before {
      background-color: rgba(0, 0, 0, 0);
      top: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12px 10px 12px;
      border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent;
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
    }
    .navbar-transparent .navbar-nav > .kleo-messages-nav .kleo-toggle-menu .minicart-buttons {
      background-color: rgba(0, 0, 0, 0.2) !important;
      border: 1px solid rgba(0, 0, 0, 0);
        color:#fff;
    }
    .navbar-transparent .navbar-nav > .kleo-messages-nav .kleo-toggle-menu .sub-menu {color:#fff !important}
    .navbar-transparent .navbar-nav  li.kleo-submenu-item span, .navbar-transparent .navbar-nav ul.submenu-inner li.kleo-submenu-item { color: #fff;}
    

    Let me know

    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: Edit the icons in the Home Page #183398
     Radu
    Moderator

    Hi,

    There you will have to add the field name not the id…

    Like this

    COPY CODE
    
    [kleo_status_icon type="custom" image="/wp-content/themes/sweetdate/assets/images/icons/steps/status_01.png" subtitle="Transgender" field="Gender" value="M2F Pre-op" online="no"]
    

    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 to preserve settings when database changes? #183394
     Radu
    Moderator

    Hi,

    Just the kleo_kelo and kleo_kelo_child values are related to the theme options.

    Transients are a kind of cache.

    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: VC issue #183174
     Radu
    Moderator
    Not marked as solution
    in reply to: Image thumbnail not showing in Article/Post #183173
     Radu
    Moderator
    Not marked as solution
    in reply to: Found 2 elements with non-unique id #security #183168
     Radu
    Moderator

    Hi,

    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: VC issue #183163
     Radu
    Moderator
    Not marked as solution
    in reply to: Page CSS load error (?) #183161
     Radu
    Moderator

    No clue, try to set plugins off for 5-6 minutes and browse thru site check if will the issue still happens empty all caches inclusive the browser cache.

    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: Image thumbnail not showing in Article/Post #183153
     Radu
    Moderator
    Not marked as solution
    in reply to: Page CSS load error (?) #183152
     Radu
    Moderator

    I see,
    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: How to preserve settings when database changes? #183151
     Radu
    Moderator

    Hi,

    You can recover the theme options only if you will get a few days back backup then search in database wp_options for kleo_kelo option name and to save the options from option_value also if you haved used child theme you will have to get also the options for child theme see secod screenshot.

    Chers
    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: Responsive ‘hamburger’ menu closes too quickly #183146
     Radu
    Moderator

    Hi,

    just go to wp-admin -> downlaods -> settings -> Misc settings -> Disable Style & Script
    -> check bootstrap JS

    That’s all

    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: Additional photos in profile #183144
     Radu
    Moderator

    Hi @websitecustomers@att.net

    Please open a new ticket providing login details and describe the issue 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: Full width not working – Lack of space between elements #183142
     Radu
    Moderator

    Hi,

    I will add this bug to buglist and it will be investigated in detail in future, until then you can as the Plugin Organizer support theme if there it’s a filter or a action that they can provide you to exclude totally a certain plugin to not be handled by the Plugin Organizer

    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: Edit the icons in the Home Page #183141
     Radu
    Moderator

    Hi,

    Unable to see wp-admin panel with those credentials,

    Let me know the admin 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: Increase the total members #183140
     Radu
    Moderator

    Great,

    Done

    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: Image thumbnail not showing in Article/Post #183138
     Radu
    Moderator
    Not marked as solution
    in reply to: Cart Button lead to homepage #183037
     Radu
    Moderator

    Hi

    Make sure that you have all woocommerce related pages created see in their documentation : https://docs.woocommerce.com/document/woocommerce-pages/

    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: Full width not working – Lack of space between elements #183034
     Radu
    Moderator

    I see, maybe there it’s some cache or transients just de-activate all plugins including k-elements and visual composer then enable back only those plugins, check if works now (it should) then enable rest of your plugins except plugin organizer.

    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: Members Search Pages #183026
     Radu
    Moderator

    Hi,

    There is no quick solution, i’ve tried to make something but it takes to much time

    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 to add Kleotool-tip buttons to Revolution Slider? #183025
     Radu
    Moderator
    Not marked as solution
    in reply to: Image thumbnail not showing in Article/Post #183017
     Radu
    Moderator
    Not marked as solution
    in reply to: Problem with some import demo data in local #183013
     Radu
    Moderator

    I see you can browse direct to the file via windows folders to your wordpress files

    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: Image thumbnail not showing in Article/Post #183011
     Radu
    Moderator
    Not marked as solution
    in reply to: Full width not working – Lack of space between elements #183008
     Radu
    Moderator

    Hi,

    I’ve noticed that one other kleo user encounter the same issue but there was a plugin incompatibility issue between Plugin Organizer and K Element plugin

    In first instance please try to de-activate all plugins and check if the layout it’s ok if yes enable back one by one by one while check if the plugin causes that.

    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: Problem with some import demo data in local #183006
     Radu
    Moderator

    Hi,

    Most sure that error it’s caused by the lack of PHP memory allocation, please enable wp_Debug and try to reproduce the issue, after the issue occurs check the debug.log file and show it to me to look at it.

    If in the debug.log file it’s something about max memory allocation you should increase the php max meory using this method : https://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    Follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except for Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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
Viewing 40 posts - 4,361 through 4,400 (of 20,101 total)

Log in with your credentials

Forgot your details?