Forum Replies Created

Viewing 40 posts - 3,041 through 3,080 (of 11,328 total)
  • Author
  • in reply to: Images not displaying correctly #85421
     sharmstr
    Moderator

    I see you’re using firefox. I was on chrome. Let me see what I can figure 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: Images not displaying correctly #85420
     sharmstr
    Moderator

    Try clearing your browser 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: About PMPro #85416
     sharmstr
    Moderator

    The way the code works is if you have it set to “Restrict All Members” it will redirect to the homepage. If you have it set up to “Restrict Certain Levels”, it will redirect to the PMPro Levels page if one is set up, or to the buddypress registration page if it cant find a PMPro levels page.

    You can override the redirect location by putting this in your child theme’s functions.php file

    COPY CODE
    
    add_filter( 'kleo_pmpro_url_redirect', 'custom_member_redirect' );
    function custom_member_redirect() {
    	wp_redirect('http://www.google.com');
    	exit;
    }
    

    Obviously change google to wherever 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

    in reply to: Images not displaying correctly #85413
     sharmstr
    Moderator

    Can you explain what’s wrong with them? They look fine to me.

    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: Facebook Sign-up Problem #85411
     sharmstr
    Moderator

    Does both of the accounts use the same email address?

    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: Filter Kleo activity stream module to show friends only #85410
     sharmstr
    Moderator

    Did you set Display to Friends 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: What is the best way to make a member acces #85409
     sharmstr
    Moderator

    Paid Membership Pro does that, but it might be to complicated for your needs.

    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 Social Icon in a Widget #85408
     sharmstr
    Moderator

    please search before posting. there a few ways to do this

    https://archived.seventhqueen.com/forums/topic/how-to-add-social-icons-to-footer

    https://archived.seventhqueen.com/forums/topic/suggestion-social-media-widget

    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 medias #85407
     sharmstr
    Moderator

    I’d like you to check a few things.

    1 – Why do you have buddypress-functions.php in your child theme? How old is that file? Try removing it and see if you have the same issue.

    2 – Enable the WP 2015 Theme and see if you have the same issue.

    3 – Disable all plugins except buddypress and see if you have the same 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: Share medias #85406
     sharmstr
    Moderator

    The Media settings in Theme Options > Memberships doesnt apply to your activity wall. It only stops users from accessing their Media tab in their profile. Also, embedding a url is not the same as adding media.

    I’ve created a test account so I can figure out what’s going on. I’ll let you know what I find.

    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: Feature Items (Box style) #85403
     sharmstr
    Moderator

    I’ve looked at both links that you’ve provided. Can you tell me what’s wrong with them? The featured items styles looks okay to me and I dont see an issue with your image on the second link. I’ll be happy to help if you tell me what you want changed.

    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

    Since you have the issue with the Wp 2015 Theme installed, its not Kleo causing it.

    Does your server have caching enabled? If you dont know, contact your hosting company to find 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

     sharmstr
    Moderator

    Do you have the issue with the 2015 Theme enabled?

    Have you checked for plugin conflicts?

    Have you updated all plugins that come with Kleo 3.1 (wp admin > appearance > install plugins)?

    Have you purged your server cache/cdn since updating? *** Last time I saw your issue, this solved 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

     sharmstr
    Moderator

    Explain

    usual “visual 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: Add featured image in Quote post format #85359
     sharmstr
    Moderator

    Its left out of the template. You need to copy /content-quote.php to your child theme and add the image div. I’m not on my computer right now, but if you compare it to /content-image.php you can easily figure out what block of code you need to add to output the image div.

    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

    Your links dont work.

    Several months ago Themeforest updated their automatic update code that is not compatible with older version of Kleo. You need to update Kleo to fix this going forward. Steps to update via ftp are here: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    Once you’ve have everything updated, give us a functioning url and we’ll help you with your menu 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: Multivendor function needed #85348
     sharmstr
    Moderator

    adding new nav items: https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/

    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: Multivendor function needed #85343
     sharmstr
    Moderator

    I dont understand your question.

    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: Multivendor function needed #85337
     sharmstr
    Moderator

    You need to decide which plugin to use. I cant tell you. The image that you initially posted was me playing around with things a very very long time ago. I’m not a Seventhqueen developer. I’m a Kleo user like you.

    The link I gave you is the current discussion about vendors and what other Kleo users have found. Please refer to that for all of your questions.

    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 Masonry custom link #85320
     sharmstr
    Moderator

    use this https://codex.wordpress.org/Function_Reference/get_post_format

    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: Bug in the mobile View after update 3.1 #85300
     sharmstr
    Moderator

    Can you be specific? Here’s a demo page that utilizes the alternate area (weekly section half way down) and its displaying fine: http://seventhqueen.com/themes/kleo/news-magazine/

    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 4.7.4 not working #85299
     sharmstr
    Moderator

    That’s the second thing I suggested 🙂 Glad it finally works 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: Multivendor function needed #85291
     sharmstr
    Moderator

    The discussion is here: https://archived.seventhqueen.com/forums/topic/integration-for-wc-product-vendors-and-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: Visual Composer 4.7.4 not working #85289
     sharmstr
    Moderator

    both windows (chrome) and my ipad (safari)

    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: Buddypress menu are not working and kleo menu is forced #85284
     sharmstr
    Moderator

    Its been discussed on the buddypress forum since you’ll have to change their code 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: Moving sent bar #85266
     sharmstr
    Moderator

    Okay. I’ll hand this off to someone else who hopefully has a mac.


    @laura
    – can you assist?

    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 4.7.4 not working #85253
     sharmstr
    Moderator

    Yes. I just did. Have a look at the first draft in the 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: Buddypress menu are not working and kleo menu is forced #85250
     sharmstr
    Moderator

    The kleo developers trigger both the buddypress and kleo login menu items because people were confused by which one to use (is my guess). You are the first person to express that they dont want it this way. Use my suggestion and you’ll have it working the way 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

    in reply to: Blog Masonry custom link #85231
     sharmstr
    Moderator

    How have you set $the_id? Echo out $link to make sure $link is what you think it is.

    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 menu are not working and kleo menu is forced #85230
     sharmstr
    Moderator

    The kleo login modal is triggered by jquery. You cant override the jquery. You can edit it to remove the bp-login-nav class from being a trigger, but its not upgrade safe. You might be able to remove the bp-login-nav from being added to the menu item using a filter, but you’d have to ask the buddypress folks about that.

    If it were me, I’d use a custom link and use a plugin like Menu Item Visibility Control to hide it from logged in users.

    Add this to your quick css

    COPY CODE
    
    .bbp-password > input {
        width: 100% !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: new users not able to logged in. #85229
     sharmstr
    Moderator

    If you still have the issue with the WP 2015 theme enabled, then its not Kleo causing your issue.

    You activate the account by clicking on the activation link that’s emailed to you after you register.

    You find plugin conflicts by disabling all conflicts to see if it works. If it does, then enabled them one-by-one until you find the one that breaks the 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

    in reply to: new users not able to logged in. #85220
     sharmstr
    Moderator

    We need more information

    1 – Have you checked for plugin conflicts?

    2 – Have you activated the account?

    3 – Have you tried it with the WP 2015 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: Product Carousel without Excerpts (KLEO POST CAROUSEL) #85218
     sharmstr
    Moderator

    Please search: https://archived.seventhqueen.com/forums/topic/hiding-post-excerpts-in-kleo-carousel

    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: Cannot Upload Profile Picture #85211
     sharmstr
    Moderator

    *installed = enabled “does it work with WP 2015 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: Cannot Upload Profile Picture #85210
     sharmstr
    Moderator

    Couple of things to check

    1 – Does it work with the WP 2015 Theme installed?

    2 – If not, check for plugin conflicts by disabling everything except buddypress. If it works after that, then start enabling your plugins one-by-one until it doesnt work again.

    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 for blog posts not displayed #85199
     sharmstr
    Moderator

    I dont know.

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

    You must have missed this information on the demo import page.

    – Not all images are imported so you need to add your own. See also Changing Section backgrounds documentation.

    Just add your own image: https://archived.seventhqueen.com/documentation/kleo#section-background

    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 for blog posts not displayed #85194
     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: Visual Composer 4.7.4 not working #85191
     sharmstr
    Moderator

    Hi Vanessa,

    I’m able to edit a page using the front end and backend VC editor without any issues.

    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: Customizing Pinterest style demo content #85190
     sharmstr
    Moderator

    Click on the pencil icon in the right upper corner of the row. That will bring up the row settings where you can set the background image (or color, or video)

    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 - 3,041 through 3,080 (of 11,328 total)

Log in with your credentials

Forgot your details?