Forum Replies Created

Viewing 40 posts - 6,641 through 6,680 (of 20,101 total)
  • Author
  • in reply to: Mobile Sticky Header #163654
     Radu
    Moderator
    Not marked as solution
    in reply to: Trouble with Custom Sidebar not Showing #163653
     Radu
    Moderator

    Hi,

    The Kleo Child theme has separate theme options, so if you made changes in Child theme options they are used only when activate the theme, and the same principle for Kleo theme ( Parent theme ).

    You can export theme settings from parent theme and import them to child theme then the site should look the same

    You can save the theme options by navigating to : Wp-admin->theme options -> import/export -> download data file and also can be imported in same way after activating Kleo Child theme by choosing importing option.

    Then apply the code to functions.php file

    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: Some Questions #163652
     Radu
    Moderator
    Not marked as solution
    in reply to: Accordion disables dropdown menu #163649
     Radu
    Moderator
    Not marked as solution
    in reply to: Home-Register Demo Page is not Responsive #163648
     Radu
    Moderator

    Hi,
    I see the only way to can have original image ratio it’s to set via CSS background-size contain, in this way the image will be wrapped into the view port.

    COPY CODE
    
    @media(max-width:991px){
        article#post-9468 section.container-wrap.main-color {
        background-size: contain !important;
        background-position: center center !important;
    }
    }
    
    

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
    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: Translation Issue #163646
     Radu
    Moderator

    Hi,

    The month’s names are part of the BuddyPress plugin, and they should be found under BuddyPress translation file.

    I’ve checked now and thy are translated :

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

    Hi,

    Use this CSS

    COPY CODE
    
    
    div#buddypress .activity iframe[src*="dailymotion"] { 
    width:100%;
    max-height:480px;
    } 
    
    

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
    NOTE : Child theme needs to be installed and activated.

    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: Main menu item overlapping secondary menu #163643
     Radu
    Moderator

    Hi,

    While using buttons in the menu it’s recommended to use Compact overflowing menu items option.

    Enabling the option should solve the problem.

    For the second button try to de-activate megamenu for that item from wp-admin -> appearance -> menus.

    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: changing the color #163638
     Radu
    Moderator

    You’re welcome

    What area? you asking to hide 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: Not able to upload theme #163551
     Radu
    Moderator

    Hi,

    take a look at this video : https://www.youtube.com/watch?v=mQEn3xHdsRI on our channel are more video tutorials for setup sweetdate theme.

    Just create your desired fields in wp-admin -> users -> profile fields and import them to home search form from wp-admmin -> theme options -> buddypres -> import buddypress profile 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: line icons not appearing in menu #163550
     Radu
    Moderator

    php71 error log
    nginx error log
    apache error log

    Attach them separately

    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 Ajax Search Thema #163548
     Radu
    Moderator
    Not marked as solution
    in reply to: Visual Composer won’t save background selections #163547
     Radu
    Moderator

    Hi,

    If you switch to the default WP theme and try again the actions, you encounter the issue again ?

    If yes, it means that it’s a VC or addon problem, if no just enable wp debug then re-save again the bg color or that particular action that aren’t saved.

    Please 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.

    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: FontAwesome And Other. #163546
     Radu
    Moderator

    Are you using wannguard?

    Try to de-activate it to see if without the plugin active it 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
    in reply to: More sub menu items #163545
     Radu
    Moderator
    Not marked as solution
    in reply to: CSS for Accordion Text #163544
     Radu
    Moderator

    Where I can see accordion live on your site to can test the solution, please ?

    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: Transparent drop down menu color #163543
     Radu
    Moderator

    Hi,
    Related to that “bug” can you test please using only Kleo theme ? not Kleo child ?

    Does it happen the same?

    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: BP Profile Search #163542
     Radu
    Moderator
    Not marked as solution
    in reply to: KLEO POST MALFUNCTION #163541
     Radu
    Moderator
    Not marked as solution
    in reply to: Mobile Menu #163540
     Radu
    Moderator

    Thanks your

    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: LOGIN stuck on “Login Successful, redirecting” #163539
     Radu
    Moderator

    After login from pop-up i was redirected to the wp admin in 1-2 seconds

    Maybe it’s something related to your browser cache/cookies

    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 results / share buttons in profiles #163538
     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
     Radu
    Moderator
    Not marked as solution
    in reply to: questions #163536
     Radu
    Moderator
    Not marked as solution
    in reply to: Activity Feed Images Don’t Load #163535
     Radu
    Moderator

    Hi,

    Cannot login to FTP :

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

    Hi,

    The plugin should apply filter also for the bp_get_loggedin_user_avatar function, you can tell this to the plugin developer.

    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: Gravatar cache #163518
     Radu
    Moderator

    Hi,

    From what I see on their plugin page isn’t compatible with BuddyPress and there (in the main menu) avatar it uses a BuddyPress function ( bp_get_loggedin_user_avatar ) to get current user avatar

    WE need to keep the gravatar service it’s a WordPress native.

    You can ask the plugin author if they haves some workarounds for that.

    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 homepage missing and add filter in search #163514
     Radu
    Moderator
    Not marked as solution
    in reply to: Can the quick look product image be removed? #163452
     Radu
    Moderator

    Hi,

    Try with this CSS

    COPY CODE
    
    .post-type-archive-product #productModal .col-lg-7{
        display: none;
    }
    
    .post-type-archive-product #productModal .col-lg-5 {
        width: 100%;
    }
    

    It should be ok I’ve tested on your site live.

    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: I have a request for the message system #163449
     Radu
    Moderator

    Hi,

    Sorry but I cannot figure out where to place the skype icon instead of what, please provide a screenshot that points out please.

    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: WooCommerce Bug? #163447
     Radu
    Moderator

    Hi,

    Sorry for that, try to look and in comments for a workaround until they fix 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
     Radu
    Moderator

    Hi,

    That’s the responsible function that generates that area

    Adapt it for your needs.

    ‘ . do_shortcode( sq_option( ‘title_info’, ” ) ) . ‘

    ‘,
    ‘heading’ => ‘h1’
    );

    // Parse incoming $args into an array and merge it with $defaults
    $args = wp_parse_args( $args, $defaults );
    $args = apply_filters( ‘kleo_title_args’, $args );

    // OPTIONAL: Declare each item in $args as its own variable i.e. $type, $before.
    extract( $args, EXTR_SKIP );

    if ( ! empty( $link ) ) {
    $title = “” . $title . ““;
    }

    $breadcrumb_data = ”;
    if ( $show_breadcrumb ) {
    $breadcrumb_data = kleo_breadcrumb( array(
    ‘show_browse’ => false,
    ‘separator’ => ‘ ‘,
    ‘show_home’ => __( ‘Home’, ‘kleo_framework’ ),
    ‘echo’ => false
    ) );
    }

    $title_data = ”;
    if ( $show_title ) {
    $title_data = ‘<{heading} class="page-title">{title}‘;
    }

    if ( ! $show_breadcrumb && $extra == ” ) {
    $class .= ‘ title-single’;
    }

    $title_layout = sq_option( ‘title_layout’, ‘normal’ );
    if ( is_singular() && get_cfield( ‘title_layout’ ) && get_cfield( ‘title_layout’ ) != ” ) {
    $title_layout = get_cfield( ‘title_layout’ );
    }
    if ( $title_layout == ‘center’ ) {
    $class .= ‘ main-center-title’;
    } elseif ( $title_layout == ‘right_breadcrumb’ ) {
    $class .= ‘ main-right-breadcrumb’;
    }

    $output = str_replace( ‘{title_data}’, $title_data, $output );
    $output = str_replace( ‘{class}’, $class, $output );
    $output = str_replace( ‘{title}’, $title, $output );
    $output = str_replace( ‘{breadcrumb_data}’, $breadcrumb_data, $output );
    $output = str_replace( ‘{extra}’, $extra, $output );
    $output = str_replace( ‘{heading}’, $heading, $output );

    return $output;
    }
    }
    “>

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

    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: Delete message #163444
     Radu
    Moderator

    You’re welcome, we will let you 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: Buddy Press Login & Register Redirection Issue #163443
     Radu
    Moderator
    Not marked as solution
    in reply to: Home-Register Demo Page is not Responsive #163442
     Radu
    Moderator

    Hi,

    Ok on me
    Did you have fixed ?

    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: Sections of Homepage and Search Forms Not Working #163441
     Radu
    Moderator

    I see, but the FTP credentials are not working

    Let me know the correct credentials

    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: Some Questions #163440
     Radu
    Moderator
    Not marked as solution
    in reply to: Problem with HomePage #163436
     Radu
    Moderator

    There is no way to remove that from theme options.

    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: Redirect Registration #163434
     Radu
    Moderator
    Not marked as solution
    in reply to: Geo Names Not Working #163433
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 6,641 through 6,680 (of 20,101 total)

Log in with your credentials

Forgot your details?