Forum Replies Created

Viewing 40 posts - 7,401 through 7,440 (of 20,101 total)
  • Author
  • in reply to: blurry images #158209
     Radu
    Moderator

    Hi,

    The images it looks clear

    But this it looks pixelated : https://nonprofitally.com/how-to-keep-program-evaluation-simple-and-effective/

    Maybe from some setting from cloudflare ? compressing images or images quality ? Did you have installed some image optimizer plugin on your site ? If yes that can be a cause.

    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: Menu layering issue #158207
     Radu
    Moderator

    Use this css

    COPY CODE
    
    div.wvpl-left-box, .wvpl-size-xs div.wvpl-left-box, div.wvpl-right-box, .wvpl-size-xs div.wvpl-right-box {
        z-index: 20 !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: Another containment issue #158205
     Radu
    Moderator

    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: Problem with Favorite using Remove jquery strings #158175
     Radu
    Moderator

    This is not theme problem, it’s wp backend you still encounter the same using default 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: WOOCOMMERCE ISSUE #158174
     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: homepage not loading alone! #158173
     Radu
    Moderator

    Hi,

    I understand what you say, this can be caused by hooking a shortcode of the portfolio in wp_footer so look in child theme if you have any function hooked at wp footer, try to de-activate child theme and check again.

    Also make sure to not have any portfolio shortcode here : 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: formidable forms conditional logic with Kleo theme #158171
     Radu
    Moderator

    Hi,

    That it was a theme thing using latest version will fix 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: Xprofile field – Dropdown list #158170
     Radu
    Moderator

    Hi,

    Thank you for posting the solution

    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: Wide not wide #158139
     Radu
    Moderator

    Hi,

    Use this CSS

    COPY CODE
    
    .section-container.container {
        max-width: 100% !important;
    }
    

    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

    I see,

    Ask the plug dev about that 11

    Good luck with your project

    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,

    The kleo follows the permalink structure to generates breadcrumb.

    I think geodir excludes the directory slug : https://wpgeodirectory.com/docs/core-permalinks/

    Try to ask them on forum support

    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 Products Error #158131
     Radu
    Moderator

    Hi,

    1. I see for the first problem try to re-save permalinks from wp-admin -> settings- > permalinks -> save changes.

    2. Make sure to have latest woo-commerce version check for updates, update it if update it;s available.

    3. De-activate all plugins excepting woocommerce + child theme and check again if you are able to make changes to images.

    If you still having issues, enable wp debug

    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 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
    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: Activity Feed Images Don’t Load #158129
     Radu
    Moderator

    Maybe because of this setting

    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: Paid Membership Pro #158126
     Radu
    Moderator

    Hi again,

    If you encounter same issue using default wp theme i recommend you to askk about this issue on pmpro forums.

    But if you have the option OFF the gateway link it’s without HTTPS ?

    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 display 5 photos in a row #158119
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi

    This it’s the css for hiding view all button

    COPY CODE
    
    #header .kleo_ajax_results a.ajax_view_all {
        display: none;
    }
    

    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: Slider Revolution & Instagram Hashtags #158117
     Radu
    Moderator

    Hi again

    You’re welcome

    Have a good week
    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 form redirects to /register page #158116
     Radu
    Moderator

    I’ve tested live on your site where the BuddyPress I believe was active.
    I’ve tested again on your site and same behavior the account was created.

    So literally the signup it’s made

    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: WordPress Social Login: Steam Provider #158113
     Radu
    Moderator

    I see, can you please provide FTP login and admin login credentials to test the fix live on this ?

    Credentials will be provided in a private reply

    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,

    Thank you for additional details, it will be easier to fix the bug, I will add this to buglist and we will let you kno when we fix this. until then use different names by adding . or spaces or other small characters in names.

    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: My Buddypress sidebar disappear on the right #158110
     Radu
    Moderator

    Hi,

    Related to the sidebar position problem, I was able to set right sidebar on my local install using latest version of WP and theme, if you have made changes in child theme this can be a cause. try to de-activate child theme and check again if you are able to set sidebar position.

    If you don’t latest theme and wp i recommend you to update those.

    When I want to see a member profile I receive this

    This can be caused by changes in htaccess that aren’t related to the theme, please let me know when i can take a look at the member profile.

    I recommend you to enable wp debug to see what causes the problem.

    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 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: Header image settings work differently per page #158107
     Radu
    Moderator

    Hi,

    I think it’s same or similar issue on that page,

    For the events page you can use this function

    COPY CODE
    
    add_action('kleo_before_main', 'sq7rdu_show_full_width_image_before_content');
    function sq7rdu_show_full_width_image_before_content()
    {
        global $post;
        //print_r($post);
        $post_name = $post->post_name;
        
        if ($post_name == 'events') {
    
                echo '<div class="fullwidth-image-before-content">';
                echo the_post_thumbnail('full');
                echo '</div>';
        }
    }
    
    

    Then just add a featured image to that page with slug events and it should be displayed before breadcrumbs

    NOTE : Child theme needs to be installed and activated.
    The function needs to be pasted in wp-content/themes/kleo-child/functions.php

    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: Live Notifications Menu CSS #158103
     Radu
    Moderator

    Hi again,

    I will add the notifications issue to bug list and we will let you know when we investigate/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

    Use this css

    COPY CODE
    
    .news-focus .left-thumb-listing .mejs-controls {
        display: inline!important;
    }
    

    It should display the player

    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: mobile sticky menu #158086
     Radu
    Moderator

    Hi,

    I’ve tried but, there it’s something wrong, the JS should add a class to header when the scroll it’s performed but this it’s hot happens on your site, can you please update the theme to latest version if you don’t have it or if you have it ,re-upload theme files over the existing one.

    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: Bugs on kleo theme forum and reply. #158084
     Radu
    Moderator

    Hi,

    for the box hover effect use this css

    COPY CODE
    
    #buddypress #groups-list .group-inner-list:hover {
        box-shadow: 0px 0px 0px #e5e5e5;
    }
    #buddypress #friend-list .friend-inner-list:hover, #buddypress #member-list .member-inner-list:hover, #buddypress #members-list .member-inner-list:hover {
        box-shadow: 0px 0px 0px #e5e5e5;
    }
    
    

    For the cover photo first time when I’ve accessed the profile or the group the photo was expanded by default, try from incognito to see it’s like this by default

    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

    Then publish again the page

    Let me know if those disappeared

    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

    For the test and 11 text from header I think I know what’s going on, try to add empty space in
    header and bottom content (see screenshot) in this listing : https://republicofgreen.com/location/united-states/california/palo-alto/ and also on the listing page backend.

    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: Menu layering issue #157927
     Radu
    Moderator

    Hi,

    Yes, there it’s a small z-index css issue,

    Provide page URL and a user access to see 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: homepage not loading alone! #157926
     Radu
    Moderator

    Hi,

    I cannot see anything after footer, did you have solved?

    If not tell me the URL of one or two images that are loaded in home but they shouldn’t be there.

    Did you us some portfolio element on homepage ?

    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: Missing POI and Pins #157924
     Radu
    Moderator

    I see,

    Ok I’ve figured out

    The module it’s inactive and can be activated from wp-admin -> theme options -> Modules and Speed -> Poi/Pin shortcode -> ON

    It’s ok from now

    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: Display a page like archive.php #157923
     Radu
    Moderator

    Hi,

    Sorry but i don’t understand exactly what you want to acheive

    But from what i understand, you need to render a shortcode in that CPT

    You can do it by using a code like this

    if ( is_singular( ‘book’ ) ) {
    // conditional content/code
    echo do_shortcode([”]);
    }

    And 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: Multiple languages #157922
     Radu
    Moderator

    Salut Adrian

    Bine ai venit, o sa tinem cont de parerea ta referitoare la UX.

    Cel mai probabil pentru a detecta limba browserului al userului vei avea nevoie de un plugin de localizare precum WPML, este un plugin premium dar complex si stabil.

    Nu cunosc un alt plugin care poate detecta si schimba limba un functie de limba browserului decat programatic din cod.

    https://wpml.org/

    Cele bune
    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: wise chat issues #157921
     Radu
    Moderator
    Not marked as solution
    in reply to: Conflict with YITH Zoom Magnifier #157920
     Radu
    Moderator

    Hi,

    Just I’ve installed and tested the plugin in woocomerce single product page and it works by default… maybe the issue it’s caused by another plugin?

    Did you have made some modifications in the child theme ? If yes this can be a cause, try to de-activate child theme and check again.

    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: Pages missing content after update #157918
     Radu
    Moderator

    Hi joymoleta,

    I saw that, for example this page: http://sandbox.luckywelivehere.com/activity-2/, right?

    In those cases (white page) it’s recommended to enable wp debug to see it’s generated some error related to this.

    Below it’s the procedure

    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 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: Comment form labels #157914
     Radu
    Moderator

    Hi,

    The function that handles comment form it’s the next one

    COPY CODE
    
    if ( ! function_exists( 'kleo_comment_form' ) ) :
    	/**
    	 * Outputs a complete commenting form for use within a template.
    	 * Most strings and form fields may be controlled through the $args array passed
    	 * into the function, while you may also choose to use the comment_form_default_fields
    	 * filter to modify the array of default fields if you'd just like to add a new
    	 * one or remove a single field. All fields are also individually passed through
    	 * a filter of the form comment_form_field_$name where $name is the key used
    	 * in the array of fields.
    	 *
    	 * @param array $args Options for strings, fields etc in the form
    	 * @param mixed $post_id Post ID to generate the form for, uses the current post if null
    	 *
    	 * @return void
    	 */
    	function kleo_comment_form( $args = array(), $post_id = null ) {
    		global $id;
    
    		$user          = wp_get_current_user();
    		$user_identity = $user->exists() ? $user->display_name : '';
    
    		if ( null === $post_id ) {
    			$post_id = $id;
    		} else {
    			$id = $post_id;
    		}
    
    		if ( comments_open( $post_id ) ) :
    			?>
    			<div id="respond-wrap">
    				<?php
    				$commenter = wp_get_current_commenter();
    				$req       = get_option( 'require_name_email' );
    				$aria_req  = ( $req ? " aria-required='true'" : '' );
    				$fields    = array(
    					'author' => '<div class="row"><p class="comment-form-author col-sm-4"><label for="author">' . __( 'Name', 'kleo_framework' ) . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) . '<input id="author" name="author" type="text" class="form-control" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30"' . $aria_req . ' /></p>',
    					'email'  => '<p class="comment-form-email col-sm-4"><label for="email">' . __( 'Email', 'kleo_framework' ) . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) . '<input id="email" name="email" type="text" class="form-control" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30"' . $aria_req . ' /></p>',
    					'url'    => '<p class="comment-form-url col-sm-4"><label for="url">' . __( 'Website', 'kleo_framework' ) . '</label><input id="url" name="url" type="text" class="form-control" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" /></p></div>',
    				);
    
    				if ( function_exists( 'bp_is_active' ) ) {
    					$profile_link = bp_get_loggedin_user_link();
    				} else {
    					$profile_link = admin_url( 'profile.php' );
    				}
    
    				$comments_args = array(
    					'fields'            => apply_filters( 'comment_form_default_fields', $fields ),
    					'logged_in_as'      => '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>', 'kleo_framework' ), $profile_link, $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '</p>',
    					'title_reply'       => __( 'Leave a reply', 'kleo_framework' ),
    					'title_reply_to'    => __( 'Leave a reply to %s', 'kleo_framework' ),
    					'cancel_reply_link' => __( 'Click here to cancel the reply', 'kleo_framework' ),
    					'label_submit'      => __( 'Post comment', 'kleo_framework' ),
    					'comment_field'     => '<p class="comment-form-comment"><label for="comment">' . __( 'Comment', 'kleo_framework' ) . '</label><textarea class="form-control" id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>',
    					'must_log_in'       => '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.', 'kleo_framework' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '</p>',
    				);
    
    				comment_form( $comments_args );
    				?>
    			</div>
    
    			<?php
    		endif;
    
    	}
    endif;
    
    

    Paste it in child theme ( wp-content/themes/kleo-child/functions.php ) and change what you need for comment form, in your case the label can be changed from here ( see next screenshot )

    Best regards
    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: Another containment issue #157910
     Radu
    Moderator

    I will add that to bug list and after we are able to reproduce that on our local installs yes we will fix 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: How to display 5 photos in a row #157909
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 7,401 through 7,440 (of 20,101 total)

Log in with your credentials

Forgot your details?