Forum Replies Created

Viewing 40 posts - 1,401 through 1,440 (of 1,943 total)
  • Author
  • in reply to: kleo causing high cpu usage #23231
     Catalin
    Moderator

    please send me a link to your website with the theme activated.

    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: THEME OPTIONS ISSUES #23229
     Catalin
    Moderator

    please update the theme to the latest version. Do you have any custom code in your theme? If so, are those modifications added in the child theme? It is important not to lose the code on update.

    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: Field option part 2 #23221
     Catalin
    Moderator

    Hello,

    Please send me admin credentials for your website. Reply as private for security reasons.

    Thank you,
    Catalin

    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: Change Multi Select Style #23218
     Catalin
    Moderator

    take a look at this link:

    http://jsfiddle.net/bDvkQ/

    you need to add the function in footer.php. You need some coding skills tho.

    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: Ajax Member Profile Page #23214
     Catalin
    Moderator

    Hello,

    For the moment, this option is not possible.

    Thank you,
    Catalin

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

    Hello,

    To rename dropdown options you need to go (Users > Profile fields) and then click on edit button for every dropodown fields you want to edit.

    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: Sam sex match problem. #23212
     Catalin
    Moderator

    When you search by first field it will look in the matching one.

    Example: I am a -> Looking for a

    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: THEME OPTIONS ISSUES #23211
     Catalin
    Moderator

    Hello,

    Please sedn me admin credentials to your WordPress site to be able to replicate your issue. Reply as private for security reasons.

    Thank you,
    Catalin

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

    take a look at 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: Avatar #23205
     Catalin
    Moderator

    Hello,

    This has a not so easy solution to solve. The media tab comes from the rtmedia plugin so a good start would be to ask this on their forum.

    Thank you,
    Catalin

    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: reverting back to free #23204
     Catalin
    Moderator

    Hello,

    Add this instead:

    COPY CODE
    
    
    <?php
    /**
     * @package WordPress
     * @subpackage Sweetdate
     * @author SeventhQueen <themesupport@seventhqueen.com>
     * @since Sweetdate 1.0
     */
    
    /**
     * Sweetdate Child Theme Functions
     * Add extra code or replace existing functions
     */ 
    
    add_action('after_setup_theme','kleo_my_hearts_actions');
    
     
    function kleo_my_hearts_actions()
    {
        /* disable matching on member profile */
        remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');
    
        /* disable matching on member profile */
        remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');
    
        /* Replace the heart over images */
        add_filter('kleo_img_rounded_icon', 'my_custom_icon');
    
        /* Replace the heart from register modal */
        add_filter('kleo_register_button_icon', 'my_custom_icon_register');
    
        /* Replace the heart from About us widget */
        add_filter('kleo_widget_aboutus_icon', 'my_custom_icon_about_widget');
    }
    
    //members page fields 
    add_action('after_setup_theme','kleo_my_member_data');
    function kleo_my_member_data()
    {
        global $kleo_config;
        //this is the details field, right now it take the "About me" field content 
        $kleo_config['bp_members_details_field'] = 'About me';
        //this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
        $kleo_config['bp_members_loop_meta'] = array(
            'Profile Type',
            'Position Played'
        );
    
    }
    
    add_filter('buddyblog_show_posts_on_profile','__return_true');
    
    //Code to remove hearts
     
    /* Replace the heart with a camera icon function */
    function my_custom_icon () {
        return 'camera';
    }
     
    /* Replace the heart from register modal with a user icon function */
    function my_custom_icon_register () {
        return 'user';
    }
    /* Replace the heart from about us widget with a user icon function */
    function my_custom_icon_about_widget () {
        return 'user';
    }
    
    //code to dispaly tabs beside avatar
    
    {
        global $bp_tabs;
        $bp_tabs = array();
    
        $bp_tabs['base'] = array(
            'type' => 'regular',
            'name' => apply_filters('kleo_extra_tab2',__('About me', 'kleo_framework')),
            'group' => 'Base',
            'class' => 'regulartab'
        );
    
        $bp_tabs['my-sport'] = array(
            'type' => 'regular',
            'name' => __('My Sport', 'kleo_framework'),
            'group' => 'My Sport',
            'class' => 'regulartab'
        );
    
        $bp_tabs['myself-summary'] = array(
            'type' => 'regular',
            'name' => __('Summary', 'kleo_framework'),
            'group' => 'Myself Summary',
            'class' => 'regulartab'
        );
    
        /* rtMedia tab - only if plugin installed */
        if (class_exists('RTMedia'))
        {
            $bp_tabs['rtmedia'] = array(
                'type' => 'rt_media',
                'name' => __('My photos', 'kleo_framework'),
                'class' => 'mySlider'
            );
        }
        /* Bp-Album tab - only if plugin installed */
        elseif (function_exists('bpa_init') AND sq_option('bp_album', 1) == 1)
        {
            $bp_tabs['bp-album'] = array(
                'type' => 'bp_album',
                'name' => __('My photos', 'kleo_framework'),
                'class' => 'mySlider'
            );
        }
    
        $bp_tabs['looking-for'] = array(
            'type' => 'cite',
            'name' => apply_filters('kleo_extra_tab1', __('Looking for', 'kleo_framework')),
            'group' => apply_filters('kleo_extra_tab1', 'Looking for'),
            'class' => 'citetab'
        );
    }
    
    //hide friends nav
    
    function my_remove_friends_nav() {
        global $bp;
        if (!bp_is_my_profile()) {
            bp_core_remove_nav_item( 'friends' );
        }
    }
    add_action( 'bp_setup_nav', 'my_remove_friends_nav' );
    
    ?>
    
    

    Let me know if this works.

    Thank you,
    Catalin

    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: Small menu loading #23201
     Catalin
    Moderator

    Hello,

    You can achieve that by adding a smaller size logo and set “Resize logo on scroll” to off. Take a look at the screenshot.

    Let me know if this helps.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
     Catalin
    Moderator

    Hello,

    You need to add some jQuery validation in this file:

    wp-content\themes\sweetdate\registration\register.php

    That implies some coding skills.

    Thank you,
    Catalin

    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: Hide some users in members list #23199
     Catalin
    Moderator

    Hello,

    Those widgets are a part of BuddyPress plugin. Please try their forum support for a solution.

    Thank you,
    Catalin

    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 Object Cache (w3 #23196
     Catalin
    Moderator

    Hello,

    Try this one:

    https://wordpress.org/plugins/wp-super-cache/

    Thank you,
    Catalin

    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: Membership Level – Empty Cart #23195
     Catalin
    Moderator

    Hello,

    You can add products to sell in the shopping cart. When you select a membership level it should get you to Membership Checkout. A product you sell is different from a membership level.

    Thank you,
    Catalin

    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: Membership Levels and Registration #23190
     Catalin
    Moderator

    Hello,

    Take a look at this link:

    http://www.paidmembershipspro.com/add-ons/plugins-on-github/pmpro-limit-post-views/

    Let me know if this helps.

    Thank you,
    Catalin

    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 I make my sweetpage homepage look like KLEO #23189
     Catalin
    Moderator

    Hello,

    What elements would you like to add? Also, take a look at the available options from the shortcode dropdown.

    Thank you,
    Catalin

    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: Best way to upgrade to kelo 1.5 #23188
     Catalin
    Moderator

    Hello,

    PLease take a look at this link:

    https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    Thank you,
    Catalin

    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: Verified users #23187
     Catalin
    Moderator

    Hello,

    Please send me a link to the plugin you are referring to.

    Thank you,
    Catalin

    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: When is the update coming up? #23183
     Catalin
    Moderator

    Hello,

    We will release the next update today.

    @Pixx: we thank you for your suggestions and we may consider them in the future.

    Thank you,
    Catalin

    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: Change Navigation Font Size #23182
     Catalin
    Moderator

    Hello,

    Add this code to your style.css file from the child theme:

    COPY CODE
    
    
    .top-bar ul>li a:not(.button)
    {
       font-size: XXpx;
    }
    
    

    where XX is the size you need.

    Thank you,
    Catalin

    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: User Roles Specifics #23181
     Catalin
    Moderator

    Hello,

    Please take a look at this:

    http://codex.wordpress.org/Roles_and_Capabilities

    we use the default privileges for Author, Editor, Administrator.

    Thank you,
    Catalin

    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 search form #23179
     Catalin
    Moderator

    Hello,

    I tested this and the option is gone if you delete the text and save the field. This functionality works normal.

    Thank you,
    Catalin

    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 I redirect sign up to Members Levels #23178
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://wordpress.org/plugins/peters-login-redirect/

    Thank you,
    Catalin

    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: Do I have the correct licence ? #23176
     Catalin
    Moderator

    the extended licence is one time purchase and has no time limit.

    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: Change Navigation Font Size #23175
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://archived.seventhqueen.com/forums/topic/kleo-setting-header-height-defining-navigation-font-size

    Thank you,
    Catalin

    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: approve members #23173
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://archived.seventhqueen.com/forums/topic/membership-approval-system-of-the-demo-theme

    Thank you,
    Catalin

    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: AFTER FACEBOOK LOGIN PAGE #23172
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://archived.seventhqueen.com/forums/topic/login-with-facebook-does-not-redirect-to-profile-page

    Thank you,
    Catalin

    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 Video as background #23169
     Catalin
    Moderator

    Hello,

    You need to add the video in the media library and add the path of the video from the server in the field for the video. You added only the name of the video and not the whole path.

    Let me know if this works.

    Thank you,
    Catalin

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

    Hello,

    Your memory limit is OK and no errors occurred. I checked the two links you send me and the sites have no error and they load in around 9 seconds with all the resources needed to be loaded.

    To lower this time load you can use this plugin:

    https://wordpress.org/plugins/wp-super-cache/

    Let me know if this helps.

    Thank you,
    Catalin

    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: Modal popup not working properly #23164
     Catalin
    Moderator

    Hello,

    I wasn’t able to replicate your issue. The button from the video isn’t there.

    Thank you,
    Catalin

    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 Carousel not viewing on homepage #23157
     Catalin
    Moderator

    Hello,

    Is everything OK now with the carousel? I see on your site that it can be seen on the homepage.

    Thank you,
    Catalin

    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: Do I have the correct licence ? #23102
     Catalin
    Moderator

    As long as the access to the site is not restricted completely, you can use regular licence.

    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: Select field in Firefox bug #23098
     Catalin
    Moderator

    Hello,

    Tomorrow we will release the next update that will fix this issue.

    Thank you,
    Catalin

    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: Favicon Icon isn't working for IE #23094
     Catalin
    Moderator

    Hello,

    I tested this and it works right. Make sure the favicon has the right size and extension.

    Thank you,
    Catalin

    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: Dutch translation file #23085
     Catalin
    Moderator

    Hello,

    Take a look at the files attached. The translation needs some improvements tho…

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: set up the backgroundcolor for the navi bar #23082
     Catalin
    Moderator

    Hello,

    Please add this in your style.css file from the child theme folder:

    COPY CODE
    
    .contain-to-grid .top-bar
    {
       background: #xxx !important;
    }
    

    where xxx is the color code you want to add.

    Let me know if this works.

    Thank you,
    Catalin

    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: Hide shop button for guests #23080
     Catalin
    Moderator

    Hello,

    add this code in your functions.php file from your child theme:

    COPY CODE
    
    
    function kleo_woo_header_cart ( $items, $args )
    {
        $cart_location = sq_option( 'woo_cart_location', 'primary' );
    
        if ( $args->theme_location == $cart_location )
        {
            if ( is_user_logged_in() )
            {
                $items .= kleo_woo_get_mini_cart();
            }
        }
           return $items;
    
    }
    
    
    

    let me know if this works

    Thank you,
    Catalin

    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: Masonry does not work #23066
     Catalin
    Moderator

    Hello,

    I tested the short-code on a normal page and it works. Please have in mind that you need to add both height and weight dimensions in the rtMedia picture size settings.

    Also, the short-code you added is not part of the visual composer plugin so it cannot work in that way.

    Thank you,
    Catalin

    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 - 1,401 through 1,440 (of 1,943 total)

Log in with your credentials

Forgot your details?