Forum Replies Created

Viewing 40 posts - 19,561 through 19,600 (of 20,101 total)
  • Author
  • in reply to: hide header advert #50442
     Radu
    Moderator

    Hello,

    Add this code to your Theme Options -> General Settings -> Quick CSS area

    COPY CODE
    
    @media screen and (max-width: 700px) {
    #header .header-banner {display:none}
    }
    

    Let me know if it works.

    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: Profile Page #50431
     Radu
    Moderator

    Hello,

    Add this CSs code to your kelo-child theme in style.css file or in your Theme Options -> General Settings -> Quick CSS area

    COPY CODE
    
    #item-body .profile .dl-horizontal {margin-bottom: 0px !important;} 
    #item-body .profile .dl-horizontal dt {margin: 5px 0 !important;}
    #item-body .profile .dl-horizontal dd {padding-top: 6px !important;}
    

    Let me know if it works.

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

    You can force disable IE compatibility mode by adding this line immediately after open.

    COPY CODE
    
    <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
    

    In a future update will be fix that post grid image issue.

    Have a great day.

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

     Radu
    Moderator

    Hello,

    Please provide screenshot including browser of that broken page.

    Also provide source code of that page.

    What version of kleo do you have ?

    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: Can't access theme options #50424
     Radu
    Moderator

    Hello,

    Go to Wp-admin -> Settings -> Permalinks -> Check Postname then SAVE.

    If not work, re upload Kleo Theme and Kleo Child.

    Let me know if it works.

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

    Hello,

    Z-index problem fix

    COPY CODE
    
    .kleo-quick-contact-wrapper { z-index: 100; }
    

    Sidemenu space problem fix

    COPY CODE
    
    div.offcanvas-sidebar.side-color.is-open div.wrap-canvas-menu div.offcanvas-after {margin-bottom:30px;}
    

    Add css to your child theme style.css or in Theme Options -> General Settings -> Quick CSS

    Delete that space, and test these css codes.

    Let me know if it works

    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

    Hello,

    This issue will be solved in a future update.

    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: Status updates not working #50329
     Radu
    Moderator

    Hello,

    Do you have latest version of Kleo installed ? if not, update theme and plugins that comes with the theme.

    If you have latest version, add this line to your wp-config.php from domain root.

    COPY CODE
    
    define( 'WP_DEBUG', true );
    

    Then repeat the action and paste here what error are displayed.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: hide header advert #50321
     Radu
    Moderator

    Hello,

    Please provide a screenshot with the div marked by an arrow that you want to hide on mobile.

    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: Repositioning the to-top-button #50317
     Radu
    Moderator

    Hello,

    Add this css code to your Theme Options -> General Settings -> Quick CSS area

    COPY CODE
    
    .kleo-go-top { left:20px !important; }
    .kleo-go-top.on { left: 20px; width:50px;}
    

    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: RT Media photo gallery issue #50314
     Radu
    Moderator

    Hello,

    I see a < pre > tag before shortcode, take a look at your from wp-admin page if you see any < pre > tag remove it.

    If you cannot figure out why this happens please provide admin credentials

    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 Icons to BP Profile #50311
     Radu
    Moderator

    Hello,

    You want to add only the image (icon) ?

    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: pictures in posts issue #50308
     Radu
    Moderator

    Hello,

    To display that images added from media, you need to change format to gallery (see attachments).

    If you want to add picture of your news, simply insert with add media and insert to the post.

    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: Z-Index Profile Photo #50303
     Radu
    Moderator

    Hello,

    Add this jQuery to your Theme Options -> General Settings -> JavaScript code

    COPY CODE
    
    <script>
    jQuery(document).ready(function(){
    
    	jQuery("a.public-mess-window").on( "click", function() {
    		jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "static");
    	});
    
    	jQuery(".mess-close").on( "click", function() {
    		jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "relative");
    	});
    
    	jQuery(document).on('mouseup touchend', function(e){
    	        var container = jQuery(".mess-popup");
    	        if (!container.is(e.target) && container.has(e.target).length === 0){
    		jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "relative");
    		}
    	});
    
    });
    
    
    </script>
    

    And thiss CSS to Quick css area

    COPY CODE
    
    .ig-container .modal-dialog {position:initial;}
    .mmessage-container .btn {margin-left: 15px; margin-top: 15px; }
    

    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: Stuck on Loading Animation #50282
     Radu
    Moderator

    HEllo,

    Add this code to your wp-config.php from root directory.

    COPY CODE
    
    define( 'WP_DEBUG', true );
    

    Then refresh that wp-admin page and it should appears an error or notice.

    Also try to disable plugins that not comes with the theme manually , by connecting on FTP go to wp-content/plugins/ . Just rename folder and that plugin will be deactivated.

    Let me know if it works

    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: Centering Icons #50281
     Radu
    Moderator

    Hello,

    Use this CSS

    COPY CODE
    
    #buddypress div#item-nav ul li a:before {font-size:200%}
    #buddypress div#item-nav .responsive-tabs {height:50px;}
    

    You can adjust as you wish.

    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: Need help with installation #50280
     Radu
    Moderator

    Hello,

    Provide cpanel details here. I will hekp you to install wp and kleo theme.

    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 enable attachments for bbpress? #50140
     Radu
    Moderator

    Hello,

    Try this plugin : https://wordpress.org/plugins/gd-bbpress-attachments/

    Let me know if it works.

    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 help with installation #50139
     Radu
    Moderator

    Hello,

    Just look at this video tutorial on 720p quality.

    https://archived.seventhqueen.com/video-tutorials/kleo-quick-install-and-setup.html

    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: Custom CSS for single page only #50138
     Radu
    Moderator

    Hello,

    You can customize a single page via CSS just put .page-id-9999 before your css code.

    From Example : .page-id-5009 h2 {text-align:center;font-size:40px} This will be applied only to page with 5009 ID.

    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: Twitter – Post Sharing #50086
     Radu
    Moderator

    Hello,

    Kleo Child Theme needs to be active !

    You need to activate Kleo Child Theme from Wp-admin -> Appearance -> Themes

    Before you do that you need to backup Kleo Theme settings and then you need to import settings to Kleo Child Theme.

    Backup Theme Settings ca be done in this way : Go to Wp-admin -> Theme Options -> Import/Export -> Export Options -> Copy Link -> Copy that generated link. After you do that, activate Kleo Child Theme and go again to same location Export/Import -> Import Options -> Import -> Import from URL -> Paste that link -> Press Import and Save

    That’s all

    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: Embedding Youtube videos #50052
     Radu
    Moderator

    Hello,

    Try with CSS code

    COPY CODE
    
    #bbpress-forums .bbp-reply-content iframe {max-height: 360px !important; }
    

    Add this code to yout kleo-child directory style.css file OR go to WP-admin -> Theme Options -> General Settings -> Quick CSS area.

    Let me know if it works.

    Cheers

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

    Hello,

    Please provide URL.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Homepage Icons Default to Blank Boxes in Google Chrome #50024
     Radu
    Moderator

    Hello,

    I think you have a local problem , try to access from another device thru google chrome.

    If is about this URL : http://cam2.popdesigngroup.com/ on my side that icons are displayed correctly in Google Chrome ( see screenshots ) you can test if page if is rendering ok, in one of the website screenshot sites ( ex : http://web-capture.net/ or http://ctrlq.org/screenshots/ or search on google for website capture sites )

    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: front page #50016
     Radu
    Moderator

    Ok,

    Add this CSS code to your Wp-admin -> Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    div.vc_pageable-slide-wrapper > div.vc_grid-item.vc_clearfix.vc_grid-item-zone-c-bottom.vc_grid_filter-item.vc_visible-item.zoomIn.animated > div > div.vc_gitem-animated-block > div {display:none;}
    

    Let me know if is ok.

    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: Z-Index Profile Photo #50015
     Radu
    Moderator

    Hello,

    This is a quick fix for send message from profile

    COPY CODE
    
    .buddypress #item-header-avatar {position:initial;}
    

    For the rest, i suggest you to send me that plugins to test on my local environment

    Your webhost works very very slow, now not work anymore. I cannot debug…

    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: front page #50005
     Radu
    Moderator

    The code its ok but you don’t want to show feature images of that posts ?

    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: mobile view – black top bar #49914
     Radu
    Moderator

    Probably is added by buddypress, take a look to your buddypress settings : Wp-admin -> Settings -> BuddyPress -> Settings -> UNCHEK -> Show the Toolbar for logged out users.

    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: mobile view – black top bar #49891
     Radu
    Moderator

    You have tried that plugin ?

    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: mobile view – black top bar #49888
     Radu
    Moderator

    Try this plugin

    https://wordpress.org/plugins/global-admin-bar-hide-or-remove/

    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: Conflict with "Group email suscription" plugin. #49885
     Radu
    Moderator

    Use this CSS code instead the code from above, its more specific.

    COPY CODE
    
    #buddypress #groups-list li div.action div.group-subscription-options {
    display:none;
    }
    
    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: Conflict with "Group email suscription" plugin. #49882
     Radu
    Moderator

    Hello,

    With this quick css fix it should work

    COPY CODE
    
    #buddypress #groups-list li div.action .generic-button {
    display:none;	
    }
    

    Let me know if is ok.

    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: Z-Index Profile Photo #49870
     Radu
    Moderator

    Hello,

    Try to set z-index with !important declaration : z-index: 99999 !important;

    If this not solve your problem, please provide that URL

    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: mobile view – black top bar #49869
     Radu
    Moderator

    Hello,

    Please provide that URL , and a demo account if is need.

    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: Conflict with "Group email suscription" plugin. #49867
     Radu
    Moderator

    Hello,

    Yes i do that, but anyway i cannot see email options like in screenshot.

    I think is caused by that user role, if you login with that dummy user you see the email settings ?

    Try to create another user with different role.

    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: Buy Now text missing on mobiles woocommers #49857
     Radu
    Moderator

    Add this CSS code to your kleo-child directory in style.css file

    COPY CODE
    
    @media (max-width: 991px){
    li.product figcaption .shop-actions > a.button {
    text-indent:-1px !important;}
    
    ul.products .product_type_external {
    
    font-size:0.8em !important;
    padding-top:4px !important;
    font-weight:900;
    }
    
    }
    

    Or in Wp-Admin -> Theme Options -> General Settings -> Quick CSS

    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: Buy Now text missing on mobiles woocommers #49850
     Radu
    Moderator

    Hello,

    Please provide that URL to take look closer.

    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: Images in title, color and move text #49848
     Radu
    Moderator

    Hello,

    About that error, it not causes any problem, in next update that error will not appear anymore

    About the title section of forum page , replace functions.php file from here : wp-content/themes/kleo/function.php with this file ( see attachment ).

    About the “Privat: Privat:” take a look here : https://bbpress.org/forums/topic/private-appended-twice-to-forum-title/

    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: Custom menu option for posts #49844
     Radu
    Moderator

    Hello,

    Just upload this file ( see attachment ) to your kleo-child/lib/ and that’s all.

    We will implement this in next theme update.

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

    Hello,

    The levels columns its generated automatically membership plans.
    The column attributes are also generated automatically from the restrictions you can set from the ‘Theme options -> memberships ‘ from your wp admin area.

    You can translate that strings from codestyling on kleo section ( see screenshot )

    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 - 19,561 through 19,600 (of 20,101 total)

Log in with your credentials

Forgot your details?