Forum Replies Created

Viewing 40 posts - 1,081 through 1,120 (of 11,328 total)
  • Author
  • in reply to: Add slogan to logo #101720
     sharmstr
    Moderator

    Refer to this: https://archived.seventhqueen.com/forums/topic/tagline#post-73911

    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: Comments auto-posting and not letting me moderate #101719
     sharmstr
    Moderator

    Kleo doesnt control that. Do you have your WP Discussion settings set up correctly? You need to have a check mark in ‘comment must be manually approved’ or one in ‘comment author must have previously approved comment’. For the later, like it states, a comment wont be held for moderation if you’ve approved a previous comment by the comment author before. If you have that set correctly, then look for a plugin that might be causing it. You can also also see if Kleo is causing it by temporarily enabling the WP 2015 Theme and submitting a comment.

    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: Link Color + Font #101718
     sharmstr
    Moderator

    One of two things

    1 – Clear your server cache and/or purge your cdn if you have those in place.

    2 – Put this in your child theme’s functions.php file, then 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: Post Grid in Kleo- shorten description #101713
     sharmstr
    Moderator

    Moving this topic 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: Post Grid in Kleo- shorten description #101712
     sharmstr
    Moderator

    There’s nothing special. Use the standard WP way of control excerpt length.

    COPY CODE
    
    function custom_excerpt_length( $length ) {
        return 20;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
    
    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: Too many redirections after setting a static page #101708
     sharmstr
    Moderator

    What’s your static 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

    in reply to: Add Email Address to MailChimp at Registration? #101707
     sharmstr
    Moderator

    Not sure. You should ask the mailchimp or buddypess developers. Kleo doesnt have anything that you can turn on that will do that for you.

    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: Failed Installation #101706
     sharmstr
    Moderator

    Not all pages are necessary. They are samples of what pages you can use. The high level site structure is basic WP. From there, it really depends on what plugins you want to use (buddypress, bbpress, woocommerce). You should figure out what you want your site to do, decide on which pluings you’ll need to make that happen, then read the documentation for all of those plugins. VC is a drag and drop page builder. There are tutorials here: https://archived.seventhqueen.com/video-tutorials

    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 put the title around the Header? #101705
     sharmstr
    Moderator

    You had the title set to main section instead of header in theme options > 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 Users see WP dashboard #101704
     sharmstr
    Moderator

    Need access to 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: live notifications #101703
     sharmstr
    Moderator

    try this

    .top-menu li {
    z-index: 9000 !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: Visual Composer – Hover Box Element – Kleo alternate #101702
     sharmstr
    Moderator

    Not really. I did some playing around with VC media grid build and was able to create that effect, but because its a media grid, it doesnt display right away when the page loads. There’s a ‘loading’ animation before the image displays. if you’re okay with that, I can explain how I did it. Otherwise you should find a plugin that will allow you to do 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: A few major issues with activity feed #101701
     sharmstr
    Moderator

    I just checked your styles.css and the code I gave you to fix the activity page isnt in 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: Visual Composer – Hover Box Element – Kleo alternate #101638
     sharmstr
    Moderator

    While k-elements does override some of the VC core elements, the hover swap image effect is not part of VC core. Therefore Kleo isnt removing it. Perhaps your other theme added that element.

    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 group limit #101637
     sharmstr
    Moderator

    There’s no way in Kleo to do that. I dont know of a plugin either, which means it will require custom code. Your best bet is to ask on the PMPro forums.

    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: Failed Installation #101635
     sharmstr
    Moderator

    Please read the installation instructions here: https://archived.seventhqueen.com/documentation/kleo You skipped the step where you have to unpack the downloaded zip.

    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: Duplicating social icons section #101634
     sharmstr
    Moderator

    #1 here: https://archived.seventhqueen.com/forums/topic/how-do-i-accomplish-the-following#post-94072

    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 #101633
     sharmstr
    Moderator

    Not until Kleo 4.0. I dont have an eta but will be available soon.

    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: PMPro #101595
     sharmstr
    Moderator

    Not that I’m aware of.

    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: Multiple Registration / BuddyPress User Site Role? #101594
     sharmstr
    Moderator

    Oh, and obviously you’ll need a member type generator plugin: http://buddydev.com/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: Multiple Registration / BuddyPress User Site Role? #101592
     sharmstr
    Moderator

    I doubt you’ll ever find a way to do it during FB registration since the member types dont exist in a FB profile. There are plugins that will allow you to let users select the member type during BP registration and when they edit the profile. I’ve never tried it, but here is one: http://buddydev.com/buddypress/using-buddypress-member-type-as-profile-field-introducing-bp-xprofile-member-type-field-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: PMPro #101584
     sharmstr
    Moderator

    They can be safely ignored.

    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: EXTEND UPLOAD LIMIT #101583
     sharmstr
    Moderator

    That’s controlled by your server settings, not Kleo. Here’s information on it: https://kinsta.com/blog/increasing-the-maximum-upload-size-in-wordpress/

    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: live notifications #101558
     sharmstr
    Moderator

    Try this css

    COPY CODE
    
    .kleo-notifications-nav {
        z-index: 9000 !important;
    }
    .kleo-mobile-switch {
        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: Logo not showing #101554
     sharmstr
    Moderator

    If you look on other pages, you’ll see them. The reason is that you have the top bar turned off on your home page. Again, edit the home page and scroll down to theme general 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: Logo not showing #101552
     sharmstr
    Moderator

    If you look on other pages, you’ll see them. The reason is that you have the top bar turned off on your home page. Again, edit the home page and scroll down to theme general 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: Hide Sidebar on Custompost type without Adminimize #101551
     sharmstr
    Moderator

    Change portfolio to your cpt name

    COPY CODE
    
    if ( is_admin() )  {
        add_action('do_meta_boxes', 'remove_cpt_meta_boxes');
    }
    
    function remove_cpt_meta_boxes()
        {
            if ( get_post_type() == 'portfolio' ) {
                remove_action('edit_form_advanced', array('sidebar_generator', 'edit_form'));
                remove_action('edit_page_form', array('sidebar_generator', 'edit_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: RSS general questions #101547
     sharmstr
    Moderator

    I dont have much experience but in both cases, I’d look at plugins

    Again, never tried these but check out https://wordpress.org/plugins/rss-feed-widget/screenshots/ and https://wordpress.org/plugins/adsense-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: Logo not showing #101546
     sharmstr
    Moderator

    Server caching, not browser caching. And yes, you have caching. Click on the GoDaddy icon in your admin top bar and you’ll see 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: Logo not showing #101541
     sharmstr
    Moderator

    Edit your home page and scroll down to theme general settings and delete the custom logo.

    Flushing the cache solved the social icon issue. Do yourself a favor and disable caching until you launch your site.

    Moving this topic since these aren’t bugs.

    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 #101527
     sharmstr
    Moderator

    Great. Next try disabling k-elements at the network level and install at the site level.

    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 templates in kleo child #101490
     sharmstr
    Moderator

    You have a space in the compose.php file name.

    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: text cut-off on smartphone #101483
     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: Share buttons goes outside container? #101482
     sharmstr
    Moderator

    Its not a bug. Your plugin appends the share buttons to the_content. VC code, including the containers that box in the article text, are part of the_content. The pluing code doesnt contain any containers so it puts it all the way over. Since you’re inspecting code, take a closer look and you’ll see what I mean.

    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 templates in kleo child #101475
     sharmstr
    Moderator

    Definitely disable it until just before you launch the site.

    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 templates in kleo child #101458
     sharmstr
    Moderator

    And a simple question. Do you have the kleo child theme 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: Resize or relocate field lables #101457
     sharmstr
    Moderator

    add

    width: 100%;

    To the #buddypress div.profile .dl-horizontal dt 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: bp templates in kleo child #101455
     sharmstr
    Moderator

    As I said “Probably a server caching 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: chaning the front display stars #101449
     sharmstr
    Moderator

    In the screen shot I attached, I’ve put a red box around the pencil icon you need to click to edit the row settings. Go in there and set whatever image 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

    @abe – see attached

    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.
Viewing 40 posts - 1,081 through 1,120 (of 11,328 total)

Log in with your credentials

Forgot your details?