Forum Replies Created

Viewing 40 posts - 5,041 through 5,080 (of 11,328 total)
  • Author
  • in reply to: Adding advertising banners Kleo Demo News #68567
     sharmstr
    Moderator

    Perhaps 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BP Change Avatar not working #68565
     sharmstr
    Moderator

    have 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: full-width registration page #68563
     sharmstr
    Moderator

    Theme 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Button not clickable with Galaxy Particles #68523
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: footer in the middle of the page #68521
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Multisite Question #68484
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Video player adding in a 300px gap! WHaaaaa? #68470
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Video player adding in a 300px gap! WHaaaaa? #68462
     sharmstr
    Moderator

    You 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 solution

    This 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.
    in reply to: Icons don't appear for Visual Composer accordions #68459
     sharmstr
    Moderator

    According 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: sticky header issue with logo #68456
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Video player adding in a 300px gap! WHaaaaa? #68453
     sharmstr
    Moderator

    Stick 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Quote template in blog page #68451
     sharmstr
    Moderator

    Dont 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: File that handles change of display name #68450
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: File that handles change of display name #68449
     sharmstr
    Moderator

    Search 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rev slider not showing on homepage #68437
     sharmstr
    Moderator

    Look 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: File that handles change of display name #68436
     sharmstr
    Moderator

    As 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Transparent main menu, white submenu? #68435
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BuddyPress username doesn't work as a link #68425
     sharmstr
    Moderator

    That 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Community theme #68424
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: File that handles change of display name #68422
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: is able to remove the "site" button on activity page #68421
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress remove subscribers from members list #68420
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How can I add a search box in my menu? #68419
     sharmstr
    Moderator

    No 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Transparent main menu, white submenu? #68418
     sharmstr
    Moderator

    But #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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Video Header Background isn't working #68416
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Button not clickable with Galaxy Particles #68410
     sharmstr
    Moderator

    I 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 CODE
    
    jQuery.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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Modal Login and top bar #68405
     sharmstr
    Moderator

    Just 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Similar 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Like Button for Activity Stream #68402
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Right Menu does not show dropdown menu #68400
     sharmstr
    Moderator

    Live 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Revolution Slider for News #68399
     sharmstr
    Moderator

    Looks 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: SOCIAL SHARE Members #68308
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: blog/ category/post color #68307
     sharmstr
    Moderator

    Try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Modal Login and top bar #68299
     sharmstr
    Moderator

    Did 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#menus

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress Pages In Main Menu Navigation #68298
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Paid Membership Pro Shortcodes not working #68297
     sharmstr
    Moderator

    PMPro 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Set Member type via theme function / PMP / BP #68293
     sharmstr
    Moderator

    Feel 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Cover photo for bp groups #68292
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Manual Theme Update #68263
     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 5,041 through 5,080 (of 11,328 total)

Log in with your credentials

Forgot your details?