Forum Replies Created

Viewing 40 posts - 5,721 through 5,760 (of 8,607 total)
  • Author
  • in reply to: something is definitely hitting the CPU hard #18088
     Abe
    Keymaster
    Not marked as solution
    in reply to: STEPS TO UPDATE KLEO THEME AND PLUGINS #18085
     Abe
    Keymaster

    Hi @mogreen
    Share with us your username and API so we can do a test and after we finish you can generate a new API. Theme should act as any other WordPress & Buddypress theme regarding speed. You should check your hosting since 6 seconds as I saw in another post of yours is really big and could not happen from the theme

    Mark the reply as private.
    Also for any issues you can create a new topic from this page at bottom: https://archived.seventhqueen.com/forums/forum/kleo

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Header Problems #18079
     Abe
    Keymaster

    Hi there,
    You have some problems in that specific page since it is not the default theme behavior and something does not generate well. It should come from you added elements to the page maybe when you copy/pasted something. Also the revolution slider looks odd with a element “HOW IS YOUR CAR BODY WORK” inside it. Please try to review your home page to get rid of the errors.
    Are you using Visual Composer to build your site?
    As a last resort you can add this CSS but just as a temporary fix since it is not the normal theme behavior:
    .navbar-transparent .template-page {
    padding-top: 0;
    }

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: GeoNames autocomplete #18076
     Abe
    Keymaster

    Hi, you should put your geonames username in Sweetdate – Buddypress – Geonames username.
    Select your City field in “City field”
    Then if you have a country field just select that in “Country field”. If you don’t have a field for the Country for users to select in their profiles then ignore that setting and put your country code in “Country Code” as in http://www.geonames.org/countries/ That will probably be FR

    That should be it

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: problem with facebook registraion #18063
     Abe
    Keymaster

    this is for Sweetdate theme and just follow the instructions above https://archived.seventhqueen.com/forums/topic/problem-with-facebook-registraion/#post-17632 should work if you encounter that error as in the topic

    Clear your browser cache

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: How to delete pictures of users? #18060
     Abe
    Keymaster

    @Maurice I think Robert meant to go in your wordpress admin – Activity

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Profile information disappeared #18058
     Abe
    Keymaster

    This should be the code. make sure the child theme is active. Also the names provided but be exactly the group names as in USers – Profile fields

    COPY CODE
    
    //my changes to profile tabs
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs()
    {
        global $bp_tabs;
        $bp_tabs = array();
     
        $bp_tabs[] = array(
                'type' => 'regular',
                'name' => 'Basis informatie (Primary)',
                'group' => 'Basis informatie (Primary)',
                'class' => 'regulartab'
        );
        $bp_tabs[] = array(
                'type' => 'regular',
                'name' => 'Over mijzelf',
                'group' => 'Over mijzelf',
                'class' => 'regulartab'
        );
        $bp_tabs[] = array(
                'type' => 'regular',
                'name' => 'Op zoek naar',
                'group' => 'Op zoek naar',
                'class' => 'regulartab'
        );
        $bp_tabs[] = array(
                'type' => 'regular',
                'name' => 'Lifestyle',
                'group' => 'Lifestyle',
                'class' => 'regulartab'
        );
        $bp_tabs[] = array(
                'type' => 'regular',
                'name' => 'Physical',
                'group' => 'Physical',
                'class' => 'regulartab'
        );
     
        /* rtMedia tab - only if plugin installed */
        if (class_exists('RTMedia'))
        {
            $bp_tabs['rtmedia'] = array(
                    'type' => 'rt_media',
                    'name' => __('My work', 'kleo_framework'),
                    'class' => 'mySlider'
            );
        }
     
        /* Bp-Album tab - only if plugin installed */
        elseif (function_exists('bpa_init')) {
            $bp_tabs['bp-album'] = array(
                    'type' => 'bp_album',
                    'name' => __('My photos', 'kleo_framework'),
                    'class' => 'mySlider'
            );
        }
        
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Notices #18057
     Abe
    Keymaster

    Hi, we fixed this and will be available in next theme update. Until then you can set WP_DEBUG to FALSE in wp-config.php to hide the notices

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Page editing – insert shortcodes #18054
     Abe
    Keymaster

    Hi, Do you have the latest theme version? Give us a temporary access since that is an isolated case

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Tweaking member profile header #18052
     Abe
    Keymaster

    That “Age” label is used only in the Search form. You just need to rename the profile field since there is not a option for that. The links making from the profile data is done by BuddyPress so you need to find related resources on Buddypress site

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: 2 search related issues #18051
     Abe
    Keymaster

    Probably in June update, can’t say for sure right now

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Visual Composer Not Respecting Columns #18050
     Abe
    Keymaster

    Point us to a specific button that does not get styled into your page and we will gladly show you a quick css solution

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Paid Membership Pro #18049
     Abe
    Keymaster

    Hi, there is this topic in the FAQ section: https://archived.seventhqueen.com/forums/topic/extra-membership-restrictions-how-to

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: User Profile Look #18047
     Abe
    Keymaster

    Hi, to hide the text under the avatar you need to add this CSS

    COPY CODE
    
    #buddypress div#item-header div#item-header-content h4.user-nicename {
        display: none;
    }
    
    #buddypress div#item-header div#item-header-content span.activity {
        display: none;
    }
    

    Any other customization done to the header template should be done in this file: wp-content\themes\kleo\buddypress\members\single\member-header.php

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: KLEO option settings #18046
     Abe
    Keymaster

    Hi, We don’t have such area but we are building a a Knowledgebase where we will include tips and similar things related to KLeo settings

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Missing paid memberships pro plug in #18042
     Abe
    Keymaster

    Thank you @sharmstr
    Indeed the theme is made compatible with the plugin but you need to install it first

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Override blue and pink hovers #18041
     Abe
    Keymaster

    What you did is not right since if you want to make theme updates without hassle you don’t need to touch any of theme files but use the child theme.
    Also the theme colors should be set from Sweetdate – Styling options. If there is a color not styled using those settings then add a CSS to sweetdate-child/style.css to override theme style and not modify the theme file.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Adjust Font Size #18040
     Abe
    Keymaster

    I don’t understand your question. Put the link to your page please

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Which CSS should I not minify/combine? #18039
     Abe
    Keymaster

    Hi there, I just created a topic related to required settings for BWP plugin and it should fix the fonts issue: https://archived.seventhqueen.com/forums/topic/better-wordpress-minify-bwp-settings

    All theme scripts can be loaded in the footer except for those two you’ll see in the topic above
    bbPress like other scripts can’t really know where some specific elements will appear on what page so they load it all the time. Unfortunately it is somehow related also to wordpress design.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Change world map icon #18037
     Abe
    Keymaster

    Hi, you should have used a child theme and modified the code by copying the file to the child theme.
    ” If you don’t want to lose the customization on theme update, activate the child theme and copy the template file in the same exact folder location in sweetdate-child and edit it there. “

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Custom icons not displaying #18036
     Abe
    Keymaster

    Updating the theme won’t ever affect database settings, pages or anything related to uploaded images. If you don’t set a logo then the default sweetdate will appear. Custom icons should be set by adding an image attribute to the status icon shortcode like image=”http://site.com/my-link-to-icon.png” and not by replacing theme included icons

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Visual Composer License Key apparently invalid #18035
     Abe
    Keymaster

    Hi, You misunderstood, you get the plugin updates but you get them by re-downloading the theme again from Themeforest, when a new them is available and manually update the plugin.
    This is the way it works for bundled plugins and the plugin developers don’t give separate license code for that.
    The only thing is that you get the plugin updates when theme updates are released. Currently in Kleo v1.4.2 you have Visual composer 4.1.2 included and in next theme update we will include the version available on that release date

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: theme options background #18032
     Abe
    Keymaster

    Hi there, We have changed this for the next version so until then add this CSS to fix it:

    COPY CODE
    
    .editfield .radio .label {
        margin-left: -20px !important;
        text-align: left;
    }
    

    The CSS can be added to kleo-child/style.css or in WP admin – Theme options – Quick css

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: fontello #18029
     Abe
    Keymaster

    Hi, you can edit the specific menu item and add the html tag for the fontello icon before the menu name like:

    COPY CODE
    
    <i class="icon icon-camera"></i> Page name
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Remove heart icons #18028
     Abe
    Keymaster

    Hi, All the changes done in the child theme won’t get replaced since the update is done only to the parent theme. Make sure the child theme is active

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: visual composer broken #18027
     Abe
    Keymaster

    Hi, Please see my topic here on updating the plugin since that should be a problem with an older version of Visual Composer: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
    You need to re-download the theme from Themeforest to get the latest version of the plugin included in the theme.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Can we get a Mobile ON/OFF setting! #18024
     Abe
    Keymaster

    Hi, Right now that is not included and we already discussed with you on another topic: https://archived.seventhqueen.com/forums/topic/turn-off-responsiblemobile-feature

    We will do extra tests and let you know.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Turn off Responsible/Mobile Feature #18020
     Abe
    Keymaster

    We will do some more tests and also look on your site

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    This is the template responsible for editing profile page: wp-content\themes\sweetdate\members\single\profile\edit.php
    Edit that and make your required changes there

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Visual Composer won't edit demo pages #18018
     Abe
    Keymaster

    Hi @Dmarkham and @rishabhk
    Please give temporary access to your site since this is a isolated case and couldn’t replicate on our testing environment. Mark the reply as private.

    Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi, Edit the menus from WP admin – Appearance – Menus. If you don’t see a Buddypress section to the left enable it from Screen options(top page to the right)

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: WordPress gone after plugin install #18009
     Abe
    Keymaster

    Great. Closing topic.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: login problems #18006
     Abe
    Keymaster

    Hi @rweiss
    I just checked and the login happens normally, no AJAX involved probably because you commented the line in app.js
    Clear your cache

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: User fields tabs – duplicating #17997
     Abe
    Keymaster

    Thanks. Glad it is all good now 😉

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Create a group button not available #17959
     Abe
    Keymaster

    Hi, If you enabled it from Settings – Buddypress – Settings it should appear like on the demo: http://seventhqueen.com/themes/kleo/groups

    login with user: demo password: demo

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Issues with Sticky Top Menu in Chrome #17958
     Abe
    Keymaster

    Please share a link to the problematic page. make sure you haven’t enabled Transparent Main Menu in WP admin – Theme options – Header options

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Missing Member Plug In and Menu #17957
     Abe
    Keymaster

    Hi, You need to install Paid Memberships Pro plugin

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: login problems #17956
     Abe
    Keymaster

    @rweiss it depends on you error. share a link to your site

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: User fields tabs – duplicating #17955
     Abe
    Keymaster

    So this is the topic to follow if you want to change the profile groups that show to the right of the image: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    We already gave you this in another topic but creating so many with duplicate content will just end up loosing track

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs()
    {
        global $bp_tabs;
        $bp_tabs = array();
        $bp_tabs[] = array(
                'type' => 'regular',
                'name' => __('My Profile', 'kleo_framework'),
                'group' => 'Base',
                'class' => 'regulartab'
        );
         $bp_tabs[] = array(
                'type' => 'regular',
                'name' => __('About me', 'kleo_framework'),
                'group' => 'About me',
                'class' => 'regulartab'
        );
         $bp_tabs[] = array(
                'type' => 'regular',
                'name' => __('Looking for', 'kleo_framework'),
                'group' => 'Looking for',
                'class' => 'regulartab'
        );
    
            $bp_tabs['rtmedia'] = array(
                    'type' => 'rt_media',
                    'name' => __('My photos', 'kleo_framework'),
                    'class' => 'mySlider'
            );
      
    
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: User fields tabs – duplicating #17950
     Abe
    Keymaster

    And please do not create duplicated topics 🙁 please

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 40 posts - 5,721 through 5,760 (of 8,607 total)

Log in with your credentials

Forgot your details?