Forum Replies Created
-
Author
-
RaduModerator
Hi,
It’s done but please remove this from wp-admin -> theme options -> general settings -> quick css
COPY CODE#buddypress .activity-list .activity-content { margin: 0 0 0 100px !important; }
For the line from activity just add this css
COPY CODE#buddypress .activity-timeline {left:45px}
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
1. Add this function to kleo-child/functions.php
COPY CODEfunction kelo_show_post_meta () { ?> <?php if( kleo_postmeta_enabled() ): ?> <div class="article-meta shortcode"> <span class="post-meta"> <?php kleo_entry_meta();?> </span> <?php edit_post_link( esc_html__( 'Edit', 'kleo_framework' ), '<span class="edit-link">', '</span>' ); ?> </div><!--end article-meta--> <?php endif;?> <?php } add_shortcode('kelo_show_post_meta','kelo_show_post_meta');
And this css to wp-content/themes/kleo-child/style.css
COPY CODEarticle .article-meta.shortcode { width: auto !important; display: inline-block; } article .article-meta.shortcode small{ display:inline-block !important;margin-right:5px; } .article-meta.shortcode small.meta-comment-count a { font-size: 18px !important; }
2. I don't know how do you want to style the borders give a sketch please.
3. Add this css and replace red with your desired color
COPY CODE.masonry-listing .format-standard .post-title { border-left: 3px solid red; }
For the rest of the modifications i recommend you to hire a developer.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou can set small padding with the menu items on mobile
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE@media (max-width: 991px){ #header .navbar-nav li a { padding: 5px 0; } }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
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 solutionMarch 15, 2016 at 19:47 in reply to: Is there a command to launch the KLEO “Contact Us” Form from a URL? #110826RaduModeratorHi,
Try with this
COPY CODE<div class="kleo-quick-contact-wrapper"> <a class="kleo-quick-contact-link" href="#">OPEN</a></div>
OR only with this
COPY CODE<a class="kleo-quick-contact-link" href="#">OPEN</a></div>
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Use this css
COPY CODEbody.groups.forum section.title-single { display: none !important; }
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 solutionRaduModeratorHi,
Add this css to wp-admin -> theme options – general settings -> quick css
COPY CODEbody.single-bb_project .pagination-sticky { display: none !important; }
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorDone
I’ve added this before and after your markup
COPY CODE<div style="clear: both;"></div>
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Please enable wp debug by going to ftp in root directory of your wp install open wp-config.php look for define( ‘WP_DEBUG’, false ); and change it to true and after this line add this
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If is something related to php memory please follow this link : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
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 solutionRaduModeratorHi,
This is a part of css
COPY CODE@media only screen and (max-width: 600px) { #buddypress .activity-header { margin: 0 !important; } .activity-avatar.rounded { margin-right: 20px; } }
But i need access to wp-admin and FTP cuz some css that are in quick css and kleo child overwrites the new rules
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2016 at 16:20 in reply to: How to change the background color on the todo-list Add New Item box #110728RaduModeratorHi,
This is the css
COPY CODE#ctdl-frontend-admin form#addtodo { background: #29395A !important; }
I will make a new account with editor role on your site to reproduce the issue that you describe and i will get back to you.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add this css to wp-admin -> theme options-> general settings -> quick css
COPY CODEul#menu-kleo-primary-menu li a em { background: #00b9f7 !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add this to your wp-admin -> theme options -> general settings -> quick css
COPY CODE.group-home section.title-single { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Please add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.group-home section.title-single { display: none !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add this css to wp-admin -> theme options -> styling options -> quick css
COPY CODE.form-search.custom input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color:red !important; } .form-search input::-moz-placeholder { /* FF 4-18 */ color: red; } .form-search input::-moz-placeholder { /* FF 19+ */ color:: red; } .form-search input:-ms-input-placeholder { /* IE 10+ */ color: red; } .form-search.custom input[type="password"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color:red !important;} .form-search.custom input[type="password"]::::-moz-placeholder { /* FF 4-18 */ color: red; }
Replace red with your desired color.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorNope…
Do you have placed the NEW inside em tags
COPY CODE<em>New</em>
Then let me know where i can see this in actions to can provide you correct css solution if the preview solution was not works.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi Investa,
Do you try to have Hot label into topmenu ?
That’s the css for that
COPY CODE.top-bar em { border-radius: 2px; font: 10px Arial,Helvetica,sans-serif; padding: 1px 3px; font-style: normal; background-color:#00b9f7; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add this css to wp-admin -> theme options -> styling options -> quick css
COPY CODE#members-dir-list .search-item .date, .search-item .date a { color: red !important; }
Replace red with your desired color.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add the attached file to wp-content/themes/kleo-child/buddypress/members/members-loop.php
Then open the file look around line 40 and replace the follwing
COPY CODE<img src="http://s3.amazonaws.com/fotor.onlineresource/0b2c5f2b80b24f1a9cb6951e6c48ca50/0b2c5f2b80b24f1a9cb6951e6c48ca50_o.jpg">
place inside ” you adsense code
COPY CODEecho '<img src="http://s3.amazonaws.com/fotor.onlineresource/0b2c5f2b80b24f1a9cb6951e6c48ca50/0b2c5f2b80b24f1a9cb6951e6c48ca50_o.jpg">';
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.RaduModeratorHi,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.kleo_text_column .text- { text-align: center !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 11, 2016 at 20:08 in reply to: Is it possible to show the Site-Wide Activity on the Dashboard? #110021RaduModeratorHi,
Add this css
COPY CODE#buddypress .activity-list .activity-content .activity-header img.avatar { width: auto !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 11, 2016 at 20:03 in reply to: How to change the grey text color under Create new Group name #110019RaduModeratorHi again,
Apply this
COPY CODE#buddypress .standard-form textarea { background: #3b4b6b !important; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 11, 2016 at 19:42 in reply to: How to change text color on Knowledge Base menu, Title and Content under article #110011RaduModeratorHi,
Here is the css, is more easy to increase font size instead to change the heading.
COPY CODE.sq_frontedit h4 { color: #fff !important; font-size: 1.4em; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You can have a highlight your posts with this css
COPY CODEdiv#kleo_recent_posts-3 li:nth-child(even) { background: red !important; }
Css can be added to wp-admin -> theme options -> general settings -> quick css
You can style an element depends by page where you are, the body class will have a page name into it, you can see with inspect, if you need to style that widget only for posts like this
COPY CODEbody.single-post div#kleo_recent_posts-3 li:nth-child(even) { background: red !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
For the logged out redirection you can use this function that will redirect you to register page after logout.
COPY CODEadd_action( 'wp_logout', 'auto_redirect_external_after_logout'); function auto_redirect_external_after_logout(){ wp_redirect(site_url('register')); exit(); }
The function can be added to wp-content/themes/kleo-child/functions.php
Regarding to this error
Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 6400 bytes) in
You have to increase your php memory limit, visit this url to see how : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
If the memory value doesn’t change contact your hosting company and ask them about this setting.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorOk,
Please apply this css and let me know
COPY CODE.pagination-sticky.member-navigation #newer-nav:before, .pagination-sticky.member-navigation #older-nav:after { width:20px !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 10, 2016 at 20:16 in reply to: Make the font larger inside the todo-list, assigned…. added by… deadline: date #109866RaduModeratorHi,
COPY CODE.todoitem small { font-size: 10px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 10, 2016 at 20:13 in reply to: How to change the grey text color under group activity updates #109863RaduModeratorCOPY CODE#buddypress .standard-form textarea, #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form input[type=password], #buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text], #buddypress .groups-members-search input[type=search], #buddypress .groups-members-search input[type=text] { color:#fff; }
IT will apply for all inputs
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 10, 2016 at 20:12 in reply to: How to change the grey text color under Create new Group name #109862RaduModeratorCOPY CODE#buddypress .standard-form textarea, #buddypress .standard-form input[type=text] { color:#fff !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 10, 2016 at 20:09 in reply to: How to change white background color on Advanced Event Search, and topbar color #109861RaduModeratorCOPY CODEdiv.css-search { background: red !important; } #em-wrapper .em-search-wrapper .em-search-advanced { background-color:Red !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 10, 2016 at 20:05 in reply to: How to change text color on Knowledge Base menu, Title and Content under article #109859RaduModeratorHi,
Tell me if is not ok.
COPY CODE.sq_frontedit_action:not(.save) { color: Red !important; } .sq_frontedit_action:not(.save):before { color:red; }
cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 10, 2016 at 20:02 in reply to: How to change the white background color on private messages box #109856RaduModeratorHi,
COPY CODE#buddypress #send_message_form { background: red !important; } #buddypress div#message-thread #send-reply { background: red; }
It’s ok?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I’ve logged on your website from the login pop-up, i received the success message and after that the page was refreshed but it was taken over 10 seconds, maybe this is caused by server ?
And i’ve checked console and it says :
COPY CODE(index):308 Uncaught TypeError: $ is not a function(anonymous function) @ (index):308 $(function(){var t="http://upload.wikimedia.org/wikipedia/commons/c/ce/Transparent.gif",e=!0,o=new Image;o.src=t,$("img").live("mouseenter touchstart",function(){var o=$(this);if(!o.hasClass("Overlay")&&(e||o.hasClass("protectMe"))){var i=o.offset(),n=$('<img class="Overlay" src="'+t+'" width="'+o.width()+'" height="'+o.height()+'" />').css({position:"absolute",zIndex:9999999,left:i.left,top:i.top}).appendTo("body").bind("mouseleave",function(){setTimeout(function(){n.remove()},0,$(this))});"ontouchstart"in window&&$(document).one("touchend",function(){setTimeout(function(){n.remove()},0,n)})}})});
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
1.
Try with this
COPY CODEadd_filter('header_profile_dropdown', 'my_profile_link'); function my_profile_link($links) { $links[] = '<li><a href="' . bp_loggedin_user_domain().'egifts/" rel="nofollow">eGifts</a></li>'; $links[] = '<li><a href="' . bp_loggedin_user_domain().'following/" rel="nofollow">My Favorite</a></li>'; $links[] = '<li><a href="' . bp_loggedin_user_domain().'profile/edit" rel="nofollow">Edit profile</a></li>'; return $links; }
You can reorder by modifying this file sweet/wp-content/themes/sweetdate/header.php line 164
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi again,
Use this
COPY CODE#bbpress-forums div.even, #bbpress-forums ul.even { background: red !important; }
Replace red with your desired color
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
For the google captcha please add this css to wp-admin -> theme options -> styling options -> quick css
COPY CODE.g-recaptcha { float: right !important; clear: both; display: block !important; width: 100% !important; }
Now it displays the posts
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Because in this way it was theme builded, with some buttons to be call to action and the white color was applied cuz you maybe have changed the colors from theme option
If you need the button transparent use this css instead the preview replyCOPY CODE.alternate-color.bp-full-width-profile div.generic-button a.add { background: transparent !important; border: 1px solid #333 !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 10, 2016 at 17:08 in reply to: Can I stick ''View Full Site' automatically on the mobile #109781RaduModeratorHi,
Regarding to this
COPY CODESecond issue: When I open the site from mobile device, the theme does not open properly, but rather its features are broken. Only when I press on the “View Full Site” at the bottom of the page, the theme appears/displays as intended (So, on the mobile site, the theme does not display properly). Laura said this was unusual, and I want the theme to display the theme properly on mobile and web always, and I need your help to resolve this. I will attach photos as evidence of what I’m talking about.
I see that when you visiting site from a mobile device there is no kleo theme, it’s a module from jetpack or something
Regarding to
COPY CODEFirst: when I login to the site as a normal, regular user, I can’t add/create new blog posts. I also don’t see the Top menu bar either . When I disable Woocommerce plugin, the top menu bar appears but adding new blog posts is still not an option (No “+Add” button)
Regular users by default they doesn’t have possibility to add new post, if you need that you can use social article plugin to offer possibility for your buddypress users to add articles.
Regarding the woocommerce and top bar, do you have theme updated to latest version ( 4.0.3 ) and plugins (you can check the plugin update status from wp-admin -> appearance -> install plugins ) ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 10, 2016 at 15:46 in reply to: How to change background color on the right Sidebar – Dashboard page #109760RaduModeratorHi again,
Try with important declaration
COPY CODEbody, #content, .page-title-colors, #respond { background-color: #3b4b6b !important; }
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 -
AuthorPosts