Forum Replies Created
-
Author
-
RaduModerator
Hi,
Try to use this code to your htacess
COPY CODE//301 Redirect Entire Directory RedirectMatch 301 http://community.cpachess.com/register/(.*) http://cpachess.com/register//$1
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
Please add this css to wp-admin -> theme options -> general options -> quick css
COPY CODEbody.single-product section.container-wrap.main-title.alternate-color.border-bottom { 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 solutionDecember 1, 2015 at 16:29 in reply to: Make Sidebar-Widget-Menu’s “not” collapsed at pageload. #90329RaduModeratorHi,
Please try this css
The css will be added to wp-admin -> theme options -> general settings -> quick cssCOPY CODE.sidebar .current-menu-parent ul.sub-menu { display: block !important; }
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 solutionRaduModeratorHi,
Add this css to your wp-admin -> theme options -> quick css
COPY CODEiframe[src*="vimeo"] {min-height:550px !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,
TRy with this snippet
COPY CODEfunction KleoAddSlideUnderPosts( $content ) { if( is_single() ) { $revslidershortcode = '[rev_slider alias="acc3"]'; $content .= $revslidershortcode; } return $content; } add_filter('the_content', 'KleoAddSlideUnderPosts');
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,
Add this css to wp-admin -> theme options -> general settings -> quick CSS
COPY CODE.kleo-main-header.header-normal { background-image: url('https://upload.wikimedia.org/wikipedia/commons/d/da/Internet2.jpg'); background-position: 50% 50%; }
Replace image url with your desred image.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Do you have solved your issue , i see in your page a block of groups with cover image.
From you provided code this function it seems to be what you need
COPY CODEbp_group_avatar_thumb()
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 add a custom headeding by switching to text mode and add the text where you need betweeen
or
or your desired heading
Examples :
COPY CODE<h1>Text</h1> <h2>Text</h2> <h3>Text</h3>
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 solutionRaduModeratorI see that you use these styles in child
COPY CODE.home div#footer { background: #393939; } .home .body { background: #393939; }
If you want to style only homepage footer do like this
COPY CODEbody.home #footer { background-color:red; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Just i’ve tested and it works submenu on mobile but the + is same as background.
Add this css to wp-admin – theme options -> general options -> quick css
This css will add white color “+”.
COPY CODE#header .navbar-nav li .caret:after { color:#fff}
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 add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODEarticle .pf-content iframe { width: 100% !important; height: 100% !important; }
And when you paste the vimeo embed code use a larger width and height.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I see, i’ve added this to buglist and this will be fixed on a future update.
Meanwhile use this css fix
COPY CODE.kleo-main-header img#logo_img { max-height: 109px !important; }
I’ve added already to your wp-admin -> theme options -> general settings -> quick css
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Just i’ve tested and it works, the page layout it shows content full width.
I;ve tried to add some images to the post content but the images are not disaplying after fiew minutes of investigations i found that you have use this css
COPY CODEdiv.twelve.columns p { display: none; }
This css hide all p’s… wich is not ok.
Please see here how it shows on full width : http://halfmy.com/testing-the-page-layout/
page template is : full width.Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi @jgmedia1,
1. For the facebook app make sure that the app is set to be public from review & status tab (see screenshot)
2. Add this css to your wp-admin -> theme options -> styling options -> quick css
COPY CODE#profile .cite a, #profile .regulartab a, #profile .btn-carousel a { word-wrap: break-word !important; }
With the rest of your request @Laura will help you later.
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,
You can control the section padding on mobile view with this css
COPY CODE@media (max-width: 600px) { section#testclear-synthetic-urine { padding-top: 35px !important; } }
Replace 35px with your value.
Css will be added here : wp-admin -> theme options -> general settings -> quick css
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.home #groups-list .item-desc { 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,
You need to specify only how many items do you want to have on a row in your case is 4, and the total posts in query will be 8, in this way you will have 2 rows with 4 items for each.
COPY CODE[vc_posts_grid loop="size:8|order_by:date|post_type:post" columns="4"]
Paste this shortcode on your desired page.
It should be ok like this.
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,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODEbody.home li.el-zero-fade.start-animation .kleo-gallery-inner img { width: 100% !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,
Please add this code to wp-admin -> theme options -> general settings -> quick css
COPY CODE.kleo-main-header img#logo_img { width: 100% !important; height: 100% !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,
By default is no available options to deactivate the sidemenu, for the left and right top menus there are menu location are ready available in wp-admin -> appearance -> menus.
You can reduce white space with this css rule
COPY CODEbody.home .main-content { padding-top: 0px !important; }
Achieving exactly what you need implies some custom modifications to the core, and i recommend you to hire a developer for that.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Replace the code that i have provided you before with this
COPY CODEif (!function_exists('kleo_contact_form')) { function kleo_contact_form( $atts, $content = null ) { extract(shortcode_atts(array( 'title' => 'CONTACT US' ), $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>' .'<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" />' .'<select class="form-control" multiple> <option value="Placeholder1">Placeholder1</option> <option value="Placeholder2">Placeholder2</option> <option value="Placeholder3">Placeholder3</option> </select> ' .'<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>' .'<div class="bottom-arrow"></div>' .'</div>' .'</div><!--end kleo-quick-contact-wrapper-->'; return $output; } add_shortcode('kleo_contact_form', 'kleo_contact_form'); }
Now it have 3 options.
Regarding to your question “If I want to have another sliding contact form (not site wide but page specific), how can I do that?” You should search for a plugin can can be able to do this, i don’t know any similar plugin to can recommend you.
Regarding to this “How can I have a similar sliding element as you have in Kleo website here for theme setting and demo” the link are incorrect and i cannot see about what you are referring to.
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 try like this
COPY CODE[kleo_testimonials ids="1,2,3,4,5,6,7,8,9"]
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 solutionRaduModeratorPlease add this css to your wp-admin -> theme options -> general settings -> quick css
COPY CODEsection#testclear-synthetic-urine { padding-top: 35px; }
If you press again to that button “more then one week” the content will be shown on.
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,
Try with this
COPY CODE// Hide standard shipping option when free shipping is available add_filter( 'woocommerce_available_shipping_methods', 'hide_standard_shipping_when_free_is_available' , 10, 1 ); /** * Hide Standard Shipping option when free shipping is available * * @param array $available_methods */ function hide_standard_shipping_when_free_is_available( $available_methods ) { if( isset( $available_methods['free_shipping'] ) AND isset( $available_methods['flat_rate'] ) ) { // remove standard shipping option unset( $available_methods['flat_rate'] ); } return $available_methods; }
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 solutionRaduModeratorHi,
Css for Search
COPY CODEform#bbp-search-form { width: 98%; border-radius:5px !important; margin:0 !important; } main-color #bbpress-forums form#bbp-search-form { box-shadow: 0 0 0 6px #f7f7f7; }
Css for avatars
COPY CODEdiv#bbpress-forums .bbp-replies li .bbp-reply-author a img { border-radius: 5px !important; } Hide avatars from main forum <pre> #bbpress-forums li.bbp-forum-freshness .bbp-author-avatar img.avatar { display:none !important;}
#bbpress-forums div.bbp-forum-author .bbp-author-avatar, #bbpress-forums div.bbp-topic-author .bbp-author-avatar, #bbpress-forums div.bbp-reply-author .bbp-author-avatar {
width: 100%;
padding:0 !important;
margin: 0 !important;
}#bbpress-forums div.bbp-reply-author { border: 1px solid #ddd;padding-top: 20px;}
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCOPY CODE#buddypress #members-list .item-title,#buddypress #members-list .item-meta {margin: 0 !important; text-align:center !important;}
Cheers
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 custom background background for pages with a css like this
The css will applies for this page : http://hart2hart.org.uk/about-us-2/
COPY CODEbody.page-id-7835 section.container-wrap.main-color { background-color: green !important; }
If you want to apply style for another page copy the snipper from above and change the id page-id-7835
Before to apply the css remove the global background.
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 do this by adding this functions.php from kleo-child directory this code
COPY CODEif (!function_exists('kleo_contact_form')) { function kleo_contact_form( $atts, $content = null ) { extract(shortcode_atts(array( 'title' => 'CONTACT US' ), $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>' .'<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>' .'<div class="bottom-arrow"></div>' .'</div>' .'</div><!--end kleo-quick-contact-wrapper-->'; return $output; } add_shortcode('kleo_contact_form', 'kleo_contact_form'); }
Now you can made you custom html markup
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 24, 2015 at 17:17 in reply to: Make Kleo Post element a regular grid, not a Pinterest/masonry grid #88799RaduModeratorHi,
That shortcode is powered by masonry on grid view, but you can use this module from VC Post Grid
COPY CODE[vc_basic_grid post_type="post" max_items="10" grid_id="vc_gid:1448378592569-2dd502d2-aed8-2"]
It will displays normal grid not masonry.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I see that you have do some custom development, this is not a kleo issue, this issue is caused by your wrong modifications.
I suggest you to not use in future margin/paddings etc in percents % because depends the browser width height.
COPY CODE@media screen and (min-width: 800px) { .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] { cursor: pointer; display: inline-block; -webkit-appearance: none; -moz-appearance: none; appearance: none; top: 90px; position: absolute; height: 43px !important; right: 0; }
Try to replace .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] proprietes with the above, now you will see the input is to small that’s because col-sm-3 in other words is not enough space for that input and button, i suggest you to use 3 columns or 2 on footer instead of four.
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. Hide ‘My Subscriptions’ heading
COPY CODE.woocommerce_account_subscriptions { display: none; }
2. Hide the cancel button
COPY CODE.woocommerce td.membership-actions a.cancel { 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,
Please unzip and upload the single.php to wp-content/themes/kleo-child/ ( see attachment )
Add also this css tp wp-content/themes/kleo-child/style.css
COPY CODEarticle .article-media { 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 solutionAttachments:
You must be logged in to view attached files.RaduModeratorWhen i press to login to facebook i receive this
COPY CODEGiven URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
You need to configure corporeally fb APP, i suggest you to set real domain name to wordpress not 301 redirect.
Regarding the upload issue i’ve tried with another images with size around 500-600 kb and it works.
I think the problem is because the images has resolution to big 4000 x … and it seems to not be kleo related.
Set the http://www.archyou.de in wp-admin -> general settings -> general and see after behaviour.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Please use this shortcode
COPY CODE[kleo_testimonials specific_id="no" number="7" height="180x280"]
Paste this code to a text block or directly in classic wordpress editor or everywhere as you want.
Below is shortcode with default size.
COPY CODE[kleo_testimonials specific_id="no" number="7"]
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 next css rules to wp-admin -> theme options -> general settings -> quick css.
1. Hide Search on forum page
COPY CODE#bbpress-forums .bbp-search-form { display: none; }
2. I see that you already removed the breadcrumbs.
3. Go to wp-admin -> settings -> reading -> homepage -> select forums page. -> save changes.
4. You can change the text colo from a text area like this
COPY CODE#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content { 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 solutionRaduModeratorHi,
Unfortunately i’ve cannot reproduce the issue that you have described.
But you can set a CSS value only of mobiles from example :
COPY CODE@media (max-width: 600px) { .facet_sidebar { display: none; } }
Replace .facet_sidebar { display: none; } with your desired rules.
In that way you can adjust the padding only for mobiles.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi can you check please ?
COPY CODEERROR: The password you entered for the username leancoachtest is incorrect. Lost your password?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Try this this
COPY CODE#buddypress #item-body .activity li { }
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,
Try this code
COPY CODEdiv#item-header-content { display: none !important; } body.buddypress.is-user-profile div#item-header { padding: 15px 0 !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 code to your kleo-child/style.css
COPY CODE@media screen and (max-width: 768px) { .vc_navbar li, .navbar-header { display: inline-block !important; } }
Let me know if is ok
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts