Forum Replies Created

Viewing 40 posts - 2,001 through 2,040 (of 2,796 total)
  • Author
  •  Laura
    Moderator

    Hello, try adding this css to style.css of child theme, edit as you prefer

    COPY CODE
    
    .kleo-main-header.header-left {
        padding-top: 20px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Align menu to the right #104490
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    #header .kleo-main-header .container {
        max-width: 1600px;
    }
    .navbar-header {
        margin-left: 5% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: bbPress forum search widgets #104477
     Laura
    Moderator

    Hello, yes, please add this to style.css of child theme

    COPY CODE
    
    .sidebar input#bbp_search_submit {
        margin-top: -21%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Call to Action Background Image on Widget #104464
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    .vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square.vc_cta3-align-left.vc_cta3-color-grey.vc_cta3-icon-size-md.vc_cta3-actions-bottom.vc_custom_1455334559962 {
        background-image: url(http://squashplayerclub.com/wp-content/uploads/2015/09/Squash_1-e1446171994608.jpg?id=32) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    

    And a tip, red text works better than green 🙂 Red or White

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Error in layout in post page #104444
     Laura
    Moderator

    Hello, added this to your style.css

    COPY CODE
    
    .single-post #main-container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    

    Check http://martijnvanbraam.nl/2016/02/12/new-test-post-with-composer/

    Does it look better? Let me know 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Hide full name on profile page #104023
     Laura
    Moderator

    Hello, add this to style.css of child theme

    COPY CODE
    
    #profile h2:nth-child(1) {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Change Font Style in Menu and Body #104021
     Laura
    Moderator

    Hello, add this to Style.css of child theme

    COPY CODE
    
    ul#menu-top a {
        font-family: 'Montserrat' !important;
        font-style: normal;
        font-weight: 400;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: News Ticker #103998
     Laura
    Moderator

    Hello sorry, try this instead

    COPY CODE
    
    <div class="ticker">
    <?php echo do_shortcode( '[kleo_news_ticker posts_query="size:10|order_by:date|post_type:post"]' ); ?>
    </div>
    

    Replace the first code i sent you with this one, at the same place
    If not working please share ftp

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Masonry media grid formating #103741
     Laura
    Moderator

    Hello, add this to style.css of to the page css

    COPY CODE
    
    .vc_custom_1455289249987 {
        background-color: rgba(0, 0, 0, 0.63) !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Blog Post Meta Unclickable #103739
     Laura
    Moderator

    Hello, try adding this to style.css

    COPY CODE
    
    .article-meta.clearfix {
        pointer-events: none;
        cursor: default;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: News Ticker #103724
     Laura
    Moderator

    Hello, please try adding the following css to style.css

    COPY CODE
    
    .home .ticker {
        display: none;
    }
    

    And replace the header code with this one

    COPY CODE
    
    <div class="ticker">
    echo do_shortcode( '[kleo_news_ticker posts_query="size:10|order_by:date|post_type:post"]' );
    </div>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Color of the menu bar on smartphone #103710
     Laura
    Moderator

    Hello, please try adding the following

    COPY CODE
    
    ul#menu-kleonavmenu a {
        color: #FF8038;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Tag widget font size #103489
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    .vc_wp_tagcloud.wpb_content_element a {
        font-size: 18px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Custom Share This & Related Posts #103162
     Laura
    Moderator

    Hello, try this

    COPY CODE
    
    #share-links {
        padding-left: 200px;
        padding-right: 200px;
        background: transparent !important;
    }
    #related-wrap .hr-title.hr-long {
        padding-left: 200px;
        padding-right: 200px;
        background: transparent !important;
    }
    
    #comments .hr-title.hr-long {
        padding-left: 150px;
        padding-right: 150px;
        background: transparent !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Pin feed shadows #103160
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    .post-content.animated.animate-when-almost-visible.el-appear.start-animation {
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.17);
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Logo Position #103158
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    .navbar-header .logo {
        float: left;
        margin-left: -45%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: News Ticker #102986
     Laura
    Moderator

    Hello, you could add it to header.php
    using do_shortcode

    COPY CODE
    
    echo do_shortcode( '[kleo_news_ticker posts_query="size:10|order_by:date|post_type:post"]' );
    

    You can change the shortcode for the one you use

    This should be at header.php ( copy the original at main theme and paste it at child theme )
    at the very end of the file.

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Color of the menu bar on smartphone #102980
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    @media (max-width: 991px) {
    div#undefined-sticky-wrapper {
        background: white;
    }
    button.navbar-toggle {
        background: #FF8038 !important;
        color: black !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Hide full name on profile page #102863
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    #profile .five.columns h2 {
        display: none;
    }
    dt.bp-field-name.bp-field-id-1 {
        display: none;
    }
    dd.bp-field-value.bp-field-id-1 {
        display: none;
    }
    dl.dl-horizontal dt:nth-child(1) {
        display: none;
    }
    dl.dl-horizontal dd a:nth-child(1) {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Header Social Media #102850
     Laura
    Moderator

    Hello, its very easy with css, here it is 🙂
    Just add it to style.css of child theme

    COPY CODE
    
    .top-links {
        color: white !important;
    }
    .top-links a i:before {
        color: white !important;
    }
    .top-links a {
        color: white !important;
    }
    .top-links {
        border: red !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Custom Share This & Related Posts #102715
     Laura
    Moderator

    Hello, share this padding and transparency code:

    COPY CODE
    
    .share-links {
        padding: 100px;
        background: transparent !important;
    }
    

    Related articles:

    COPY CODE
    
    .related-wrap .hr-title.hr-long {
        padding: 100px;
        background: transparent !important;
    }
    

    Comments:

    COPY CODE
    
    #comments .hr-title.hr-long {
        padding: 100px;
        background: transparent !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Parallex image is way too big on iPhone #102709
     Laura
    Moderator

    Hello, you could use this css, should make the background black

    COPY CODE
    
    @media (max-width: 991px) {
    section.container-wrap.main-color.custom-color.bg-parallax {
        background: black !important;
    }
    }
    

    Or if you prefer to use an image

    COPY CODE
    
    @media (max-width: 991px) {
    section.container-wrap.main-color.custom-color.bg-parallax {
        background-image: url(IMAGE URL HERE) !important;
    }
    }
    

    Add code to style.css of child theme

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Error in layout in post page #102449
     Laura
    Moderator

    Hello, try adding this to style.css at child theme

    COPY CODE
    
    section.container-wrap.main-title.alternate-color.title-single.border-bottom h1 {
        color: #3F3F3F !important;
    }
    section.container-wrap.main-title.alternate-color.title-single.border-bottom {
        background-color: #3F3F3F;
        color: #3F3F3F;
        border: #3F3F3F;
    }
    

    Let me know 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Slider insertion and profile matching setup in KLEO #102307
     Laura
    Moderator

    Hello, you can use visual composer to add a slider to a page or post 🙂
    For question 2, you can use a widget to place an image with a link, for example test widget and something like

    COPY CODE
    
    <a href="domain.com"><img src="domain.com/image.jpg" width="400" height="400" /></a>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Text header + product page #102079
     Laura
    Moderator

    Hello, for the first issue please try adding this to style.css of child theme

    COPY CODE
    
    .home-page ul#menu-osm-menu a {
        color: black !important;
    }
    

    Could you explain a bit more the other issues?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Google captcha is not before Complete sign up Button #102056
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    .g-recaptcha {
        float: right !important;
        clear: both;
    }
    

    🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Custom Register Page #102037
     Laura
    Moderator

    Hello, please add this to style.css of child theme

    COPY CODE
    
    .registration section.container-wrap.main-title.alternate-color.title-single.border-bottom {
        color: #ffffff;
        border: transparent;
        background-size: initial;
        background-color: black;
    }
    .registration #main {
        color: #ffffff;
        background-color: black;
    }
    .registration section.container-wrap.main-color {
        color: #ffffff !important;
        background-image: url(http://i0.wp.com/lezgirls.fr/wp-content/uploads/2014/02/3-2.jpg?fit=2048%2C1458);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #register-page label {
        color: white !important;
    }
    .registration #buddypress .field-visibility-settings, #buddypress .field-visibility-settings-toggle, #buddypress .field-visibility-settings-notoggle {
        color: #FFF !important;
    }
    .registration #buddypress .standard-form#signup_form input[type=text], #buddypress .standard-form#signup_form textarea, #buddypress .form-allowed-tags, #buddypress #commentform input[type=text], #buddypress #commentform textarea {
        border: 1px solid rgba(0,0,0,.1);
        background: rgba(255,255,255,.1);
        height: 48px;
        line-height: 48px;
        padding: 0 10px;
        width: 100%;
        margin-bottom: 10px;
        color: #bbb;
    }
    .registration #buddypress .standard-form #basic-details-section input[type=password], #buddypress .standard-form #blog-details-section input#signup_blog_url {
        border: 1px solid rgba(0,0,0,.1);
        background: rgba(255,255,255,.1);
        height: 48px;
        line-height: 48px;
        padding: 0 10px;
        width: 100%;
        margin-bottom: 10px;
        color: #bbb;
    }
    .registration select {
        border: 1px solid rgba(0,0,0,.1) !important;
        background: rgba(255,255,255,.1) !important;
        height: 48px;
        line-height: 48px;
        padding: 0 10px;
        margin-bottom: 10px;
        color: black !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Icons change #101506
     Laura
    Moderator

    Hello, just add this to functions.php of child theme

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_hearts_actions');
    
    function kleo_my_hearts_actions() 
    {     
    
        /* 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');
    }
    
    /* 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';
    }
    

    To hie also the match circle at profiles, add this to style.css of child theme

    COPY CODE
    
    .circular-item .hearts {
    display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Base tab colour #101231
     Laura
    Moderator

    Hello, sorry and thanks you for sharing it again, this css should resolve your issue

    COPY CODE
    
    #profile-edit-form ul.button-nav li {
        background: #313030;
        padding-left: 10px;
        padding-right: 10px;
        padding: 3px 9px;
        border-radius: 1000px 1000px 1000px 1000px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Making logo larger #100951
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    img#logo_img {
        width: 500px;
        height: 200px !important;
        max-height: 200px !important;
    }
    

    🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Background not showing up on mobile #100933
     Laura
    Moderator

    Hello, add this to your style.css of child theme, you will need to change it if you change the background image

    COPY CODE
    
    #header {
        background-image: url("http://www.yeschildfree.com/wp-content/uploads/2015/05/YC-head-4.jpg") !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: CSS on BP search box #100683
     Laura
    Moderator

    Hello, you could try the following

    COPY CODE
    
    a.btn.btn-highlight.btn-lg.form-submit {
        float: right;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Support Link to Help is not working #100634
     Laura
    Moderator

    Hello, here is the content of the post:

    See my example below where I add a new MESSAGES RESTRICTION and SHOP. The following codes goes to kleo-child/functions.php

    This manipulates the text that shows in the memberhips page:

    COPY CODE
    
    
    /* These restrictions will appear to be configured in Sweetdate - Memberships */
    add_filter('kleo_pmpro_level_restrictions', 'kleo_my_levels_checkmarks');
    function kleo_my_levels_checkmarks($settings) {
     
        $settings = array (
    		//NEW RESTRICTION MESSAGES page with name: message
            array(
                'title' => __('Restrict Messages page','kleo_framework'),
                'front' => __('Access messages page','kleo_framework'),
                'name' => 'message'
            ),
    		//NEW RESTRICTION SHOP page with name: shop
            array(
                'title' => __('Restrict Shop page','kleo_framework'),
                'front' => __('Access Shop page','kleo_framework'),
                'name' => 'shop'
            ),
            array(
                'title' => __('Restrict members directory','kleo_framework'),
                'front' => __('View members directory','kleo_framework'),
                'name' => 'members_dir'
            ),
            array(
                'title' => __('Restrict viewing other profiles','kleo_framework'),
                'front' => __('View members profile','kleo_framework'),
                'name' => 'view_profiles'
            ),
            array(
                'title' => __('Restrict access to groups directory','kleo_framework'),
                'front' => __('Access group directory','kleo_framework'),
                'name' => 'groups_dir'
            ),
            array(
                'title' => __('Restrict access to single group page','kleo_framework'),
                'front' => __('Access to groups','kleo_framework'),
                'name' => 'view_groups'
            ),
            array(
                'title' => __('Restrict users from viewing site activity','kleo_framework'),
                'front' => __('View site activity','kleo_framework'),
                'name' => 'show_activity'
            ),
            array(
                'title' => __('Restrict users from sending private messages','kleo_framework'),
                'front' => __('Send Private messages','kleo_framework'),
                'name' => 'pm'
            ),
            array(
                'title' => __('Restrict users from adding media to their profile using rtMedia or bpAlbum','kleo_framework'),
                'front' => __('Add media to your profile','kleo_framework'),
                'name' => 'add_media'
            )
        );
        return $settings;
    }
    

    If you need also to apply restrictions to some links and not just show some text in the levels page, this makes the page restrictions to happen:

    COPY CODE
    
    // restrict profile area - Messages page
    add_action('kleo_pmro_extra_restriction_before_my_profile','kleo_my_custom_restrict1');
    
    function kleo_my_custom_restrict1()
    {
    	//full current url
    	$actual_link = kleo_full_url();
    	//our request uri
    	$uri = str_replace(untrailingslashit(home_url()),"",$actual_link);
    
    	//restrict messaging page url
    	if(preg_match("/^\/".bp_get_members_root_slug()."\/". bp_get_loggedin_user_username()."\/messages\/?/", $uri))
    	{
    		
    		$my_restrictions =  array('message' => array(
    				//2 - restrict certain levels. 0 -restrict none; 1 - restrict all
    				'type' => 2,
    				//levels that you apply the restrictions to
    				'levels' => array(2,3),
    				//'not_member' => 1, //restrict users without a membership level
    				//'guest' => 1 // restrict not logged in users
    			)
    		);
    		//We use the name "message" from the new restriction added above
    		kleo_check_access('message',$my_restrictions);
    	}
    }
    
    //Restrict Shop page
    add_filter('kleo_pmpro_match_rules', 'kleo_my_custom_restrict2');
    
    function kleo_my_custom_restrict2($restrictions) {
    	//regular expression for shop page
    	$restrictions["/^\/shop\/?$/"] = array('name' => 'shop');
    	return $restrictions;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Full Page layout – Margin problem #100633
     Laura
    Moderator

    Hello, try adding this below the first code

    COPY CODE
    
    .geodir-page ul#menu-primarymenu {
        margin-left: -40%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Some general questions #100503
     Laura
    Moderator

    Hello 🙂
    1. Try adding this to style.css of child theme

    COPY CODE
    
    li#nav-menu-item-search {
        display: none;
    }
    

    2. At Users > Profile fields you can add new fields to the groups Base, its the one that appears at registration form 🙂
    3. This plugin should do it 🙂 https://es.wordpress.org/plugins/bp-registration-options/
    4. At Users > Profile fields you can manage all fields 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Horizontal Menu Styling – Mega Menu #100492
     Laura
    Moderator

    Hello, this should work for the padding between them

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left li {
        padding-left: 10px;
        padding-right: 10px;
    }
    

    With this you can control the width of the dropdown menu

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left {
        width: 100% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Change how menu looks on small devices #100487
     Laura
    Moderator

    Should be fixed now, used

    COPY CODE
    
    .top-bar.expanded {
        height: 100%;
        width: 300px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Comment Button in Activity break #100483
     Laura
    Moderator

    Hello, this should fix it, add to style.css

    COPY CODE
    
    .activity-meta a {
        line-height: 1 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Necesito Ampliar el logo #100480
     Laura
    Moderator

    Hola, prueba lo siguiente en Opciones de tema > Quick css

    COPY CODE
    
    .logo img {
        max-height: 250px;
        max-width: inherit;
        width: 180px;
    }
    

    El logo no es de muy alta resolución, sugiero subir otro más grande

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: mobile uploader in activity feed styling needs fix #100478
     Laura
    Moderator

    Hello, should work now, used

    COPY CODE
    
    @media (max-width: 991px) {
    .directory.activity #buddypress form#whats-new-form #whats-new-submit {
        margin-top: 70px;
        position: relative;
    }
    .directory.activity #buddypress #whats-new-options div:nth-child(1n) {
        float: right;
        position: absolute;
        width: 300px !important;
        margin-top: 6.2%;
    }
    .directory.activity div#whats-new-options {
        margin-top: -10%;
    }
    .directory.activity #buddypress form#whats-new-form #whats-new-options select {
        border: 1px solid #ccc;
        font-size: 13px;
        margin-top: 0;
        padding: 3px 2px;
        margin-left: 11%;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 40 posts - 2,001 through 2,040 (of 2,796 total)

Log in with your credentials

Forgot your details?