Forum Replies Created

Viewing 40 posts - 1,681 through 1,720 (of 2,990 total)
  • Author
  • in reply to: Insert an element in a scrollable frame #128793
     Radu
    Moderator

    Hi,

    With this kind of css you can do that

    COPY CODE
    
    .buddypress.widget ul.site-wide-stream {
        max-height: 250px;
        overflow-y: scroll;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: how to show full name in BP profile header #128785
     Radu
    Moderator

    Hi,

    Try like this

    COPY CODE
    
    $sq7bpusername = bp_displayed_user_displayname(bp_displayed_user_id());
    echo $sq7bpusername;
    

    If this it not works try to add global $bp before the declarations something like this

    COPY CODE
    
    global $bp;
    $sq7bpusername = bp_displayed_user_displayname(bp_displayed_user_id());
    echo $sq7bpusername;
    

    Cheers
    R.

    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: TOP BAR OPTIONS #128766
     Radu
    Moderator

    Hi,

    Ddd also this css

    COPY CODE
    
    .header-color .top-menu li > a:hover, .header-color #top-social li a:hover {
    color:red;
    }
    

    Replace red with your desired color

    Cheers
    R.

    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: TOP BAR OPTIONS #128539
     Radu
    Moderator

    Hi,

    Please use those css

    COPY CODE
    
    
    .header-color.social-header {
        background-color: yellow;
    }
    
    .header-color .top-menu li > a, .header-color #top-social li a {
        font-family: monospace;
        color: red;
    }
    
    

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    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: I can’t see home page #128451
     Radu
    Moderator
    Not marked as solution
    in reply to: sidebar #128429
     Radu
    Moderator

    Hi,

    You can do that using that css

    COPY CODE
    
    .template-page.col-sm-9.tpl-right {
        width: 85% !important;
    }
    
    .sidebar.sidebar-main.col-sm-3.sidebar-right {
        width: 15% !important;
    }
    

    Cheers
    R.

    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 on single post #128420
     Radu
    Moderator

    Hi,

    1. You can enable author avatar for post meta from wp-admin -> theme options -> blog -> display meta fields

    2. Use this function

    COPY CODE
    
    add_action('kleo_before_main', 'sq7rdu_show_featured_before_content');
    function sq7rdu_show_featured_before_content() {
        if (is_single()) {
            if (has_post_thumbnail()) {
                return the_post_thumbnail('full');
            }
        }
    }
    
    

    The code will be added to wp-content/themes/kleo-child/functions.php

    Cheers
    R.

    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 hide date on posts #128415
     Radu
    Moderator

    Hi guys,

    The easy way to hide the date is to load this css in wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .news-focus .post-date {
        display: none !important;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Several issues – menu, w3 cache plugin #128412
     Radu
    Moderator

    Hi,

    From my computer the menu works in all pages that i have navigated, please empty your browser cache or try form another computer or browser.

    Also in inner pages the browser console shows some errors, that’s because you have minified some Js’s that are already minified.

    COPY CODE
    
    the server responded with a status of 400 (Bad Request)
    pY_rDsIgDIVfSNaoD2QqdMKEFim47O2dTvfXTJMmvaTnO62XRAcYxLOjXiC3cwz25GuKYIUrcT3CmE1gG5sjhWGOW6MyvdPO_wk…:4 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ pY_rDsIgDIVfSNaoD2QqdMKEFim47O2dTvfXTJMmvaTnO62XRAcYxLOjXiC3cwz25GuKYIUrcT3CmE1gG5sjhWGOW6MyvdPO_wk…:4
    M9RPTEnJzyvWTcsv0i3LLC5NzNFNzs8tyC9OLdLPzEvOKU1JLYaq0c9Pyc9NLUktKtbPQnD0cjPzAA.js:4 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ M9RPTEnJzyvWTcsv0i3LLC5NzNFNzs8tyC9OLdLPzEvOKU1JLYaq0c9Pyc9NLUktKtbPQnD0cjPzAA.js:4
    nZD9DsIwCMRfyK7ZI7GWTSYbFVqjb6_b_EpMjPUvcoT7cbnWQ4wym-tF3YmsALsgUxJD9TQHLhHtfuMTYdiDZvPjSzQTzbv2Gwb…:4 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ nZD9DsIwCMRfyK7ZI7GWTSYbFVqjb6_b_EpMjPUvcoT7cbnWQ4wym-tF3YmsALsgUxJD9TQHLhHtfuMTYdiDZvPjSzQTzbv2Gwb…:4
    VcpBDoAwCATAFyHxSaRggqFguq3v14MXr5PZWVQrQUcNuh1Lglr1q2CDPVssNXyHp2F6r3QJEML1Peeft-75AA.js:4 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ VcpBDoAwCATAFyHxSaRggqFguq3v14MXr5PZWVQrQUcNuh1Lglr1q2CDPVssNXyHp2F6r3QJEML1Peeft-75AA.js:4
    M9DPzknN108sLk4tKdbPKtbPzMss0TFAF83NT0ktysusKtJLLi0uyc_VMzEzNTABAA.js:25 Uncaught TypeError: Cannot read property 'html5' of undefined(anonymous function) @ M9DPzknN108sLk4tKdbPKtbPzMss0TFAF83NT0ktysusKtJLLi0uyc_VMzEzNTABAA.js:25(anonymous function) @ M9DPzknN108sLk4tKdbPKtbPzMss0TFAF83NT0ktysusKtJLLi0uyc_VMzEzNTABAA.js:25(anonymous function) @ M9DPzknN108sLk4tKdbPKtbPzMss0TFAF83NT0ktysusKtJLLi0uyc_VMzEzNTABAA.js:25
    M9QvzSnJzE0sSdUtSUzKSS3WzwKiwtLUokq9lMSSxBCwoF5uZp6OoX5yfl5JYnKJblp-Ua6uuX5mXnJOaQqKFpAMSDEA.js:172 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ M9QvzSnJzE0sSdUtSUzKSS3WzwKiwtLUokq9lMSSxBCwoF5uZp6OoX5yfl5JYnKJblp-Ua6uuX5mXnJOaQqKFpAMSDEA.js:172(anonymous function) @ M9QvzSnJzE0sSdUtSUzKSS3WzwKiwtLUokq9lMSSxBCwoF5uZp6OoX5yfl5JYnKJblp-Ua6uuX5mXnJOaQqKFpAMSDEA.js:172
    fYxtDoIwDIYvxCj4Q2_gBTyAGaWQwrbWdYvh9hoSiYmJ_96v5-0BJRWPxU2So7sAJwx1JIPFwDCzFms6WAMJeDMqezGIFCvZaxs…:472 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ fYxtDoIwDIYvxCj4Q2_gBTyAGaWQwrbWdYvh9hoSiYmJ_96v5-0BJRWPxU2So7sAJwx1JIPFwDCzFms6WAMJeDMqezGIFCvZaxs…:472
    NcnRDYAgDAXAiaRO4QJMQPBFwAq1pTFu75f3eyudjEHJDNOoGQn7UbtRTjp8U-wRTAUs0OW_djv0DXN4LvGpgnDV_gE.js:18 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ NcnRDYAgDAXAiaRO4QJMQPBFwAq1pTFu75f3eyudjEHJDNOoGQn7UbtRTjp8U-wRTAUs0OW_djv0DXN4LvGpgnDV_gE.js:18(anonymous function) @ NcnRDYAgDAXAiaRO4QJMQPBFwAq1pTFu75f3eyudjEHJDNOoGQn7UbtRTjp8U-wRTAUs0OW_djv0DXN4LvGpgnDV_gE.js:18
    TctBDoAgDATAD1mrT2qgJCi0DYu833jzPnPw3dRZAJ3gCywRe6-2nSw5u4GKD1oVjzRK3sOh48fbSkJluE21_MUX.js:4 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ TctBDoAgDATAD1mrT2qgJCi0DYu833jzPnPw3dRZAJ3gCywRe6-2nSw5u4GKD1oVjzRK3sOh48fbSkJluE21_MUX.js:4
    fYxRDsIwDEMvxIgGB0IsNWqmJqmWbFyf0QPsy3rWs2fSzpO-I-QAnYEMWmO0B6z4dlex23yhBW_SM4ZXXfGg1asVfJz6vjThV01…:155 Uncaught SyntaxError: Unexpected end of input
    

    Please read our how to article related to the page-speed and w3 total cache plugin http://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html

    You can try also the WP SUPER CACHE plugin it’s very simple and efficient

    Cheers
    R.

    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: Copy the home pinterest home #128404
     Radu
    Moderator

    Hi,

    Using the masonry style… you cannot set a min height limit for those because they are controlled by a javascript that calculates the available spaces to be populated with posts.

    Anyway you can use this css

    COPY CODE
    
    .home article .post-content {
        min-height: 470px;
    }
    

    Replace 470 with your desired value

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Change the order of the Profile Menu #128403
     Radu
    Moderator

    Hi,

    For the media use this separate function

    COPY CODE
    
    add_action('bp_init','change_media_tab_position', 12);
    function change_media_tab_position(){
    
    	global $bp;
    	if( isset ($bp->bp_nav['media'])){
    		$bp->bp_nav['media']['position'] = 70;
    	}
    
    }
    

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: I can’t see home page #128288
     Radu
    Moderator
    Not marked as solution
    in reply to: Change font options for blog post #128275
     Radu
    Moderator

    Hi,

    You can do that with this css

    COPY CODE
    
    .single-post .main-title .page-title {
        color: red !important;
        font-size: 2em;
    }
    

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    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 order of the Profile Menu #128265
     Radu
    Moderator

    Hi,

    You can change order with this function

    COPY CODE
    
    
    function my_change_profile_tab_order() {
        global $bp;
        $bp->bp_nav['settings']['position'] = 10;
        $bp->bp_nav['activity']['position'] = 20;
        $bp->bp_nav['friends']['position'] = 30;
        $bp->bp_nav['groups']['position'] = 40;
        $bp->bp_nav['blogs']['position'] = 50;
        $bp->bp_nav['messages']['position'] = 60;
        $bp->bp_nav['profile']['position'] = 70;
    }
    add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
    
    

    The function will be added to wp-content/themes/kleo-child/functions.php

    10,20,30,40,50 etcc represents order

    Cheers
    R.

    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: register_url #128263
     Radu
    Moderator

    Hi,

    I’ve tested shortcode and if use custom links for register/forgot pass the shortcode will render my links

    COPY CODE
    
    [vc_row][vc_column][kleo_login login_link="http://google.com/login" lostpass_link="http://google.com/forgotpass" register_link="http://google.com/register" show_for_users="yes" register_url="hide"][/vc_column][/vc_row]
    

    Make sure you have latest version of WP, theme version should have 4.0.8 version, and check if you have any update notice for these plugins : Visual Composer and K-elements in wp-admin -> appearance -> install plugins.

    On my local install it works.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: register_url #128245
     Radu
    Moderator

    Hi,

    You can hide that by using this css

    COPY CODE
    
    .kleo-register-inline .kleo-pop-title-wrap > p :first-child, .kleo-register-inline .kleo-pop-title-wrap a.new-account {
        display:none !important;
    }
    

    the css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Copy the home pinterest home #128224
     Radu
    Moderator

    Hi,

    Replace from wp-admin -> theme options -> general settings -> quick css

    this :

    COPY CODE
    
    .home article.post-item { background: #f7f7f7 !important; }
    

    TO :

    COPY CODE
    
    .home article.post-item {
        background: #f7f7f7 !important;
        padding: 5px;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: I can’t see home page #128145
     Radu
    Moderator
    Not marked as solution
    in reply to: buddypress box layout & columns break #128103
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    .register div#basic-details-section {
        width: 49%;
        float: left;
    }
    
    .register div#profile-details-section {
        width: 49%;
        float: right;
    }
    

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    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: Copy the home pinterest home #128096
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    .home article.post-item { background: #f7f7f7 !important;}
    .home .main-color blockquote, .main-color .masonry-listing .post-content { background:#fff;}
    

    Cheers
    R.

    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 customize the youtube output #128091
     Radu
    Moderator

    Hi,

    add this script to wp-admin -> theme options -> general settings -> JavaScript Code

    COPY CODE
    
    
    
    <script>
    jQuery( document ).ready(function() {
        /* remove embed video titles */
        if (jQuery(".porto-video").length) {
            jQuery('iframe').each(function() {
                var video = jQuery(this);
                var vidSrc = "";
                vidSrc = video.attr('src');
                if(vidSrc.indexOf("//www.youtube.com/embed/") > -1){
                    video.attr('src', vidSrc + '&autohide=1&rel=0');
                }
                if(vidSrc.indexOf("//player.vimeo.com/") > -1) {
                    if(vidSrc.indexOf("?") > -1) {
                        video.attr('src', vidSrc + '&title=0&byline=0&portrait=0');
                    } else {
                        video.attr('src', vidSrc + '?title=0&byline=0&portrait=0');
                    }
    
                }
    
            });
        }
    
    });
    </script>
    
    
    
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Copy the home pinterest home #128018
     Radu
    Moderator

    Hi,

    Make sure you have animations activated from wp-admin -> theme options -> miscellaneous -> Site-Wide Animations* -> should be ON

    If yes use this css

    COPY CODE
    
    .home .posts-listing.kleo-masonry,
    .home .kleo-masonry article {
        background: red !important;
    }
    

    Css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: A few issues on our homepage #127969
     Radu
    Moderator
    Not marked as solution
    in reply to: site not responding after theme instalation #127943
     Radu
    Moderator

    Hi,

    The plugins can be de-activate manually via FTP by navigating to wp-content/plugins/ and if you will rename a plugin folder by prefixing with 123 form example or any text… the plugin will be de-activated

    FTP client says :

    COPY CODE
    
    Status:      	Delaying connection for 1 second due to previously failed connection attempt...
    Status:      	Resolving address of facetembyc.pl
    Status:      	Connecting to 79.96.76.139:21...
    Status:      	Connection established, waiting for welcome message...
    Status:      	Initializing TLS...
    Error:        	Received TLS alert from the server: Handshake failed (40)
    

    So i cannot to your server via FTP

    My advice is to de-activate manually by renaming all plugins by renaming the plugin folder name.

    Then install theme and required plugins from your wp-admin, then enable back one by one plugins to can identify what is the ‘problematic’ plugin.

    Cheers
    R.

    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: Buddypress profile field width #127597
     Radu
    Moderator

    Hi,

    Try with this css

    COPY CODE
    
    #buddypress div.profile .dl-horizontal dt {
        width: auto;
        float: left;
        margin-right: 10px;
    }
    

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

    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: Category Archive Page CSS Messed Up #127593
     Radu
    Moderator

    Hi,

    Replace this from your Theme options -> general settings -> quick css

    COPY CODE
    
    .wp-post-image {
      max-width: none !important;
    }
    

    Cheers
    R.

    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: Font Issues #127589
     Radu
    Moderator

    Hi,

    Please add this line in wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    

    try again

    Let me know

    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: Fonts aren’t updating when I change them. #127588
     Radu
    Moderator

    Hi,

    Also you can try to add this line in wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    

    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: Activity page is Crashed #127565
     Radu
    Moderator
    Not marked as solution
    in reply to: Login page has no template #127553
     Radu
    Moderator

    Hi,

    Add this code to your child theme functions.php ( wp-content/themes/buddyapp-child/functions.php )

    COPY CODE
    
    function add_header_sidebar_register_page () {
    
        if (bp_is_register_page() || bp_is_activation_page()) {
            /* remove sidemenu */
            add_action('kleo_after_body', 'kleo_show_side_menu', 99);
    
            /* remove header */
            add_action('kleo_header', 'kleo_show_header', 99);
        }
    
    }
    
    function init_add_header_sidebar_register_page (){
    
        add_header_sidebar_register_page();
    
    }
    
    add_action('init', 'init_add_header_sidebar_register_page');
    

    Add this css to child theme ( wp-content/themes/buddyapp-child/style.css )

    COPY CODE
    
    @media(min-width:990px) {
        .registration.register #buddypress.kleo-login-wrap {
        margin-left: 250px;
    }}
    

    That’s all

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Tabs, Changing the whole look, size and color #127359
     Radu
    Moderator

    Sure,

    COPY CODE
    
    /* Horizontal Tabs Styles */
    .kleo-tabs.tabbable ul.nav-tabs li a {
        border-radius: 5px !important;
        color: red !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        background: lightgoldenrodyellow;
        font-size: 21px;
    }
    
    /*Horizontal Tabs Styles*/
    .wpb_tour.tabbable .nav-tab li a {color: green !important;background: lightpink;font-size: 18px;border-radius: 10px;}
    .wpb_tour.tabbable .nav-tab li.active a { background: red !important;}
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Site title in header #127211
     Radu
    Moderator

    Hi,

    You can do that by using this function, that you will have to add it to wp-content/themes/kleo-child/functions.php

    Note : Child theme needs to be installed and activated.

    Edit and adapt it for your needs

    COPY CODE
    
    
    /***************************************************
    :: Bottom contact form
     ***************************************************/
    
    if (!function_exists('kleo_contact_form')) {
        function kleo_contact_form( $atts, $content = null ) {
            extract(shortcode_atts(array(
                'title'    	 => 'CONTACT US',
                'builtin_form' => 1
            ), $atts));
    
            $output = '';
    
            $output .= '<div class="kleo-quick-contact-wrapper">'
                .'<a class="kleo-quick-contact-link" href="#"><i class="icon-mail-alt"></i></a>'
                .'<div id="kleo-quick-contact">'
                .'<h4 class="kleo-qc-title">'. $title .'</h4>'
                .'<p>'. do_shortcode($content).'</p>';
            if( $builtin_form == 1 ) {
                $output .= '<form class="kleo-contact-form" action="#" method="post" novalidate>'
                    . '<input type="text" placeholder="' . __("Your Name", 'kleo_framework') . '" required id="contact_name" name="contact_name" class="form-control" value="" tabindex="276" />'
                    . '<input type="email" required placeholder="' . __("Your Email", 'kleo_framework') . '" id="contact_email" name="contact_email" class="form-control" value="" tabindex="277"  />'
                    . '<textarea placeholder="' . __("Type your message...", 'kleo_framework') . '" required id="contact_content" name="contact_content" class="form-control" tabindex="278"></textarea>'
                    . '<input type="hidden" name="action" value="kleo_sendmail">'
                    . '<button tabindex="279" class="btn btn-default pull-right" type="submit">' . __("Send", 'kleo_framework') . '</button>'
                    . '<div class="kleo-contact-loading">' . __("Sending", 'kleo_framework') . ' <i class="icon-spinner icon-spin icon-large"></i></div>'
                    . '<div class="kleo-contact-success"> </div>'
                    . '</form>';
            }
            $output .= '<div class="bottom-arrow"></div>'
                .'</div>'
                .'</div><!--end kleo-quick-contact-wrapper-->';
    
            return $output;
        }
        add_shortcode('kleo_contact_form', 'kleo_contact_form');
    }
    

    You will be able to re-write form structure updateproof using child theme.

    Cheers
    R.

    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: A few issues on our homepage #127198
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Hi, I've tested the messages between friends and it works, it autocompletes, without any error... You can increase the widget title with this css
    #sidemenu-wrapper .menu-section.widget .menu-section-header span {
        font-size: 21px !important;
    }
    
    Plain text form widgets and liks
    .widgets-selection .widget, .widgets-selection .widget a {
        font-size: 30px !important;
    }
    
    Let me know if these selctors will match the elements that you need. Regarding the functionality that you want on hover,we don't have a quick solution to his Cheers R.
     Radu
    Moderator

    Hi,

    That it’s the post title, if you want to hide it you can do it with this css

    COPY CODE
    
    .template-page article.post .article-content h3 {
        display: none;}
    

    Cheers
    R.

    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 Grid & Post Grid DO NOT SHOW FEATURED IMAGE #127084
     Radu
    Moderator
    Not marked as solution
    in reply to: Visual Composer Issues on home page #127051
     Radu
    Moderator
    Not marked as solution
    in reply to: footer column #127040
     Radu
    Moderator

    Hi,

    1.
    // 3 footer columns css

    COPY CODE
    
    div#footer .col-sm-3:nth-child(4) {
        display: none !important;
    }
    div#footer .col-sm-3:nth-child(1),div#footer .col-sm-3:nth-child(2),div#footer .col-sm-3:nth-child(3) {
        width: 33% !important;
    }
    

    2. I don’t understand…. provide a sketch please

    Cheers
    R.

    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: Width menu #126765
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 1,681 through 1,720 (of 2,990 total)

Log in with your credentials

Forgot your details?