Forum Replies Created
-
Author
-
sharmstr
ModeratorIt doesnt mean that at all. It means building a translation file. Do a search here. Its also in the Kleo doc.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThe switch is to link to “large” image, not full. So, it will show whatever size you have set for “large” in WP Admin > Settings > Media > Large. If you change the large image sizes, you either need to regenerate your images so previously uploaded images will have the larger size or just reupload the image you’re using for this topic.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorYou can either translate it or copy the following function to your child functions.php file
COPY CODEfunction kleo_portfolio_filter( $parent_category = "", $exclude_categories = array() ) { $filter_output = $tax_terms = ""; if ( $parent_category == "" || $parent_category == "all" ) { $tax_terms = kleo_get_category_list( 'portfolio-category', 1 ); } else { $tax_terms = kleo_get_category_list( 'portfolio-category', 1, $parent_category ); } $filter_output .= '<div class="filter-wrap row clearfix">'. "\n"; $filter_output .= '<ul class="portfolio-filter-tabs bar-styling filtering col-sm-12 clearfix">'. "\n"; $filter_output .= '<li class="all selected"><a href="#"><span class="item-name">'. __("Screenshots", "kleo_framework").'</span></a></li>'. "\n"; foreach ($tax_terms as $tax_term) { $term = get_term_by('name', $tax_term, 'portfolio-category'); if ( $term && ! in_array( $term->term_id, $exclude_categories ) ) { $filter_output .= '<li><a href="#">slug . '"><span class="item-name">' . $term->name . '</span></a></li>'. "\n"; } } $filter_output .= '</ul></div>'. "\n"; return $filter_output; }I strongly suggest translating it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIts now available in Kleo 3. Theme Options > Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorI looked at their code and they dont have a shortcode to use outside of a CF7 form. The kleo modal login isnt a standard WP or CF7 form. There’s no way to add it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorI dont see any whitespace under the copywrite on the homepage. In any case, that condition will happen if you have very little content on the page. (look at your contact page) Do a search here for a fix. Its been asked and answered at least 2 times (from what I remember).
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThe tgm error happens if you have a plugin installed that is using an old version of the tgm activation plugin. PMPro for bbpresss is one: https://archived.seventhqueen.com/forums/topic/problem-activating-pm-pro-bbpress-addon-with-kleo-3-0-upgrade
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorChange ‘admin_menu’ to ‘do_meta_boxes’ in your action call. Also, you should really be wrapping the whole thing so it only runs on admin pages. if (is_admin())
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThis was fixed in Go Pricing 3.0.1 which is available in Kleo 3.0.1.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderator.megamenu is not from Kleo so its hard to help you. Maybe look to see if you put that in Theme Options > General > javascript.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThis was fixed in 3.0.1 that was just released.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThe testimonial shortcode will work without VC. There are two many options for me to type out for you, so I suggest installing/activating it to build the displays you want. Then copy the shortcode and disable VC. Here’s the basic carousel
COPY CODE[kleo_testimonials type="carousel" specific_id="no" number="3" tags=""]Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorDont thank me. @abe fixed it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorI believe its been submitted to Theme Forest so you should get the update notification shortly.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIt tells you how to do it on this page: http://www.paidmembershipspro.com/documentation/content-controls/with-shortcodes
[membership level=”0″]Will show up for non-members.[/membership]
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorSorry, I was looking at the wrong one. In any case, I’m not going to post their content.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorNo, they require “member” level or higher. You dont need to pay to see it. You just need to register.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 15, 2015 at 16:15 in reply to: how to hide the member counter in the member activity wall ? #62879sharmstr
ModeratorTheme Optons > General > Quick Css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorDid you look at the link I gave you for the pmpro documentation? Its there.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorTry this in quick css until they can release a fix.
COPY CODE#main-container #item-header { display: none !important; }Moving to bugs forum
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderator7th queen will be releasing a small update to fix a few issues. That update will have the lastest 3.0.1. Go pricing code.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatorwhen i go to http://www.alterverse.com/groups/ it redirects me to groups carousel
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 12, 2015 at 23:54 in reply to: Display bug for attach media when using RT Media and BuddyPress Activity Privacy #62516sharmstr
ModeratorDont worry about it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 12, 2015 at 22:56 in reply to: Display bug for attach media when using RT Media and BuddyPress Activity Privacy #62506sharmstr
ModeratorSorry for the delay. Try this
COPY CODE.rtmedia-plupload-container.rtmedia-container.clearfix { height: auto !important; visibility: visible !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorBuddyrpress needs a clean page. You cant add anything to the page. So instead of setting it to use the groups carousel page, set it to the default groupas page. If you dont have one, create a page called groups and save it without adding any content.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatoractually, i’m finding out from the devs if 7th queen has to make the update available since its bundled. Please hold.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatorv3.0.1 – Updated: 12.06.2015
[FIX] Admin bugfixes for older PHP versions.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIt looks like it was updated today. Might take a while to propagate out to all the sites.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorYes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorHere http://www.paidmembershipspro.com/documentation/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorRestrict the post using the PMPro. You should have a “Require Membership” section on the right side of the page and post editor.
You do not need to put the pmpro inside your content. PMPro will automatically display an excerpt of the content as long as you’ve turn on display excerpt in PMPRo > Advanced.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIts added by revolution slider.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorHalfway down the page: http://codecanyon.net/item/go-responsive-pricing-compare-tables-for-wp/3725820/comments
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorTheme options > misc
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorAnd if you look at the url for the links in client feedback, its for evensong spa, so I think that link is your issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorDid you also check the Balancing Act Events section. What I’ve seen before is that if you dont properly close a tag, it will continue you to add the tag down the rest of the page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorMight be a php version issue. Which ones are you guys running?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatorhttps://archived.seventhqueen.com/documentation/kleo#geo-directory
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorFor each level, you need to add a button or a link to purchase the level. The link should be to your checkout page with a “level=xxx” which is the level they selected. i.e. membership-account/membership-checkout/?level=1
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 12, 2015 at 20:00 in reply to: Display bug for attach media when using RT Media and BuddyPress Activity Privacy #62455sharmstr
Moderatorhttp://mark.sharmstr.com/activity/
kieran
kieran1234Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts