Forum Replies Created
-
Author
-
RaduModerator
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 solutionRaduModeratorHello,
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 solutionMarch 17, 2015 at 15:05 in reply to: Internet Explorer 10 rendering in responsive single column format #50428RaduModeratorYou 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 solutionMarch 17, 2015 at 14:43 in reply to: Internet Explorer 10 rendering in responsive single column format #50425RaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionMarch 16, 2015 at 21:44 in reply to: z index of floating envelope contact form not working with side menu #50346RaduModeratorHello,
Z-index problem fix
COPY CODE.kleo-quick-contact-wrapper { z-index: 100; }
Sidemenu space problem fix
COPY CODEdiv.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 solutionMarch 16, 2015 at 19:50 in reply to: The filter "Everything" for buddypress is not translated. #50331RaduModeratorHello,
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 solutionRaduModeratorHello,
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 CODEdefine( '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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionAttachments:
You must be logged in to view attached files.RaduModeratorHello,
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 solutionRaduModeratorHEllo,
Add this code to your wp-config.php from root directory.
COPY CODEdefine( '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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionMarch 13, 2015 at 17:04 in reply to: z index of floating envelope contact form not working with side menu #50027RaduModeratorHello,
Please provide URL.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
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 solutionAttachments:
You must be logged in to view attached files.RaduModeratorOk,
Add this CSS code to your Wp-admin -> Theme Options -> General Settings -> Quick CSS
COPY CODEdiv.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 solutionRaduModeratorHello,
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 solutionRaduModeratorThe 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 solutionRaduModeratorProbably 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 solutionRaduModeratorYou 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 solutionRaduModeratorTry 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 solutionRaduModeratorUse 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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionAttachments:
You must be logged in to view attached files.RaduModeratorAdd 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 solutionRaduModeratorHello,
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 solutionRaduModeratorHello,
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 solutionAttachments:
You must be logged in to view attached files.RaduModeratorHello,
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 solutionAttachments:
You must be logged in to view attached files.March 12, 2015 at 16:05 in reply to: 404 The requested URL /members/darlingclub/ was not found on this server. #49842RaduModeratorHello,
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 solutionAttachments:
You must be logged in to view attached files. -
AuthorPosts