Forum Replies Created
-
Author
-
RaduModerator
Hello,
Try like this :
COPY CODE.wpb_tour .nav-tab { width: 200px; } @media (max-width: 600px) { .wpb_tour .nav-tab { width: 100% !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorExample embedded without related videos at end.
COPY CODE<iframe width="640" height="480" src="https://www.youtube.com/embed/KMU0tzLwhbE?rel=0" frameborder="0" allowfullscreen></iframe>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Unfortunately this functionality is not available yet, but in a future update this will be added.
Thanks for understanding.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try to enable “Allow upload from activity stream” from rtMEdia settings.
Go to WP-ADMIN -> rtMEDIA -> Settings -> Buddypress -> SET ON – Allow upload from activity stream.
See screenshot
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 put this parameter at the end of link
The link should be like this : https://www.youtube.com/embed/z8GHf-aELjY?rel=0
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
The sites have identicaly versions of kleo,VC,K-elements ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Unfortunately this functionality is not available yet.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Momentary Kleo doesn’t have possibility to add custom fonts yet.
We will implement this functionality 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,
Just go to Wp-admin -> Pages -> Groups Page -> select from template -> Full Width ( see attachment )
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 file to kleo-child (see attachment)
If you want to change text of that string “Continue reading” search in that file “Continue reading” and replace with your desired text.
It’s recommended to do translation from codestyling localization.
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,
It’s done
I have used this codes
COPY CODE.navbar-nav > li > .dropdown-menu {margin-top:-40px;} .header-scrolled .navbar-nav > li > .dropdown-menu {margin-top:-0px;}
I loaded this styles on your theme settings quick CSS
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry with this CSS code.
Add code to your Theme Options – > Styling Options -> Quick css
COPY CODE.post.type-post .article-meta {display:none !important}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Here is a working 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="' . __("Nachricht an uns...",'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'); }
RECOMMENDED SOLUTION : You can translate that strings from Codestyling Localization.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
The “problem” was caused by having background section like as tab hover and active color.
I used this fix
COPY CODE.wpb_tour .nav-tab li:hover, .wpb_tour .nav-tab li.active { background-color: #eee !important; }
Now 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 solutionRaduModeratorHello Nick Plutte,
Paste only the code from above to your kleo-child/functions.php
That’s all
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou need to set links like this ( 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.RaduModeratorHello,
The problem comes from WP ROBOT VIDEO, which is not a part of Kleo Theme.
Please post on WP ROBOT VIDEO plugin support forum, contact plugin developer and tell about this strange behavior.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try with this solution :
Go to your domain WP-admin -> Settings -> Buddypress -> Pages -> You will see registration, select from that dropdown registration page.
http://yourdomain.com/wp-admin/admin.php?page=bp-page-settings
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide the URL with that problem.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Have you tried the disable all plugins that not comed with the theme ?
In WP-Admin -> Settings -> General
WordPress Address (URL) : http://simplestepsweightloss.com/subscribe/
Site Address (URL) : http://simplestepsweightloss.com/subscribe/Make sure that fields have identical addresses
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try to do this with this plugin.
https://wordpress.org/plugins/social-articles/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 25, 2015 at 16:09 in reply to: How to add an order/orderby option to the blog/post masonry grid element? #51481RaduModeratorHello,
Masonry grid script calculate and arranges this because the posts container height is not equal.
If the posts will have same height (excerpt image etc) they will be in a normal arrangement.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please give me admin credentials and FTP i need to look closer
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry to add this to your menu from custom link ##profile_link##/media it should work.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 25, 2015 at 15:51 in reply to: Lost Your Password error message is not properly initialized #51474RaduModeratorThis issue will be fixed 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 solutionRaduModeratorPlease create an account for me, i cannot view the website because is in the maintenance mode or something like that “NEW WEBSITE COMING SOON…”
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide entire content of functions.php from kleo-child in a txt file.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI suggest you to revert with original .po file from kleo/languages/ ( see attachment )
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,
Go to WP-Admin -> Settings -> General Settings -> Content types -> CHECK portfolio
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.RaduModeratorHow you made the translation ? with codestyling localization ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorProvide that tracking code inside a
COPY CODEtag or attach a txt file with that code.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello
You can use this function
COPY CODEfunction kleo_membership_info() { global $membership_levels,$current_user; if (! $membership_levels) { return; } global $bp; $puid = $bp->displayed_user->id; //print_r (pmpro_getMembershipLevelForUser($puid)); if ($puid) { if ( pmpro_getMembershipLevelForUser($puid) ) { $membership = pmpro_getMembershipLevelForUser($puid); echo '<a href="'.pmpro_url("account").'"><span class="label radius pmpro_label">'.$membership->name.'</span></a>'; } else { echo '<a href="'.pmpro_url("levels").'"><span class="label radius pmpro_label">'.__("Upgrade account",'kleo_framework').'</span></a>'; } } } add_action('bp_before_member_header_meta', 'kleo_membership_info');
The membership level will be seen by anyone
You can customize and extend functionality of this function.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Use this plugin : https://wordpress.org/plugins/wp-change-default-email/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
That title belongs to Buddypress
You can change that text via translation with codestyling localization
You need to search in codestyling localization : Site-Wide Activity
Tutorial : https://archived.seventhqueen.com/forums/topic/how-to-translate-theme-buddypress
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try to remove the generated mo and po files, then you need to retranslate all that strings.
Note the links need to have \ \, When you translate strings with links be careful with the links they needs to be like below.
COPY CODEExample : <a href=<strong>\</strong>"http://codex.buddypress.org/buddypress-site-administration/managing-activity/<strong>\</strong>">Managing Activity</a>
Cheers
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-content\themes\kleo\page-parts\post-content-masonry.php line 183
Look for
COPY CODE<div class="entry-summary"> <?php echo kleo_excerpt(); ?> </div><!-- .entry-summary -->
Replace with
COPY CODE<div class="entry-summary"> <?php echo kleo_excerpt(30); ?> </div><!-- .entry-summary -->
30 will be number of characters to display.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts