Forum Replies Created

Viewing 40 posts - 15,841 through 15,880 (of 20,101 total)
  • Author
  • in reply to: Mailchimp form #107453
     Radu
    Moderator

    Hi,

    The second url are not working can you check please ?

    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: Update Download Forbidden #107452
     Radu
    Moderator

    Hi,

    The API key is correct ? paste it again from themeforest

    Let me know

    Cheers

    Radu

    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 Not Updating #107450
     Radu
    Moderator

    Hi,

    Please install the envato toolkit plugin : https://github.com/envato/envato-wordpress-toolkit and check after in updates section from dashboard

    Let me know

    Cheers

    Radu

    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: Activation key #107449
     Radu
    Moderator

    Ok,

    Let us know what was the problem.

    Have a nice week

    Cheers

    Radu

    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: Import Demo error #107446
     Radu
    Moderator

    Hi,

    4. So do you want to remove the delay, right ?

    The setting from theme option enables and disables the lang switched from top bar and if you need to langswitcher in main menu you should to use wpml option.

    9. From theme options no, just via CSS, provide a page to give you an example of css.

    10. Yes for each page, for sitewide just delete content from here : http://api.monosnap.com/rpc/file/download?id=OkisLNBpbrN6hGKTA5pQFO0yAJk9Ju

    Regarding the facebook login issue, please go to https://developers.facebook.com/apps/ choose your app and then go to APP Review – > Do you want to make this app and all its live features available to the general public? -> set YES

    Let me know

    Cheers

    Radu

    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: Home Register #107436
     Radu
    Moderator

    Hi,

    Please see this video : https://drive.google.com/file/d/0Bxo5b6iHWRMwVVA1SzRjY0M4Q0k/view

    Let me know if is ok.

    Cheers

    Radu

    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: Breadcrumbs #107435
     Radu
    Moderator

    Hi,

    We have implemented the default woocommerce breadcrumb logic in last update

    Cheers

    Radu

    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 thumbnails #107432
     Radu
    Moderator

    Hi guys,

    After 1 hour of debugging i’ve figured out what is the problem.

    It’s permission issue, in your case @unimagined the server doesn’t have permissions to create a new folder in uploads folder, i’ve created manually 2016 folder and i’ve set 777 for that.


    @d_enajetic
    try to upload an image to media to see if you can do this, if nope please review the folder permissions.

    Cheers

    RAdu

    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 layout issue oninner page #107419
     Radu
    Moderator

    Hi,

    Go to that post that not display the post meta and uncheck this setting (see attached screenhsot)

    Cheers

    Radu

    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: Activation key #107416
     Radu
    Moderator

    Hi,

    I don’t think so, please open a ticket with this issue on buddypress forums, i’ve tried to debug this and it takes to much time, on my site i cannot replicate your issue.

    Try again to deactivate all plugins once except buddypress and repeat the action, if the activation link it works, enable them one by one to identify the problematic plugin.

    Cheers

    Radu

    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: Optimal Image Sizes for Blog Posts #107414
     Radu
    Moderator

    Hi,

    The 500 error is caused by some wired character, can you provide credentials to paste that function for you ?

    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: How to Change The “leave a Replay” Label #107411
     Radu
    Moderator

    Hi,

    Add this code to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    if (!function_exists('kleo_comment_form')) :
    
        function kleo_comment_form( $args = array(), $post_id = null ) {
    
                $comments_args = array(
                    'title_reply'          => __( 'Leave a comment', 'kleo_framework' ),
                    'title_reply_to'       => __( 'Leave a comment to %s', 'kleo_framework' ),
                    );
    
                comment_form($comments_args);
        }
    
    endif;
    

    Let me know

    Cheers

    Radu

    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: Buddypress sub menu mobile #107403
     Radu
    Moderator

    Hi,

    I see that the community menu item will be populated with his child’s only if you are logged in, do you want to show that subitems for both cases logged, logged out ?

    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: Set up New Theme #107397
     Radu
    Moderator

    Hi,

    For re-captcha use this : https://wordpress.org/plugins/wp-recaptcha-bp/

    Q1 – Try to use this plugin https://wordpress.org/plugins/restrict-content/

    Q1 – Follow this topic https://archived.seventhqueen.com/forums/topic/chatting-option-for-chat-to-friends-user-with-each-other

    Cheers

    Radu

    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 overlay over background image. #107394
     Radu
    Moderator

    Hi,

    I’ve checked your error.log file from the server and there is an fatal error

    COPY CODE
    
    [29-Feb-2016 14:45:09 UTC] PHP Fatal error:  Allowed memory size of 176160768 bytes exhausted
    

    I’ve tried to increase it via wp-config.php but it seems that the changes not apply, please contact your hosting and ask them to increase the php memory to 256 M

    Let me know

    Cheers

    Radu

    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: Titel #107384
     Radu
    Moderator

    Provide credentials to take a closer look

    Cheers

    Radu

    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 Views counter #107382
     Radu
    Moderator

    Use this

    COPY CODE
    
    
    if ( ! function_exists( 'kleo_entry_meta' ) ) :
        /**
         * Prints HTML with meta information for current post: categories, tags, permalink, author, and date.
         * Create your own kleo_entry_meta() to override in a child theme.
         * @since 1.0
         */
        function kleo_entry_meta( $echo = true, $att = array() ) {
    
            global $kleo_config;
            $meta_list = array();
            $author_links = '';
            $meta_elements =  sq_option( 'blog_meta_elements', $kleo_config['blog_meta_defaults'] );
    
            // Translators: used between list items, there is a space after the comma.
            if ( in_array( 'categories', $meta_elements ) ) {
                $categories_list = get_the_category_list(__(', ', 'kleo_framework'));
            }
    
            // Translators: used between list items, there is a space after the comma.
            if ( in_array('tags', $meta_elements ) ) {
                $tag_list = get_the_tag_list('', __(', ', 'kleo_framework'));
            }
    
            $date = sprintf( '<a href="%1$s" rel="bookmark" class="post-time">' .
                '<time class="entry-date" datetime="%2$s">%3$s</time>' .
                '<time class="modify-date hide hidden updated" datetime="%4$s">%5$s</time>' .
                '</a>',
                esc_url( get_permalink() ),
                esc_attr( get_the_date( 'c' ) ),
                esc_html( get_the_date() ),
                esc_html( get_the_modified_date( 'c' ) ),
                esc_html( get_the_modified_date() )
            );
    
    
    
            if ( is_array( $meta_elements ) && !empty( $meta_elements ) ) {
    
    
                if ( in_array( 'author_link', $meta_elements ) || in_array( 'avatar', $meta_elements ) ) {
    
                    /* If buddypress is active then create a link to Buddypress profile instead */
                    if (function_exists( 'bp_is_active' ) ) {
                        $author_link = esc_url( bp_core_get_userlink( get_the_author_meta( 'ID' ), $no_anchor = false, $just_link = true ) );
                        $author_title = esc_attr( sprintf( __( 'View %s\'s profile', 'kleo_framework' ), get_the_author() ) );
                    } else {
                        $author_link = esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) );
                        $author_title = esc_attr( sprintf( __( 'View all POSTS by %s', 'kleo_framework' ), get_the_author() ) );
                    }
    
                    $author = sprintf( '<a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s %4$s</a>',
                        $author_link,
                        $author_title,
                        in_array( 'avatar', $meta_elements ) ? get_avatar( get_the_author_meta( 'ID' ), 50) : '',
                        in_array( 'author_link', $meta_elements ) ? '<span class="author-name">' . get_the_author() . '</span>' : ''
                    );
    
                    $meta_list[] = '<small class="meta-author author vcard">' . $author . '</small>';
                }
    
                if ( function_exists( 'bp_is_active' ) ) {
                    if ( in_array( 'profile', $meta_elements ) ) {
                        $author_links .= '<a href="' . bp_core_get_userlink( get_the_author_meta( 'ID' ), $no_anchor = false, $just_link = true ) . '">' .
                            '<i class="icon-user-1 hover-tip" ' .
                            'data-original-title="' . esc_attr(sprintf(__('View profile', 'kleo_framework'), get_the_author())) . '"' .
                            'data-toggle="tooltip"' .
                            'data-placement="top"></i>' .
                            '</a>';
                    }
    
                    if ( bp_is_active( 'messages' ) ) {
                        if ( in_array( 'message', $meta_elements ) ) {
                            $author_links .= '<a href="' . wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?r=' . bp_core_get_username( get_the_author_meta( 'ID' ) ) ) . '">' .
                                '<i class="icon-mail hover-tip" ' .
                                'data-original-title="' . esc_attr(sprintf(__('Contact %s', 'kleo_framework'), get_the_author())) . '" ' .
                                'data-toggle="tooltip" ' .
                                'data-placement="top"></i>' .
                                '</a>';
                        }
                    }
                }
    
                if ( in_array( 'archive', $meta_elements ) ) {
                    $author_links .= '<a href="' . esc_url(get_author_posts_url(get_the_author_meta('ID'))) . '">' .
                        '<i class="icon-docs hover-tip" ' .
                        'data-original-title="' . esc_attr(sprintf(__('View all posts by %s', 'kleo_framework'), get_the_author())) . '" ' .
                        'data-toggle="tooltip" ' .
                        'data-placement="top"></i>' .
                        '</a>';
                }
    
            }
    
            if ( $author_links != '' ) {
                $meta_list[] = '<small class="meta-links">' . $author_links . '</small>';
            }
    
            if (in_array( 'date', $meta_elements ) ) {
                $meta_list[] = '<small>' . $date . '</small>';
            }
    
            $cat_tag = array();
    
            if ( isset( $categories_list ) && $categories_list ) {
                $cat_tag[] = $categories_list;
            }
    
            if ( isset( $tag_list ) && $tag_list ) {
                $cat_tag[] = $tag_list;
            }
            if (!empty($cat_tag)) {
                $meta_list[] = '<small class="meta-category">'.implode(", ",$cat_tag).'</small>';
            }
    
            //comments
            if ((!isset($att['comments']) || (isset($att['comments']) && $att['comments'] !== false)) && in_array( 'comments', $meta_elements )) {
                $meta_list[] = '<small class="meta-comment-count"><a href="'. get_permalink().'#comments">'.get_comments_number() .
                    ' <i class="icon-chat-1 hover-tip" ' .
                    'data-original-title="'.sprintf( _n( 'This article has one comment', 'This article has %1$s comments', get_comments_number(), 'kleo_framework' ),number_format_i18n( get_comments_number() ) ).'" ' .
                    'data-toggle="tooltip" ' .
                    'data-placement="top"></i>' .
                    '</a></small>';
    
            }
    
            $meta_list[] = '<small class="post-views">' . do_shortcode('[post-views]') . '</small>';
    
            $meta_separator = isset( $att['separator'] ) ? $att['separator'] : sq_option( 'blog_meta_sep', ', ') ;
    
            if ( $echo ) {
                echo implode( $meta_separator, $meta_list );
            }
            else {
                return implode( $meta_separator, $meta_list );
            }
    
        }
    endif;
    
    
    

    Add this snippet to wp-content/themes/kleo-child/functions.php

    Cheers

    Radu

    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 Footers w/ child theme #107356
     Radu
    Moderator

    Can i mark the topic as resolved ?

    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: Sticky menu mobile padding #107354
     Radu
    Moderator

    Hi,

    Please add this css to wp-admin -> theme options -> general settings -> quick css or in wp-content/themes/kleo-child/style.css

    COPY CODE
    
    
    @media (max-width: 990px) {
        div#header {
            margin-bottom: 45px !important;
    }}
    
    
    

    Let me know

    Cheers

    Radu

    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: floating contact form #107352
     Radu
    Moderator

    Hi, since you can use a Contact form 7 shortcode now in that area, it should be just a matter of inspecting the CF7 documentation to add a field like that

    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 account in demo view #106907
     Radu
    Moderator

    Hi,

    Account deleted but it remains in cache, the cache will be flushed in 1 hour.

    Cheers

    Radu

    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 do I fix up this fatal error? #106906
     Radu
    Moderator

    Do you have recently installed some plugins ?

    Please disable all plugins and if the error disappear enable plugins one by one
    and check every plugin activation to see what causes this.

    Cheers

    Radu

    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: Large logo #106904
     Radu
    Moderator

    Hi,

    Add this css to your wp-admin -> theme options -> general settings -> quick CSS

    COPY CODE
    
    #header .kleo-main-header .container {
        padding: 0;
        margin: 0;
    }
    

    And regarding the menu height you can adjust the height from wp-admin -> theme options -> header options -> Main Menu Height*

    Cheers

    Radu

    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: Optimizing Site For Mobile & Speed #106902
     Radu
    Moderator

    Hi,

    Please follow this article : http://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html

    Cheers

    Radu

    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: Sticky menu mobile padding #106901
     Radu
    Moderator

    Hi,

    First i need to view your website and to take a closer look at the menu.

    Cheeers

    Radu

    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: Titel #106900
     Radu
    Moderator

    Do you have searched in loco translate in kleo section for that text ?

    Provide admin credentials if you cannot find that string

    Let me know

    Cheers

    Radu

    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: Gallery Image Sizes #106899
     Radu
    Moderator

    You’re welcome

    Have a nice weekend

    Cheers

    Radu

    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: Activation key #106896
     Radu
    Moderator

    Do you have all components activated ? from wp-admin -> settings -> buddypress and the pages setup correctly ?

    see attached screenshots

    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: Titel #106890
     Radu
    Moderator

    Hi,

    Sorry i don’t understand your last reply, can you please explain more ?

    Cheers

    Radu

    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: Gallery Image Sizes #106888
     Radu
    Moderator

    Hi,

    The images needs to be larger than 1200 x 720 for full size or larger, anyway the images will be resized depends where the images are displayed.

    Cheers

    Radu

    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 register Japanese Font? #106881
     Radu
    Moderator

    Hi

    You need to add your css font file to head with the function below, replace http://linktomyfont.com/font.css with http://yourdomain.com/wp-content/themes/kleo/assets/Font/yourfontcssfile.css

    COPY CODE
    
    add_action('wp_head','Kleo_hook_font');
     
    function Kleo_hook_font() {
     
    $output="<link rel='stylesheet' href='http://linktomyfont.com/font.css' type='text/css' media='all' />";
     
    	echo $output;
    }
    

    Then in quick css area you will add a css like this

    h1,h2,h3,h4,h5,h5 { font-family: ‘ar_berkleyregular’; }

    Replace ar_berkleyregular with your font family

    Cheers

    Radu

    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: side bar #106880
     Radu
    Moderator

    For the moment you can have two sidebars in that page only like this…

    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: mailchimp newsletter error #106878
     Radu
    Moderator

    We will take this in consideration.

    Cheers

    Radu

    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! Major issues installing Kleo ! #106877
     Radu
    Moderator

    Great,

    Have a nice week end

    Cheers

    Radu

    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 page #106876
     Radu
    Moderator

    Great

    Have a nice week end

    Cheers

    Radu

    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: Mailchimp doesn't allow dating websites #106873
     Radu
    Moderator

    We will take this in consideration.

    Cheers

    Radu

    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 layout issue oninner page #106871
     Radu
    Moderator

    Hi,

    Please disable all plugins and me know if issue disappear.

    Cheers

    RAdu

    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: Password Reset UI – Password Fields Not Showing #106870
     Radu
    Moderator

    Add this function to your wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    function show_pass_input(){
        echo "<style>\n";
        echo '
    
        .resetpassform p.user-pass2-wrap {
        	display: block !important;
    	}
    
        ';
        echo "\n</style>";
    }
    add_action( 'admin_print_styles', 'show_pass_input' ,90);
    

    Let me know

    Cheers

    RAdu

    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: updating my kleo theme from old non licensed theme #106869
     Radu
    Moderator

    Ok

    Let me know

    Cheers

    Radu

    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: Menu link color #106866
     Radu
    Moderator

    Great,

    Have a nice day

    Cheers

    Radu

    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 - 15,841 through 15,880 (of 20,101 total)

Log in with your credentials

Forgot your details?