Forum Replies Created

Viewing 40 posts - 16,641 through 16,680 (of 20,101 total)
  • Author
  • in reply to: Center logo & registration box #98540
     Radu
    Moderator

    You should remove all codes that i have provided you in this topic and replace it with this code

    COPY CODE
    
    
    @media (max-width:780px) {
    #logo a {
        float: left;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }}
    
    
    body.home form .row .three.mobile-one.columns {
        width: 42%;
    }
     
    body.home form .row .five.mobile-one.columns label {
        text-align: center !important;
    }
     
    body.home .five.columns {
        margin: 0 auto !important;
        float: none;
        padding: 0 !important;
    }
     
    body.home form .five.mobile-four.columns {
        float: left;
    }
    
    

    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: Missing links and blurry images #98538
     Radu
    Moderator

    Hi,

    Please take a look now, it should be ok

    This fix will be included in our next theme 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: SweetDate WPML – Spanish #98516
     Radu
    Moderator

    Hi,

    You can easely translate the strings from loco translate in buddypress section or accesss this link : http://doggiestest.wpengine.com/wp-admin/admin.php?name=buddypress%2Fbp-loader.php&type=plugin&poedit=languages%2Fplugins%2Fbuddypress-es_ES.po&page=loco-translate

    Just i’ve translated some strings and it applies immediately, so, it works.

    Let me know if is ok

    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
    in reply to: Visual composter Issue #98513
     Radu
    Moderator

    Great !

    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: Menu Link to Profile Courses #98512
     Radu
    Moderator

    Great !

    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: Add text “My Profile” to profile link #98507
     Radu
    Moderator

    Hi,

    Please go to wp-admin -> appearance -> menus and add your desired text in Title Attribute ( see screenshot )

    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: Search button textless #98505
     Radu
    Moderator

    You’re welcome

    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: Display buddypress user profile #98352
     Radu
    Moderator

    Hi,

    You can test this : https://bp-tricks.com/featured/buddypress-shortcodes-plugin/ or/and this : https://wordpress.org/plugins/buddypress-shortcodes/

    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: Chatting option for chat to friends user with each other #98351
     Radu
    Moderator

    Hi,

    I recommend you to look in wordpress plugin repository for these types of plugins, look here : https://wordpress.org/plugins/tags/chat-plugin

    You should test the behaviour of the plugins

    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 Mobile menu #98350
     Radu
    Moderator

    Hi,

    Reply here : https://archived.seventhqueen.com/forums/topic/cleo-mobile-menu#post-98349

    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: Cleo mobile menu #98349
     Radu
    Moderator

    Hi,

    1. The solution that i gave you above is an experimental one and its not an official/stable fix for having a fixed mobile menu.

    The code that i given you it doesn’t cover all the use cases and you should use it as a guidance for for improving your menu. I recommend you to stick with the default menu options.

    2. For the issue with the WPML lang switcher we are working on a solution and we will let you know when is ready.

    In the future we will consider it as theme option.

    I;ve pasted on your theme options -> general settings -> quick css this snippet

    COPY CODE
    
    @media(max-width:980px) {
    
    ul#menu-main-menu-eng li.menu-item-has-children {
        overflow-y: auto;
        max-height: 150px;
    }
    
    }
    

    You can use this css that it allows you to scroll in the menu but is only experimental

    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 Page #98347
     Radu
    Moderator

    Done,

    This was caused by this shortcode that you have added by mistake i think

    COPY CODE
    
    [kleo_posts_carousel cat="all" limit=""]
    
    

    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: Need to add wings gifts for dating #98346
     Radu
    Moderator

    Hi,

    Please test this plugin : https://wordpress.org/plugins/gift-buddypress-addons/ or this plugin : https://wordpress.org/plugins/bp-gifts-rebirth/

    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: Disturbance in Activity page #98341
     Radu
    Moderator

    Hi,

    I think you have solved this issue cuz i cannot see the issue from screenshot and anyways if you look at our demo this issue is not there and this can be caused by some custom modifications to the theme

    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: Problem with connection when Sensei is activated #98339
     Radu
    Moderator

    Ok

    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: Kleo+Buddy app Menu #98335
     Radu
    Moderator

    Hi,

    Make sure that the menu is associated to that page or header is not hidden for that page ( see attached screenshots )

    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: RSS feed #98334
     Radu
    Moderator

    Hi,

    You can do it simple by navigating to wp-admin -> appearance -> widgets -> look for RSS widget add it to your desired sidebar , then complete the fields with required details.

    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: facebook login problem #98333
     Radu
    Moderator

    Hi,

    Same topic discuted here : https://archived.seventhqueen.com/forums/topic/registration-via-facebook-2

    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 to Profile Courses #98332
     Radu
    Moderator

    Hi,

    Go to wp-admin -> appearance -> menus -> choose your menu -> add a custom link then see screenshot

    In url you should paste this : ##profile_link##/mycourses

    replace mycourses with your slug for that tab

    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: Change the color of words #98331
     Radu
    Moderator

    Hi,

    Please add this css to wp-admin -> theme options -> styling options -> quick css

    COPY CODE
    
    
    
    body.members #main h2 { color: #F00056; }
    body.page-id-914 #main h2 { color: #F00056; }
    
    
    

    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 force a pic upload upon regisration? #98326
     Radu
    Moderator

    Hi,

    The changes you require are not quick fixes or something that can be styled from the theme panel since it is too complex and will require modifications in the theme structure. Custom development is not covered by our support forum, so you may ask for a programmer to help, or you can check the availability of our development team by sending an email to our project manager Cornel at cornel@seventhqueen.com

    Of you can search for a plugin that can do that

    Cheers

    Radu

    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,

    Please take a look in wp mandrill plugin settings and look for an field that you can choose html or plain text emails , see this screenshot https://s.w.org/plugins/wpmandrill/screenshot-1.jpg?r=1327650 -> General settings -> Replace all line feeds

    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: Search button textless #98316
     Radu
    Moderator

    Hi,

    Just i’ve visited your website and now the icons are shown ( see screenshot )

    In on your side icons are missing clear the browser cache.

    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 text “My Profile” to profile link #98313
     Radu
    Moderator

    Please provide an user account to can see that.

    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: SweetDate WPML – Spanish #98312
     Radu
    Moderator

    Hi,

    Please check now it should be 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: Missing links and blurry images #98285
     Radu
    Moderator

    Hi,

    To be clear, please provide link to the members page and link for the online page

    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: Search button textless #98279
     Radu
    Moderator

    Hi,

    This can be caused by theme update that has overwritten the header.php where i’ve made the modification.

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

    COPY CODE
    
    function hook_fa_sweet_sq7() {
    
        $output = "<link rel='stylesheet' id='font-awesome-css'  href='http://seventhqueen.com/demo/sweetdatewp/wp-content/themes/sweetdate/assets/styles/font-awesome.min.css' type='text/css' media='all' />";
        echo $output;
    }
    add_action('wp_head', 'hook_fa_sweet_sq7');
    

    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: Visual composter Issue #98276
     Radu
    Moderator

    Hi,

    Yes i was able to connect, but i don’t know why the code is not running, i suggest you to use a plugin similar to this : https://wordpress.org/plugins/quick-pagepost-redirect-plugin/screenshots/ cuz i spend to much time on debugging and this is not a kleo related problem.

    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: User Avatars & Functionality Broken #98272
     Radu
    Moderator

    Lol,

    It’s ok if now is ok :d

    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: Blog Categories #98271
     Radu
    Moderator

    Hi,

    Please add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    label.screen-reader-text {
        position: absolute !important;
        left: -999em !important;
    }
    

    This fix will be included in next theme 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: Blog #98270
     Radu
    Moderator

    Hi,

    Please add this css to your wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .related-wrap ul.kleo-carousel li article .post-image img {
        width: 100%;
    }
    

    This will be included in our next theme 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: Missing links and blurry images #98114
     Radu
    Moderator

    Hi,

    I’ve modified this file : wp-content/themes/sweetdate/custom_buddypress/bp-functions.php at line 1549

    COPY CODE
    
    
    <a href="'.bp_get_member_permalink().'" title="'.bp_get_member_name().'">'.bp_get_member_avatar('type=thumb&width=125&height=125').'</a>
    
    

    to

    COPY CODE
    
    
    <a href="'.bp_get_member_permalink().'" title="'.bp_get_member_name().'">'.bp_get_member_avatar('type=thumb&width=250&height=250').'</a>
    
    

    And i think that the thumbnails needs to be regenerated with this plugin : https://wordpress.org/plugins/regenerate-thumbnails/ please install it , regenerate images and let me know.

    I see that your wp-admin dashboard is white, this can be caused by theme modifications or a plugin or something like that, you can disable all plugins manually via FTP by renaming the plugin folders names.

    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: Blog Categories #98084
     Radu
    Moderator

    Hi,

    We will investigate this and we will provide you a fix for this and also this fix will be included in next 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: Blog #98083
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    article img.attachment-kleo-full-width {
        padding-bottom: 25px !important;
    }
    
    

    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: Setting up GeoDirectory #98080
     Radu
    Moderator

    Add this css to wp-admin -> theme options -> General settings ->quick css

    COPY CODE
    
    .map-category-listing-main {
        display: none !important;
    }
    

    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: Footer Menu #98072
     Radu
    Moderator

    Add also this css

    COPY CODE
    
    .kleo-extra-footer-menu ul {
        margin: 0 !important;
        padding: 0 !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: Missing links and blurry images #98071
     Radu
    Moderator

    Can you provide ftp credentials ?

    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 text “My Profile” to profile link #98070
     Radu
    Moderator

    Hi,

    Please provide a screenshot that pointing out where do you want to have that.

    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: Setting up GeoDirectory #98068
     Radu
    Moderator

    Hi,

    The space between map and breadcrumbs solved it was caused by a padding top 40 px from row.

    Regarding the styling to that form, this it seems to be a bug and we will investigate this and we will provide you a solution these days tomorrow or day after tomorrow also the solution will be included in next theme 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: How to change shortcodes #98035
     Radu
    Moderator

    Hi,

    Can you please be more specific? Please provide a screenshot that pointing out the font that you want to change color.

    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 - 16,641 through 16,680 (of 20,101 total)

Log in with your credentials

Forgot your details?