Forum Replies Created

Viewing 40 posts - 1,161 through 1,200 (of 11,328 total)
  • Author
  • in reply to: Visual composer not showing blog except #101215
     sharmstr
    Moderator

    That’s correct and this isnt a bug. VC is just a bunch of shortcodes so there’s no way for WP to extract a excerpt. You’ll need to use the custom excerpt box. If you dont see the excerpt box when editing the post, click on screen options in the upper right and enable 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: Activity Commenting cuts the activity header part #101213
     sharmstr
    Moderator

    That’s fixed in Kleo 4.0 due out any day now.

    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: Theme not showing up properly on front end #101210
     sharmstr
    Moderator

    That’s not a home page, that’s a members profile: http://nemusic.co/members/admin/ To make the profile look like the link you provided, go to theme options > buddypress and change it to 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: Present Related Articles ordered by date #101209
     sharmstr
    Moderator

    No I dont. I copied into my file and it works perfectly. No errors. If you want to give me access 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

    Yes I read it. It installs it from yourserver/wp-content/themes/kleo/lib/inc/k-elements.zip. Regardless, the k-elements.zip file in that location is the current one, so you can use that if you need to.

    A new version of Kleo is coming out any day so I doubt they will update that k-elements in the download now. But I’ll be sure to tell them to make sure its in the new download. Thank you for pointing that 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: News Magazine #101206
     sharmstr
    Moderator

    1 – Not sure what you mean.

    2 – If you imported the new magazine, the ticker is there. You probably haven’t told it what to display by editing the shortcode and clicking on build query to select what you want displayed.

    3 – See #2 🙂

    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: Unable to hide social icons from top menu when enabled #101202
     sharmstr
    Moderator

    Strange.
    What files do you have in your child theme? I cant tell since you’ve disabled theme editor access. Do you have anything in your child theme’s functions.php file?

    You can always hide them with this css

    COPY CODE
    
    .kleo-social-icons {
        display: 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: Present Related Articles ordered by date #101183
     sharmstr
    Moderator

    Looks like you either forgot the comma after $terms or when you copied the code, the quote marks got screwed up.

    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: Unable to hide social icons from top menu when enabled #101180
     sharmstr
    Moderator

    Need access 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: News Magazine #101179
     sharmstr
    Moderator

    When I checked it, you had it set to Specific posts, but did specify any posts. There are two buttons there called ‘recent’ and ‘popular’. If you click on them, they will add posts for you. Otherwise you need to add them to the Specific Posts List box yourself.

    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: Font size in recent posts widget #101168
     sharmstr
    Moderator

    Great!

    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: Font size in recent posts widget #101166
     sharmstr
    Moderator

    By default its set to 93%. You can change it with

    COPY CODE
    
    .sidebar {
        font-size: 93% !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: Members Grid #101163
     sharmstr
    Moderator

    There may be a plugin for that though. You’ll have to search.

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

    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

     sharmstr
    Moderator

    If those posts were built using Visual Composer, you’ll have to add a custom excerpt to them. If you dont see the excerpt box when you edit a post, click on screen options in the upper right and enable 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Present Related Articles ordered by date #101159
     sharmstr
    Moderator

    Moving this because its not a bug.

    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: Present Related Articles ordered by date #101156
     sharmstr
    Moderator

    See if this works…

    Copy /kleo/page-parts/posts-related.php to your child theme (/kleo-child/page-parts/posts-related.php) and add the orderby date parameter to the argument list like…

    replace

    COPY CODE
    
    $args['tax_query'][] = array(
                    'taxonomy' => $tax,
                    'field' => 'id',
                    'terms' => $terms
                );
    

    with this

    COPY CODE
    
    $args['tax_query'][] = array(
                    'taxonomy' => $tax,
                    'field' => 'id',
                    'terms' => $terms,
                    'orderby' => 'date'
                );
    
    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

    Go to appearance > install plugins and update from there.

    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: Making the Main Sidebar widgets fixed position on scroll #101154
     sharmstr
    Moderator

    Info about that here: https://archived.seventhqueen.com/forums/topic/floating-sticky-sidebar

    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: Remove Page Titles but keep Post titles #101153
     sharmstr
    Moderator

    Yes, they are h1. If its an actual page, you can turn off titles by editing the page and scrolling down to Theme General Settings > Title section

    If its a plugin/wp generated page (like when you set your homepage to display posts), you can use this css

    COPY CODE
    
    .home-page .page-title {
        display: 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

     sharmstr
    Moderator

    You can choose which meta to show in Theme Options > Blog. You can use this css class to change the meta font in the news shortcode (use the bigger-text method that I explained in your other topic)

    COPY CODE
    
    .bigger-text .article-meta a {
        font-size: 15px;
        color: #fff;
    }
    
    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

    3 – To change the text size, edit the shortcode and add bigger-text to the css box. Then click on the gear icon in vc and add this css (or you can put it in your quick css)

    COPY CODE
    
    .bigger-text {
        font-size: 20px;
    }
    
    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 – If you dont want the images to be pulled from the text, then you need to set a featured image and the post format must be Standard or Image. You can put the text underneath by changing your shortcode settings so that the number of Featured posts to show big is equal to the number of posts you’re displaying (post count in build query).

    2 – You can use this css to change the sidebar images

    COPY CODE
    
    .news-widget-wrap img {
        width: 60px !important;
        height: 60px !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: Removing Shopping cart from header #101147
     sharmstr
    Moderator

    Theme Options > Woo > Menu Cart Location

    Theme Options > Side Menu: Either disable it or remove it from the main menu.

    or

    To show a list of post, follow the instructions in the Before or After menu text and add a sidebar that has a post 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

     sharmstr
    Moderator

    To get videos to show in your posts lists, you need to set the post format to video and provide a link to the video in Theme General Settings > Media. I can see it just fine on your ‘success is a choice’ 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: Unable to hide social icons from top menu when enabled #101144
     sharmstr
    Moderator

    Clear your server cache or cdn if you have one in place. If that doesnt solve the issue, try adding this to your child theme’s functions.php file and resave your Theme Options

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    
    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 Magazine #101142
     sharmstr
    Moderator

    Looks like you’ve got the slider imported, but you have set it to Specific Posts but failed to specify any posts.

    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: Removing breadcrumbs from only the homepage #101140
     sharmstr
    Moderator

    Put this in your quick css

    COPY CODE
    
    .home-page .page-title {
        display: 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: A few major issues with activity feed #101139
     sharmstr
    Moderator

    Try this

    COPY CODE
    
    .bp_activity .item-list-tabs {
        margin-bottom: 15px !important;
    }
    #buddypress form#whats-new-form {
        border-bottom: 0px !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: social icons #101137
     sharmstr
    Moderator

    You may want to read this again 🙂 http://sharmstr.com/displaying-social-links-in-members-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: Shortcode for small left thumbnail view #101136
     sharmstr
    Moderator

    Do you have k-elements 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: Shortcode for small left thumbnail view #101077
     sharmstr
    Moderator

    Its in Visual Composer

    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: Shortcode for small left thumbnail view #101074
     sharmstr
    Moderator

    Use Kleo Post shortcode. In the shortcode settings, change the layout to small left thumb.

    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: rtmedia lightbox doesn't look right #101072
     sharmstr
    Moderator

    No problem.

    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 type duplication on profile menu #101054
     sharmstr
    Moderator

    Seems to be a conflict with whatever plugin you’re using to generate member types. This one works with Kleo: https://wordpress.org/plugins/bp-member-type-generator/

    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: Adjustment of number of characters in grid #101048
     sharmstr
    Moderator

    Solution here: https://archived.seventhqueen.com/forums/topic/limiting-post-grid-text-count#post-51383

    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: Site title display under logo #101047
     sharmstr
    Moderator

    Same code just change from ‘description’ to ‘name’.

    https://developer.wordpress.org/reference/functions/get_bloginfo/

    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: Site title display under logo #101022
     sharmstr
    Moderator

    Solution is in this topic: https://archived.seventhqueen.com/forums/topic/tagline

    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: Problems with permisions #100996
     sharmstr
    Moderator

    The activity image that you’ve posted is from the users profile, not the “site” activity. The “site activity restriction” settings is for the main activity feed normally located at http://www.yoursite.com/activity. It doesnt block them from their own activity.

    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: editing the theme’s live 404 page #100994
     sharmstr
    Moderator

    This is correct: Copy /kleo/404.php to /kleo-child/404.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

Viewing 40 posts - 1,161 through 1,200 (of 11,328 total)

Log in with your credentials

Forgot your details?