Forum Replies Created

Viewing 40 posts - 801 through 840 (of 11,328 total)
  • Author
  • in reply to: Blog Grid Excerpts #103575
     sharmstr
    Moderator

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

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

    in reply to: Global search & rtMedia #103573
     sharmstr
    Moderator

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

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

     sharmstr
    Moderator

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

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

    in reply to: new license registeration #103566
     sharmstr
    Moderator

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

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

    in reply to: I want to be all the tabs open. #103564
     sharmstr
    Moderator

    LOL. You’re welcome.

    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 Grid Excerpts #103562
     sharmstr
    Moderator

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

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

    in reply to: I want to be all the tabs open. #103561
     sharmstr
    Moderator

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

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

    in reply to: BuddyPress pages #103560
     sharmstr
    Moderator

    Create them. Go to Pages > New. Name the pages

    Members
    Activity
    Groups
    Register
    Activate

    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: Search profile like Sweetdate #103559
     sharmstr
    Moderator

    Use the BP Profile Search plugin: https://wordpress.org/plugins/bp-profile-search/

    https://archived.seventhqueen.com/video-tutorials/import-and-configure-the-kleo-get-connected-demo-page.html

    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: Activity Feed Replacing Default WordPress feed #103557
     sharmstr
    Moderator

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

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

    in reply to: Kleo Posts and Gif #103555
     sharmstr
    Moderator

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

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

    in reply to: 4.0 #103549
     sharmstr
    Moderator

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

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

    in reply to: Login form on slider #103548
     sharmstr
    Moderator

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

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

    in reply to: Member search in group not working #103546
     sharmstr
    Moderator

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

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

    in reply to: Kleo Icons stop working #103545
     sharmstr
    Moderator

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

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

    in reply to: Member search in group not working #103540
     sharmstr
    Moderator

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

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

    in reply to: Get-connected #103534
     sharmstr
    Moderator

    Watch this https://archived.seventhqueen.com/video-tutorials/import-and-configure-the-kleo-get-connected-demo-page.html

    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: News Ticker color tied to footer background color #103533
     sharmstr
    Moderator

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

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

    in reply to: rtMedia Server 500 issue #103531
     sharmstr
    Moderator

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

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

    in reply to: members page layout list style #103530
     sharmstr
    Moderator

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

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

    in reply to: revolution slider #103526
     sharmstr
    Moderator

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

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

    in reply to: ESL tab page setup #103525
     sharmstr
    Moderator

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

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

    in reply to: Change name of ‘Friends’ to ‘Connections’ #103524
     sharmstr
    Moderator

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

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

    in reply to: GeoDirectory Demo page and set up #103522
     sharmstr
    Moderator

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

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

    in reply to: Cleo Button and RevSlider #103521
     sharmstr
    Moderator

    The 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 CODE
    
    
    a.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 solution

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

    in reply to: GeoDirectory Demo page and set up #103438
     sharmstr
    Moderator

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

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

    in reply to: Footer area display #103425
     sharmstr
    Moderator

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

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

    in reply to: Default Featured Image Placeholder Issue #103418
     sharmstr
    Moderator

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

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

    in reply to: Portfolio Description and features #103409
     sharmstr
    Moderator

    Correction. 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 solution

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

    in reply to: Portfolio Description and features #103408
     sharmstr
    Moderator

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

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

    in reply to: Change color of Price table buttons #103391
     sharmstr
    Moderator

    Click on the gear icon in vc and try this css. Change to suit your needs

    COPY CODE
    
    a.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 solution

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

    in reply to: Default Featured Image Placeholder Issue #103372
     sharmstr
    Moderator

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

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

    in reply to: How to create a custom form topic? #103342
     sharmstr
    Moderator

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

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

    in reply to: Buddypress – No Menu #103341
     sharmstr
    Moderator

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

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

    in reply to: Style of the button #103336
     sharmstr
    Moderator

    Use 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 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: Working with Portfolios in KLEO #103334
     sharmstr
    Moderator

    1 – 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 solution

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

    in reply to: GeoDirectory Demo page and set up #103333
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: GeoDirectory Demo page and set up #103332
     sharmstr
    Moderator

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

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

     sharmstr
    Moderator

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

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

    in reply to: KLEO v3.0 – PaidMembershipPro & Go Pricing #103330
     sharmstr
    Moderator

    Sorry, 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 solution

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

Viewing 40 posts - 801 through 840 (of 11,328 total)

Log in with your credentials

Forgot your details?