Forum Replies Created

Viewing 40 posts - 19,761 through 19,800 (of 20,101 total)
  • Author
  • in reply to: installing BP Cover Photo appears white page in my wp #46480
     Radu
    Moderator

    Hello,

    Add this code on your wp-config.php from root directory.

    define( ‘WP_DEBUG’, true );

    Then repeat that action and see if you recive a notice or error, post here.

    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: member profile page "show more/show less" button #46474
     Radu
    Moderator

    Try this

    COPY CODE
    
    .buddypress div#item-header .toggle-header .bp-toggle-less, .buddypress div#item-header .toggle-header .bp-toggle-more {
        background-color: rgb(45, 45, 45) !important;
        
    }
    
    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: Revolving clients #46452
     Radu
    Moderator

    No,
    This file : wp-content\plugins\k-elements\shortcodes\templates\kleo_clients.php

    Copy this file in the path mentioned earlier ( kleo-child/k_elements/ ) and then follow the instruction from above.

    What version of Kleo you have ?

    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: Accordion title bar – decreasing the spaces #46447
     Radu
    Moderator

    Try this.

    COPY CODE
    
    .panel-group .panel-heading, .panel-toggle .panel-heading {
    padding: 1px 10px !important;
    }
    
    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 specific Sidebar #46444
     Radu
    Moderator

    Sidebar assignments does not interfere with the modifications of a page template.

    You can create custom sidebar from Appearance -> Sidebars -> Add new one

    Then you need to go to your page an set that sidebar for that page

    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: Accordion title bar – decreasing the spaces #46437
     Radu
    Moderator

    Sorry but i don’t understand exactly to what are you referring to.
    Please post a screenshot pointing out exactly your issue.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Welcome 🙂

    Try with this. it should work.

    COPY CODE
    
    .main-color .widget_nav_menu li:first-child > a, .main-color .kleo-widget-recent-posts-li:first-child, .main-color .widget_categories li:first-child, .main-color .widget_recent_entries li:first-child, .main-color .widget_archive li:first-child, .main-color .widget_display_views li:first-child, .main-color .widget_recent_comments li:first-child, .main-color .widget_product_categories li:first-child, .main-color .widget_layered_nav li:first-child, .main-color .callout-blockquote blockquote:before {
    border-top-color: transparent;
    }
    
    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: Revolving clients #46431
     Radu
    Moderator

    Was not supposed to happen that.

    In this case place original file there in kleo-child/k_elements/

    and add ths code

    COPY CODE
    
    'orderby' => 'rand'
    

    after

    ‘showposts’=> $number,

    That’s all !

    It has nothing to do with html, animations, etc.

    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: Social Sharing of Activity Stream #46429
     Radu
    Moderator

    Hello,

    We will take this feature into consideration and we will try to add a similar functionality in one of our future updates.

    Thank you for understanding

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Add this code to your kleo-child style.css

    COPY CODE
    
    .main-color .widget_nav_menu a, .main-color .wpex-widget-recent-posts-li, .main-color .widget_categories li, .main-color .widget_recent_entries li, .main-color .widget_archive li, .main-color .widget_display_views li, .main-color .widget_recent_comments li, .main-color .widget_product_categories li, .main-color .widget_layered_nav li {
    
    border-bottom-color: transparent !important;
    }
    

    Let me know if it works.

    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: Accordion title bar – decreasing the spaces #46417
     Radu
    Moderator

    Hello, try this code

    COPY CODE
    
    .panel-body {
    padding-top: 0px !important;
    }
    
    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: Vedeo player stopped working #46414
     Radu
    Moderator

    Can you provide post URL with that problem ?

    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 Stream Input Disabled in Mobile #46412
     Radu
    Moderator

    Are you logged in from mobile ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hello,

    Try to reinstall again that plugins.

    If not works,

    Please provide a screenshot with the error, and site login, ftp etc

    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 for WooCommerce 2.3 #46404
     Radu
    Moderator

    Hello,

    Possible at the end of this week.

    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: member profile page "show more/show less" button #46402
     Radu
    Moderator

    Hello,

    Add this code to kleo-child style.css

    COPY CODE
    
    body.buddypress.is-user-profile div#item-header .toggle-header .bp-toggle-less, body.buddypress.is-user-profile div#item-header .toggle-header .bp-toggle-more {
    
    background-color:#111 !important;
    }
    
    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: Feature Request – Default Profile Photo #46399
     Radu
    Moderator

    Hello,

    You can find more information about this here : http://premium.wpmudev.org/blog/how-to-add-a-custom-default-avatar-for-buddypress-members-and-groups/ and here https://buddypress.org/support/topic/changing-the-default-mystery-man-avatar/

    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: Featured Image #46398
     Radu
    Moderator

    Hello,

    Install this plugin https://wordpress.org/plugins/wordpress-seo/ This plugin will generate thumb and description for fb and more.

    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: Disable Portfolio #46397
     Radu
    Moderator

    Hello Roman,

    Go to Theme Options -> Portofolio an rename portofolio link and name.

    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: Revolving clients #46394
     Radu
    Moderator

    Hello,

    You need to create inside kleo-child directory a folder named k_elements an inside that folder must be this file (see attachment).

    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: see white space when clicking invite in a group… #46381
     Radu
    Moderator

    Can you provide more details about this ?

    Maybe a screenshot, a URL.

    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: css problem #46375
     Radu
    Moderator

    Hello,

    Try with css code

    COPY CODE
    
    
    .buddypress div#item-header div#item-header-content {margin-bottom: 0px !important;}
    
    

    If not works, i need URL

    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 sidebar and footer widget title #46373
     Radu
    Moderator

    Hello,

    Go to kleo-child style.css at line 33 search for .widget-title and insead of color:#3498db !important;
    add you your desire color.

    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: white gap under socket #46364
     Radu
    Moderator

    Can you provide a screenshot or/and URL ?

    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: Where are css manipulations stored? #46362
     Radu
    Moderator

    Hello,

    You can take take all theme settings from mysql

    If you had kleo child activated you need to take that serialized array from option_value column ( see screenshot ) and paste them in in same place.

    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 Update #46085
     Radu
    Moderator

    Clear you browser cache, and try after, it should work

    Tested on my local environment and works.

    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 "create an account" #46084
     Radu
    Moderator

    Hello,

    You can do it via CSS, add this code to your Theme Options-> General Settings -> Quick CSS or you can add to you kleo-child style.css .

    COPY CODE
    
    
    #kleo-login-modal .kleo-pop-title-wrap p {
    	display: none;
    }
    
    

    Let me know if it works.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hello,

    Add this code to you kleo-child functions.php

    COPY CODE
    
    
    function _remove_script_version( $src ){
    
    $getMyUrl = site_url();
    
    
    $check = strpos($src, $getMyUrl);
    
    if ($check !== false) {
        $parts = explode( '?', $src );  
        return $parts[0]; 
        }else{
    
            return $src;
        }
    
    }
    
    add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); 
    add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );
    
    
    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: Where are the featured icons? #46020
     Radu
    Moderator

    You can see all icons and their names in pack that you have downloaded from themeforest after you buy theme, the path is : Main Files 2.4\Main Files\Assets\Fontello\demo.html (see attachment)

    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 Update #45851
     Radu
    Moderator

    Hello,

    Add this CSS Code in your Kleo-Child

    COPY CODE
    
    #whats-new-post-in-box > label {display:none;}
    

    Let me know if it works

    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: Lightbox Gallery #45850
     Radu
    Moderator

    Hello,

    Here is a example of shortcode with prettyphoto like as lighbox from Kleo Theme.

    COPY CODE
    
    [vc_row][vc_column width="1/1"][vc_gallery type="thumbs" onclick="link_image" custom_links_target="_self" grid_number="2" title="Image Gallery" img_size="large" images="5010,5011,5012,5013"][/vc_column][/vc_row]
    

    You will find this that element in Visual Composer is named “Image Gallery”

    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: Where are the featured icons? #45848
     Radu
    Moderator

    Hello,

    You can add simply that icons from Visual Composer

    ADD Feature Items Grid -> Inside this element press + and then select Feature Item and select your preffered icon/icons.

    Hope you understand

    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: MEMBER Function not available #45842
     Radu
    Moderator

    You need to add htaccess to you root folder.

    Upload this file (see attachment) to your root domain folder.

    For contact form problem, contact your hosting provider and tell ask if security mode is on.

    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: MEMBER Function not available #45839
     Radu
    Moderator

    I cannot acces your website

    “Service Temporarily Unavailable

    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”

    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 not found – only new pages?! #45797
     Radu
    Moderator

    Hello,

    Take a look here : http://stackoverflow.com/questions/5182534/wordpress-is-giving-me-404-page-not-found-for-all-pages-except-the-homepage

    and let me know if you solve problem.

    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 – wider description #45793
     Radu
    Moderator

    Hello,

    Add this to you kleo-child functions

    COPY CODE
    
    
    add_action( 'init', 'wooDescrioption', 10 );
    
    function wooDescrioption() {
    
        remove_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 31 );
        add_action( 'woocommerce_after_single_product', 'woocommerce_output_product_data_tabs', 10 );
    
    }
    

    Let me know if it works.

    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: Localization troub #45787
     Radu
    Moderator

    Hello,

    WPML will not fix this issue, if you lost translations, you need to translate all that strings again and make sure you press generate mo file. It should work !

    Watch at this : https://www.youtube.com/watch?v=QK6yNhQdIiI and search on youtube wordpress codestyling localization

    I hope you will solve this

    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: Registration not working #45784
     Radu
    Moderator

    @9art
    Hello,

    Take a look here : http://codex.wordpress.org/FAQ_Troubleshooting#E-mailed_passwords_are_not_being_received and this https://buddypress.org/support/topic/register-confirmationactivation-email-is-not-sent-out/

    Hope it works.

    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: SIDEBAR #45631
     Radu
    Moderator

    Hello,

    Woocommerce has its own sidebar and it shows in its pages.

    I suggest you clone your stuff from main sidebar shop sidebar.

    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: Fluid scroll on members loop #45627
     Radu
    Moderator

    Hello,

    Since the 2.4 update is possible function of “infinite scroll” only for the post types in the near future we will implement this function for listing members.

    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 - 19,761 through 19,800 (of 20,101 total)

Log in with your credentials

Forgot your details?