Forum Replies Created

Viewing 40 posts - 6,121 through 6,160 (of 20,101 total)
  • Author
  • in reply to: Script override for just a specific page? #167452
     Radu
    Moderator

    Hi,

    Just go to that certain page and add the script on one of those marked in the screenshot

    That’s all

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

    Hi,

    done, please check I’ve overwritten the content.php file I’ve copied and modified in child, my initial solution was not applying in your case (standard layout.)
    It should be ok now

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

    Hi,

    For the Forums problem i’ve added this CSS to quick css area of your site

    COPY CODE
    
    @media only screen and (max-width: 480px) {
        #bbpress-forums input#bbp_topic_tags, #bbpress-forums input#bbp_topic_title {
        width: 100%;
    }
    }
    

    Now it should be ok

    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: No translation possible #167447
     Radu
    Moderator

    Hi,

    Tried to take a look at that but viewing the site isn’t available

    My country is Romania, add it to the wishlist if it’s possible.

    Anyway, the strings belong to the BuddyPress media, so those should be found in loco translate under BuddyPress media plugin.

    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: Account Suddenly Switch #167426
     Radu
    Moderator

    Hi,

    Ok,
    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: Adding Ajax Search Pro shortcode to top menu #167425
     Radu
    Moderator

    Add this function

    COPY CODE
    
    if ( ! function_exists( 'kleo_search_menu_item' ) ) {
        /**
         * Add search to menu
         *
         * @param string $items
         * @param object $args
         *
         * @return string
         */
        function kleo_search_menu_item( $items, $args ) {
            if ( sq_option( 'ajax_search', 1 ) == 'logged_in' && ! is_user_logged_in() ) {
                return $items;
            }
    
            //$location = sq_option( 'menu_search_location', 'primary' );
    
            if ( $args->theme_location == 'top' ) {
                $form = kleo_get_search_menu_item();
                $items .= '<li id="nav-menu-item-search" class="menu-item kleo-search-nav">' . $form . '</li>';
            }
    
            return $items;
        }
    }
    

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

    NOTE : Child theme needs to be installed and activated.

    Tested on my local install the seatch item will go to topbar.

    Please leave us a review on themeforest about your experience and give us 5* if you think the support it’s high quality.

    Have a nice day
    Regards
    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 #167424
     Radu
    Moderator

    Hi,

    Have a nice day !!

    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: Initial Install – Required Plugins – Multisite #167423
     Radu
    Moderator
    Not marked as solution
    in reply to: Blog pagination / continuous load question? #167422
     Radu
    Moderator

    Hi,

    I’ve tried to integrate this feature in the theme using few plugins but no one behaves as is should, for the moment we don’t have any plug and play solution for this but we have a VC element that haves load more Ajax feature just add Kleo Posts in a page and check Enable Load More

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

    Great if 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: Register page not translated #167407
     Radu
    Moderator
    Not marked as solution
    in reply to: wordpress 4.8 #167338
     Radu
    Moderator
    Not marked as solution
    in reply to: font family and color #167329
     Radu
    Moderator

    Hi,

    So you are ok now with the font ? can I close the ticket ?

    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: Log In/Log Out Issues #167324
     Radu
    Moderator
    Not marked as solution
    in reply to: Sidebars won’t go away on full-width template #167319
     Radu
    Moderator

    Hi,

    For the bbpress Check please in theme options ( wp-admin -> theme options -> bbpress ) and for the events see below screenshot.

    For the events page check the global settings in wp-admin -> theme options -> layout settings

    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: 4.2.7 bug #167314
     Radu
    Moderator

    I see,

    That’s ODD, using the snippet provided in my previous reply the issue persists or it’s 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: Why user can’t publish nothing? #167312
     Radu
    Moderator
    Not marked as solution
    in reply to: My gravityforms date field not works #167306
     Radu
    Moderator
    Not marked as solution
    in reply to: Product Images All One Size #167305
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Yes, in next 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: Group count riight menu #167302
     Radu
    Moderator

    Hi,

    For the moment no, we are working on this 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: Women online not working #167299
     Radu
    Moderator
    Not marked as solution
    in reply to: BP Profile Search #167291
     Radu
    Moderator
    Not marked as solution
    in reply to: “Invalid customizer-beautify.json format!” #167290
     Radu
    Moderator

    Hi,

    I found the cause, this plugin: Customizer Site Beautify – Beta, if I de-activate this the customizer works as it should, you can contact the plugin developer to ask 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
     Radu
    Moderator

    Ok then

    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: adding another numerical field #167286
     Radu
    Moderator

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

    Ok then
    Have a great 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: Admin Ajax #167284
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo #167280
     Radu
    Moderator
    Not marked as solution
    in reply to: remove continue reading archive #167279
     Radu
    Moderator

    I see can you please provide FTP to can take a closer look?

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

    Hi,

    In future update we will implement this in theme option where you will have a separate option for logo on mobile until then, just add the next code to the wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    
    function custom_logo_on_mobile() {
        if ( wp_is_mobile() ) {
            if(sq_option('logo_mobile_devices', 1)) {
                //$mobile_logo_url = sq_option('logo_mobile_devices', 1)['url'];
                $mobile_logo_url = 'http://myurl.com/image.png';
                return $mobile_logo_url;
            }
        }
    }
    add_filter('kleo_logo', 'custom_logo_on_mobile');
    
    

    And replace myurl.com/image.png with your logo path from $mobile_logo_url = ‘http://myurl.com/image.png&#8217;; line

    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: Register page not translated #167221
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    I see,
    I made a confusion, I taught you are using KLEO, sorry for this, for the BuddyApp we don’t have yet such as shortcode.

    We will take this into consideration for future BuddyApp updates until them I’ve found this: https://buddydev.com/snippets/tag/add-post-form-to-buddypress-activity-shortcode-plugin/

    Using that modification with https://buddydev.com/plugins/bp-activity-shortcode/ should allow you to have 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: add member type class in member dyrectory #167207
     Radu
    Moderator

    Hi,

    I don’t fully understand what you need to acheive see the attached screenshot

    This you want to acheive ?

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

    Hi,

    Yes, requests from https are for paying accounts only.

    http://www.geonames.org/commercial-webservices.html

    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: 4.2.7 bug #167183
     Radu
    Moderator

    Hi,

    See after many refreshes the CSS from dynamic.css was loaded in the provided link in the first instance the CSS was missing.

    Please add this code to your child theme functions.php

    COPY CODE
    
    function sq_print_inline_css() {
    	add_action( 'wp_head', 'kleo_custom_head_css' );
    	remove_action( 'wp_enqueue_scripts', 'kleo_load_dynamic_css', 22 );
    }
    add_action('init', 'sq_print_inline_css');
    

    Let me know if you still encounter the issue.

    The theme it generates the file but somehow the server prevents file to be displayed sometimes, can you ask on the hosting support a error log maybe in that are some hints.

    Personally, i think it’s a permission problem but it;s odd.

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

    Hi,

    I see now, you can look in the plugin settings if had the possibility to add a custom class to that vote buttons for guest users, using this class kleo-show-login on every element in click the Kleo login pop-up will be shown.

    You can ask the plugin author how you can add easily this class kleo-show-login on the button vote up or down instead of they pop up open class.

    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 Ajax Search Pro shortcode to top menu #167172
     Radu
    Moderator

    Hi,

    Fixed! Check the search icon from the menu

    I’ve replaced code with this one in child theme functions.php file

    COPY CODE
    
    
    if ( ! function_exists( 'kleo_get_search_menu_item' ) ) {
    
        function kleo_get_search_menu_item() {
    
            $context = sq_option( 'search_context', '' );
            if ( is_array( $context ) ) {
                $context = implode( ',', $context );
            }
    
            //Defaults
            $action     = home_url( '/' );
            $hidden     = '';
            $input_name = 's';
            if ( function_exists( 'bp_is_active' ) && $context == 'members' ) {
                //Buddypress members form link
                $action = bp_get_members_directory_permalink();
    
            } elseif ( function_exists( 'bp_is_active' ) && bp_is_active( 'groups' ) && $context == 'groups' ) {
                //Buddypress group directory link
                $action = bp_get_groups_directory_permalink();
    
            } elseif ( class_exists( 'bbPress' ) && $context == 'forum' ) {
                $action     = bbp_get_search_url();
                $input_name = 'bbp_search';
    
            } elseif ( $context == 'product' ) {
                $hidden .= '<input type="hidden" name="post_type" value="product">';
                $action     = home_url( '/' ) . '?post_type=product';
            }
    
    
            ob_start();
            ?>
            <a class="search-trigger" href="#"><i class="icon icon-search"></i></a>
            <div class="kleo-search-wrap searchHidden" id="ajax_search_container">
                <?php echo do_shortcode('[wpdreams_ajaxsearchpro id=1]'); ?>
                <div class="kleo_ajax_results"></div>
            </div>
    
            <?php
            $form = ob_get_clean();
    
            return $form;
        }
    }
    

    Also, I've added this CSS in quick css area to make a little space between input search form and the container edges.

    COPY CODE
    
    #header div#ajax_search_container {
        padding: 10px 10px;
    }
    

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

    Hi,

    In quick CSS of the theme, it’s this CSS rule that prevents excerpts to be shown.

    COPY CODE
    
    .post-item .post-info {
        display: none;
    }
    

    So you can delete it can have the excerpt in the category.

    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: No translation possible #167165
     Radu
    Moderator

    Sorryyy I’ve made a mistake, I mean sweet date not KLEO so just add that in sweetdate-child/functions.php

    I will edit previous post

    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,121 through 6,160 (of 20,101 total)

Log in with your credentials

Forgot your details?