Forum Replies Created

Viewing 40 posts - 1 through 40 (of 11,328 total)
  • Author
  • in reply to: Meta fields in custom post type #126078
     sharmstr
    Moderator

    I know longer help with support here. With that said, every post type has css class name equal to the cpt name.

    .type-universities .article-meta {
    display: none !important;
    }

    .single .with-meta .type-universities .article-media {
    margin-left: 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: Add taxonomies to meta field #116595
     sharmstr
    Moderator

    Please contact cornel@seventhqueen.com to get a quote on 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: Changing BBPress Forum List layout #114783
     sharmstr
    Moderator

    This is the code you should be using

    COPY CODE
    
    function custom_bbp_sub_forum_list() {
      $args['separator'] = '<br>';
      return $args;
    }
    add_filter('bbp_after_list_forums_parse_args', 'custom_bbp_sub_forum_list' );
    
    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: Changing BBPress Forum List layout #114782
     sharmstr
    Moderator

    How do you know? You only have 1 forum with no subforums.

    Also (unrelated, but clearly an issue), turn off transparent main menu in theme options. Only enable it for your home page.

    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

    1 – You didnt do anything wrong. As I explained, woo changed their directory structure.

    2 – I cant help with that. If you want help with custom coding your tabs, please contact cornel@seventhqueen.com for a quote.

    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

    Looks like the directory structure has changed since I wrote that article. Its now /woocommerce/single-product/tabs/tabs.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

     sharmstr
    Moderator

    Great. Now, I’m getting a 403 forbidden when I try to access your site. No login.

    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

    You select “set as private reply” before clicking submit. I’ve done that for you.

    However, I asked for FTP credentials, not wp admin credentials.

    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

    respond privately with ftp credentials and I’ll have a look.

    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

    Did you follow these instructions?

    Copy the woo version of the tabs template to your child theme.
    /plugins/woocommerce/templates/single-product/tabs.php
    to
    /themes/kleo-child/woocommerce/single-product/tabs.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

     sharmstr
    Moderator

    that’s the first step. Did you do the second step where it explains how to get tabs???

    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 – photos don’t show up in albums #114255
     sharmstr
    Moderator

    Did you try my suggestions? Did you get it sorted?

    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: @username disappeared #114247
     sharmstr
    Moderator

    You moved the member-header.php file which is correct if you have the BP Profile Cover plugin setting enabled in BP, which you did not.

    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: @username disappeared #114205
     sharmstr
    Moderator

    You didnt stick the page in the correct directory. You missed /single. I assumed that’s what happened and why I asked if you copied it to your child theme correctly.

    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

    Why aren’t you using the “Show media on post page” option? That’s the point of it. To set a featured image but not have it display at the top of the post.

    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: @username disappeared #114069
     sharmstr
    Moderator

    I need cpanel or ftp credentials

    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

    I understand what you’re trying to do. I can 99% guarantee that it will take custom code to make VC pull the image from the post content. Maybe a google search will be of assistance.

    I havent tried it but you might be able to use the tabs shortcode, make a tab for each category, then put a kleo post grid in each tab specifying the category in the shortcode 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

    in reply to: @username disappeared #113972
     sharmstr
    Moderator

    I know it works since I’m doing the exact same thing on two sites. Did you copy it to your child theme correctly? Did you clear your cache and purge your cdn if you have those in place?

    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: short description in single products #113887
     sharmstr
    Moderator

    Theme Options > Woo: Enable Show Excerpt

    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

    You dont need to import it. Go to Theme Options > Buddypress and enable full width header.

    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: Action hook problem #113881
     sharmstr
    Moderator

    Ask on the buddypress forum. This isn’t related to Kleo.

    With that said, without elaborating on “its not working”, its hard to help. It could be that your action is firing before the bp_core_signup_user action (xprofile_sync_wp_profile) that saves the xprofile fileds to the db. Again, hard to say without knowing where things “aren’t working”. Also, if it were me, I’d look into adding jquery form validation to validate that field before the user is created instead of deleting the user after the fact.

    Thats the most I can offer in terms of support.

    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 aling tabs in a product page to show in a row #113870
     sharmstr
    Moderator

    Refer to this to show how to change to the default woo tab layout: http://sharmstr.com/woocommerce-tricks/

    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

    This is not a function of the theme. Look for plugins that will add that for you in the WP Plugin Repository.

    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

    1 – Portfolio categories can be added by going to Portfolio > Categories. Note: these are not the same as the default WP categories.

    2 – The layout is only for portfolios, not posts. If you want a filter for posts, then use the built in VC Post grid shortcode and custom design it to look like the portfolio layout if you want. https://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder

    3 – Go into the row settings and set Inner Container to No.

    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: Facebook signin with avatar and city #113849
     sharmstr
    Moderator

    /kleo-framework/lib/function-facebook-login.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: Error with latest update. #113845
     sharmstr
    Moderator

    Did you also update k-elements and VC?

    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: Facebook signin with avatar and city #113844
     sharmstr
    Moderator

    For the avatar: Theme Options > Misc > FB integration (on) > Show facebook avatar.

    For City: Cant be done without 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

     sharmstr
    Moderator

    Cant see it without access

    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: Topic and Forum problem. #113841
     sharmstr
    Moderator

    Check your forum settings

    WP admin > settings > forum

    The root of your forum (breadcrumb) is whatever you hae set as the forum slug. That location will show either a list of forums or topics depending on what you have set in Forum root should show.

    https://codex.bbpress.org/

    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: Hox fix “Home Register” demo page #113840
     sharmstr
    Moderator

    Name and password only come with Buddypress installed.

    Update Kleo and K-elements to 4.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: Plugin installation #113839
     sharmstr
    Moderator

    We dont have a suggestion for a ‘diary’, but you should look at https://wordpress.org/plugins/social-articles/ or http://buddydev.com/buddypress/introducing-buddyblog-allow-users-to-blog-from-their-buddypress-profile/

    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 – photos don’t show up in albums #113838
     sharmstr
    Moderator

    without credentials we cant see what’s happening. It probably a plugin conflict. Disable all plugins that didnt come with Kleo and test.

    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: please help #113804
     sharmstr
    Moderator

    The issue is that you’re injecting a growing form into a column that its the same row as the weather column. Of course the size of the form is going to effect the size of all columns in that row. This isnt a bug. Perhaps you should look for another place to attach the form. Or figure out a way to force the form into a constant ‘sticky’ state since that doesnt look like it effects any of the other row heights.

    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: please help #113793
     sharmstr
    Moderator

    It looks like if you remove the 50px margin from the bottom of that form, the issue stops. At least it did when I add the following css to your site.

    COPY CODE
    
    .book {
        margin-bottom: 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: please help #113779
     sharmstr
    Moderator

    I’m not seeing that issue at all on your site. I dont see extra whitespace on page load.

    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: Updating Visual Composer question #113773
     sharmstr
    Moderator

    Delete the folder and reinstall.

    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: woocommerce, Single Product Page question #113565
     sharmstr
    Moderator

    No, within it.

    .woocommerce .summary .product_meta {
    float: left;
    clear: both;
    }

    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: woocommerce, Single Product Page question #113561
     sharmstr
    Moderator

    or clear:both;

    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: woocommerce, Single Product Page question #113560
     sharmstr
    Moderator

    Try adding display: block;

    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: woocommerce, Single Product Page question #113553
     sharmstr
    Moderator

    I do not.

    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 - 1 through 40 (of 11,328 total)

Log in with your credentials

Forgot your details?