Forum Replies Created
-
Author
-
sharmstr
ModeratorYou have to set a minimum height for the title and excerpt containers. Something like this in your quick css should work. Adjust as you see fit
COPY CODE.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title { min-height: 60px; } .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt { min-height: 150px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCant be done because rtMedia doesnt have a search function to tap into: http://community.rtcamp.com/t/search-feature/2992
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 12, 2016 at 17:28 in reply to: Different sidebar options for Product Category Pages and Product Pages #103571sharmstr
ModeratorNo need for a feature request. Go to Theme Options > Woo and set up your page and category layout.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorassigning this to someone who can answer it. Please be patient awaiting an answer. They are very busy testing the next version of Kleo.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLOL. You’re welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorwhat grid are you using? Provide a link please.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou can put this in your quick css so that all tabs are expanded on page load. But if a user clicks on a tab, all bets are off until another page load.
COPY CODE.single-product .collapse { display: block !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCreate them. Go to Pages > New. Name the pages
Members
Activity
Groups
Register
ActivateHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUse the BP Profile Search plugin: https://wordpress.org/plugins/bp-profile-search/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThis isnt a Kleo bug. Kleo has nothing to do with RSS feeds. There are a few topics about this on the buddypress forum. Please refer to them for assistance. https://buddypress.org/support/search/rss/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo uses aq_resize to create images on the fly and doesnt preserve gif layers.
The VC post grids will work with animated gif featured images.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo firm date yet. They are still testing.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’ll be able to that with Kleo 4.0 which will be released very soon. There are new shortcodes for the login form and registration form.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’ll have to find a plugin for that. Kleo merely stylizes whatever BP delivers to the page and isnt responsible for search options. Try asking on the BP forums. Perhaps someone has a plugin or custom code you can use.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts probably a plugin conflict.
I’ve manually set them for you by switching to classic mode.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGot it. I’m submitting the fix to the devs now. In the meantime, go to /kleo/buddypress/groups/single/members.php and change line 1 from
COPY CODE<?php if ( bp_group_has_members( 'exclude_admins_mods=0&per_page='.sq_option('bp_members_perpage', 12) ) ) : ?>
to
COPY CODE<?php if ( bp_group_has_members( bp_ajax_querystring( 'group_members' ) . '&exclude_admins_mods=0&per_page='.sq_option('bp_members_perpage', 12) ) ) : ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorEdit the row that the ticker is on. Change the section setting to something other than footer.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIn most cases that’s caused by not having enough memory allocated to WP. You need at least 128M and possibly 256M depending on the plugins you’re running. http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’ll have to customize the /kleo/buddypress/members/members-loop.php file (and possibly the /kleo/buddypress/members/index.php file as well). Copy them to your child theme before making any changes.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHere’s the directions for importing the Kleo sliders and the sliders that come with the plugin: https://archived.seventhqueen.com/documentation/kleo#revslider
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou can use the tabs shortcode to build something similar http://seventhqueen.com/themes/kleo/tabs-pills/
You’ll need to find an event plugin.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’ll have to send an email to dev@seventhqueen.com to get a quote on translating your site.
Its not hard. Look at the loco translate plugin.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYour minify css is screwing it up. Put this in your quick css
COPY CODE.page-id-7343 .template-page.col-sm-12.tpl-no { padding-top: 0 !important; }
Your site is also throwing jquery errors. Probably for the same minify reasons.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe are overriding the .btn class in wpe-common.css. Specifically they are adding a gradient background image.
Anyhow, put this in your quick css.
COPY CODEa.btn.btn-see-through.btn-animated { background-image: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAdd the map code to the header field. It’s the last part of the documentation. Or bring up the demo page in the editor and compare your settings. Or do it the easy easy and rename the demo page and use that 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorEdit the page, scroll down to Theme General Settings and make sure the footer is enabled.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat option is really old it was never coded to work only on wp posts. In that respect, its not a bug.
If you want to fiddle with it yourself, check out the kleo_get_post_thumbnail function in /kleo-framework/lib/function-core.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCorrection. For the archive, scroll down Portfolio settings, change the media type to slider and add your images.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf you mean multiple images (featured image slider) on the portfolio archive page, there is no option for that.
If you mean a grid of images on the single portfolio page, then use the image gallery shortcode, then add your images.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorClick on the gear icon in vc and try this css. Change to suit your needs
COPY CODEa.btn.btn-default { color: red; background-color: pink; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’s not a bug. That’s how it was coded. I’ll move this to the feature request section to see about changing that in a future release.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat beyond the scope of support. If you want, we have a dev team for such custom tasks/projects, you can email dev@seventhqueen.com with your requirements in order to get a quote on them.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGo to appearance > menus and click on screen options in the upper right hand corner. Enable kleo and buddypress.
Look at the note in the Kleo section. It explains how to add links to the profile sections. Its also in the Kleo documentation: https://archived.seventhqueen.com/documentation/kleo#menus
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUse the Kleo Button in visual composer that way you can see all of the settings. The color is dependent upon the Section style set in the row settings.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
Moderator1 – It cant be done. Instead of using the portfolio shortcode, you can try modifying one of the built in Visual Composer grid elements to make it look similar. Here’s there documentation: https://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder
2 – Cant access your site to see what’s going on.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks like you either didnt set Geo’s home page to the directory demo page and/or you didnt add the header content.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 11, 2016 at 15:52 in reply to: How do admin sent a custom email to a member from the member list in theme #103331sharmstr
ModeratorThere’s nothing built into WP, BP or Kleo that will do this. You’ll need to search for a plugin or custom code.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry, that’s not making sense. If they havent signed up yet, you should be presenting them with a link to the checkout for that level
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts