Forum Replies Created
-
Author
-
sharmstr
ModeratorI dont understand your question.
If you add the Kleo button shortcode to a page, you can put ##profile_link##profile for the url to link the button to the users profile.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderator.kleo-tabs .tabs-style-line > li.active > a {
color: #fff;
}
.kleo-tabs .tabs-style-line > li.active {
background-color: green;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIts not a replacement for BP registration. Its merely a shortcode you can use to put a simple reg form on your site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorLooks like its working to me. Is that not what you wanted? See attached.
The issue with your css is
COPY CODEwidth: 50%; !important;it should be
COPY CODEwidth: 50% !important;Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorYou dont get a purchase code for bundled plugins.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorBecause you have errors in your styles file. When there are errors, everything below those lines do not get processed.
COPY CODE/* This code helped keep the format on the Member Search Page for 3 rows across and then 2 rows across for the Following/Followers TAB Pages for proper formatting. */ .following #buddypress .kleo-isotope>.kleo-masonry-item, .following #buddypress .kleo-isotope>li { width: 50%; !important; } .followers #buddypress .kleo-isotope>.kleo-masonry-item, .followers #buddypress .kleo-isotope>li { width: 50%; !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorTry this
COPY CODE.woocommerce .summary .product_meta { float: left; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorAssuming you’re wanting to get rid of the extra space at the top… You’re setting padding:0 on the wrong thing. The 120px padding is on the outer container.
Also, you shouldn’t put pound signs in extra class names.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorBecause you turned off Activity in BP. That section displays their mention name which, in the BP developers minds, doesnt make any sense to show it if no one can use it AND will throw an error since mentions are disabled when you disable activity. It makes sense from their perspective because they didnt anticipate themes which allow you to hide the page title which shows the username. In any case, copy /kleo/buddypress/members/single/member-header.php (if you’re using the profile cover plugin) or /kleo/buddypress/members/single/cover-image-header.php (if you’re not using the plugin) to your child theme and add this line before the bp_is_active call
COPY CODE<h4 class="user-nicename"><?php echo bp_core_get_username( bp_displayed_user_id() ); ?></h4><br>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThe code you provided doesnt indicate that
“<div class=”fb-page” data-href=”https://www.facebook.com/Dayroma-1646627195611119″ data-tabs=”timeline” data-width=”800″ data-height=”500″ data-small-header=”false” data-adapt-container-width=”true” data-hide-cover=”false” data-show-facepile=”true”>“
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorYou cant. You can use the kleo button shortcode, but not an image.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 28, 2016 at 18:31 in reply to: Gallery post type: how to create one, and make it look iSotope-masonry like? #113141sharmstr
ModeratorCant be done without custom code which is beyond the scope of support. Perhaps you can do what you want using a custom Visual Composer Media Grid.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorEdit the shortcode and add an extra class name, then add the appropriate css to change the color. Example
extra class name = highlight-red
css
COPY CODE.highlight-red .kleo-tabs .tabs-style-line > li.active > a { border-bottom-color: red; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatorand probably k-elements from the looks of it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorYou havent installed/activated Visual Composer
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIts because your fb widget is set to 500px and your twitter widget is set to 600px.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThis isnt a bug. Moving the topic….
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorYou should not be moving the entire file. The correct way is to just copy the function into your child theme and edit as you wish
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatorcontent-none.php.
Or do it the correct way and translate it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 23, 2016 at 03:19 in reply to: How to remove meta data *category, author, date, comments* from News Focus #112292sharmstr
Moderatorhttps://archived.seventhqueen.com/forums/topic/hide-meta-tag#post-107592
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIf you mean remove them for the levels table, you cant. You need to create your own levels table using goPricing or the the price table shortcode in VC.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorYou need to flush your goDaddy cache after you make changes.
Your BP profile menu looks fine to me.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorEnable FB in theme options > misc.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIts transparent. Just change the row or column background color.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorTheme Options > Blog > Meta. Add author avatar
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderator@abe – Any ideas on this? I cant reproduce on any of my sites.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorYou cant edit it. It is dependent upon what you set in Theme Options > Memberships.
If you want a custom table, you need to use Go Pricing plugin or the Pricing Table shortcode in VC
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderator@abe – can you assist here?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorSounds like you havent updated k-elements?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorAs of Kleo 4.0, appearance > kleo demo data.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorNo problem. Common mistake. Even I do 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 know. @abe?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorNot if you update from Appearance > Install Plugins. I did it for you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIts a row background image. Click on the row settings, click on the Text & Background tab, then set your own image or change it to a video or color by selecting Background Style
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorCorrect, because that’s not a demo page. However, you can import the top slider by going to Appearance > Kleo Demo Data. Once the slider is imported, you can add it to any page you want.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThis is the error. unrecognized expression: #kleo_kleo_child_(couture_sellers_custom)-maintenance_msg”
Try enabling the parent theme, click “on” for maintenance mode so you can delete the message, click off, save, re-export, re-enable the child theme, then reimport the settings.
Also, you need to get your bundled plugins up to date. Go to appearance > install plugins.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorEnable mega for the top level item. Each column should be a subitem of the top level. Each item within the column is a third level.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIts not letting me in. Please provide admin credentials.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThat what the demo is. There is no difference.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorDid you put in an API key that you set up in your theme forest account or did you put in your purchase code?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts