Forum Replies Created
-
Author
-
sharmstr
ModeratorPerhaps this will help: http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments?page=68&filter=all#comment_2978197
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
Moderatorhave you cleared your cdn or server cache? Have you looked for plugin conflicts? jquery errors? What versions of bp and kleo do you have installed?
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
ModeratorTheme options > buddypress > register page 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
ModeratorI didnt fix it. The devs did. I just found the 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
ModeratorThat’s not a bug. Since you dont have enough content to fill the page, the footer is up higher on the page. Its been discussed before. Search to get the css to change it.
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 function of Kleo. That means all the stuff you’d have to figure out, you’d have to do regardless of Kleo. You should ask on the Buddypress forums and quite possibly the PMPro forums since those are the two plugins that would control this.
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
ModeratorI have no idea. Again, not part 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
ModeratorYou tell me. 🙂 Its not part of kleo. See attached.
You could, but since it doesnt happen on a clean kleo install I’m suggesting that you put it on the page so you dont risk screwing up other pages. See without my css fix http://dev.sharmstr.com/no-video-gap/
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
ModeratorAccording to a few folks, yes. I still havent been able to reproduce it.
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 should have whoever you paid fix it. The jquery that changes the header height, which in turn shrinks the logo is in /kleo/assets/js/app.min.js
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
ModeratorStick this on the page using the gear icon in visual composer
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
padding-top: 0px !important;
}also, your site is throwing 404 errors for page press jquery in your child theme.
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
ModeratorDont build the page with Visual Composer. Switch back to classic view and insert your quote into the standard wordpress editor.
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 even google it.
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
ModeratorSearch the plugin for it.
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
ModeratorLook like its sorted now that you cleared up the jquery errors.
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
ModeratorAs mentioned the form is handled by the bp_the_profile_group_edit_form_action function. Find that in the buddypress source code then step through that function to find it.
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 actually not grey, its a transparency, so trying to override it with a color wont work. You need to override it with a different transparency
.navbar-transparent .navbar-nav>li>.dropdown-menu li>a:hover, .navbar-transparent .navbar-nav>li>.dropdown-menu li>a:focus, .navbar-transparent .dropdown-submenu:hover>a, .navbar-transparent .dropdown-submenu:focus>a, .navbar-transparent .dropdown-menu>.active>a {
color: black !important;
background-color: rgba(0,0,0,0)!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
ModeratorThat would be the responsibility of the plugin. Is that plugin supposed to link to the bp profile? I dont see that they list that as a feature.
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 community “theme” is just a page. Go to appearance > kleo demo data > import specific page > home default (community)
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 handled by buddypress, not Kleo. With that said, the file that displays the form is /kleo/buddypress/members/single/profile/edit.php. But the actual changing of the name is handled by the buddpress bp_the_profile_group_edit_form_action function.
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 this css to remove sites
#blogs-personal-li {
display: none;
}For the order, please search before asking: https://archived.seventhqueen.com/forums/topic/re-order-menu-positions-on-members-profile#post-60568
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 best to search/ask that on the buddypress forum. Kleo only applies a style to those lists. It doenst actually produce the lists.
There are members shortcodes in visual composer, but you cant select selected/featured/contributors/subscribers. You can only select between the standard buddypress options which are active, newest, online, etc…
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 for the a search box field in the menu.
For the homepage, go into page editor and select “Hide Shop” in the Main Menu Options in the right hand column
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
ModeratorBut #ccc is grey. 🙂 You’re setting that yourself in your css.
Try this for the black text in the dropdown
.navbar-transparent .navbar-nav .dropdown-menu li a {
color: black !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
ModeratorI believe the issue is that it has to load the video in its entirety first. So, since its so large, its taking a while to render. I uploaded your video to my test site and indeed, it wont display until the entire video loads.
As an alternative, you can build a slider using revolution slider. That will load the video right away. It will take some messing around to get it perfect. But you can have the search and animated numbers on different layers.
For example, add a new layer and put this in the html box to get the search form
COPY CODE[kleo_search_form form_style="transparent"]
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
ModeratorI found this code change in the next version of K-elements. Seems to fix it.
Go to /plugins/k-elements/shortcodes/templates/kleo_particles.php and change this line (around line 31)
COPY CODEjQuery.when( jQuery('#particles-js').parentsUntil('section').css({position: 'static'}), jQuery('#particles-js').closest('.wpb_column').siblings().css( {"z-index" : "1", "position": "relative"} ) ).then(function() { <pre> to this <pre> jQuery.when( jQuery('#particles-js').parentsUntil('section').css({position: 'static'}), jQuery('#particles-js').closest('.wpb_column').siblings().css( {"z-index" : "1", "position": "relative"} ), jQuery('#particles-js').siblings().css( {"z-index" : "1", "position": "relative"} ) ).then(function() {
Make sure you refresh the page (even a few times) and clear any CDN or server cache.
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
ModeratorJust found this. They wont work, as you’ve figured out: https://archived.seventhqueen.com/forums/topic/looking-for-header-widget-area#post-33664
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
July 15, 2015 at 15:38 in reply to: Like/Unlike, upvote/downvote for Buddypress, bbpress etc. #68403sharmstr
ModeratorSimilar request here: https://archived.seventhqueen.com/forums/topic/like-button-for-activity-stream
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 issue isnt with conflicts, the issue is…. https://archived.seventhqueen.com/forums/topic/upload-images#post-66108
So, feel free to use it, but it killed one of my sites. AND its not a Kleo issue.
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
ModeratorLive Notification will not display submenus. That’s by design since when used in the main menu it will show a list of notifications.
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’ve figured it out.
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 cant with kleo. You’ll need to find a 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
ModeratorTry this
.masonry-listing .format-gallery .post-title, .masonry-listing .format-standard .post-title, .masonry-listing .format-image .post-title, .masonry-listing .format-video .post-title, .masonry-listing .format-image .post-title, .masonry-listing .format-audio .post-title {
border-color: red !important;
}change red to whatever you want.
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
ModeratorTry disabling all plugins, install the plugin again, then enable your plugins.
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
ModeratorDid you check the source code to make sure the class was actually added? It relies on jquery. Is your site throwing any jquery errors?
You can add links to different sections of the profile using ##profile##. Example: ##profile##/messages
https://archived.seventhqueen.com/documentation/kleo#menusHi 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 not a theme issue. You need to turn it on. Click on screen options in the upper right hand corner.
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
ModeratorPMPro works just fine with Kleo. Upgrade Kleo to 3.0.4.
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
ModeratorFeel free to add it to the Feature Requests forum.
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 been available since Kleo 3.0
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 look at the topic dedicated to it, lots of people had issues with it and ended up having to ftp.
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