Forum Replies Created

Viewing 40 posts - 7,961 through 8,000 (of 11,328 total)
  • Author
  • in reply to: how to stop other you tube videos at end of yours? #52519
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: how to stop other you tube videos at end of yours? #52518
     sharmstr
    Moderator

    I think there is a disconnect between the two of you, so let me jump in

    Radu – She is trying to do it using the Video VC shortcode. That shortcode strips the rel along with other parameters so it will never work for her. I had the same problem with that shortcode when I tried to force the playback quality.


    @5high-photohub
    – You can put it in a text box using the full iframe code like radu has given you. The reason why its not working in your iframe example above is because you’re missing the ?rel=0 in the src section among other things.

    I’m going to respond with the exact code that I have working on my site in a private response next.

    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: Full Woocommerce to Buddypress Profile Sync #52509
     sharmstr
    Moderator

    Actually – I change my #3 answer. If it were me, I’d buy this: http://themekraft.com/store/woocommerce-buddypress-integration-wordpress-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: Full Woocommerce to Buddypress Profile Sync #52505
     sharmstr
    Moderator

    Hmmm. When saving an address it DOES take you back to the profile. See attached.

    1 – Open up /kleo/lib/plugin-woocommerce/config.php. Search for

    COPY CODE
    
    wc_get_template( 'myaccount/my-orders.php', array( 'order_count' => 'all' ) );
    

    and change it to

    COPY CODE
    
    wc_get_template( 'myaccount/my-orders.php', array( 'order_count' => $order_count ) );
    

    I’ll make sure its fixed in the next update.

    2 – It doesnt load custom template files. It uses buddypress screen functions to build the screen (section) then calls out

    COPY CODE
    
    wc_get_template( 'myaccount/my-orders.php', array( 'order_count' => $order_count ) );
    

    That’s how Woo does it. Take a look at /plugins/woocommerce/templates/myaccount/my-account.php

    3 – Personally I’d use webhooks. I didnt develop Kleo so maybe they feel differently, but I doubt it. I’ve notified the devs of this topic.

    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: Profile Covers #52497
     sharmstr
    Moderator

    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: Pinterest style full width #52495
     sharmstr
    Moderator

    Besides selecting full width for the layout, you also need to change the row to not have a inner container. Change that on the row that has the post grid.

    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: How can i create a Custom Layout in Visual Composer? #52491
     sharmstr
    Moderator

    If you’re trying to save the pinterest style page as a template, you can do so by bringing up the page and click on the template icon. Then when you create a new page, you can click on “More Templates” and your saved template will be 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: How can i create a Custom Layout in Visual Composer? #52490
     sharmstr
    Moderator

    I’m confused as to what you’re trying to do. The custom layout is for the row columns.

    If you want to use the pinterest style page, you can import the page using WP Admin > Appeareance > Kleo Demo Data. Then you can edit that page or you can copy the page code into a new page.

    To copy the code, make sure you’re in “Classic Mode”. Copy code you see in the editor and paste it into a new page, again making sure you’re in classic mode. Once the code is pasted you can switch to Backend Editor and edit with 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: Pinterest style full width #52488
     sharmstr
    Moderator

    404 page error on the link

    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: products not displaying correctly #52483
     sharmstr
    Moderator

    give me a link

    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 to site #52477
     sharmstr
    Moderator

    Sorry, I assumed you didnt because ##profile_link## is not a shortcode. Are you looking to add it to a page or to the menu?

    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: Qucik contact error #52474
     sharmstr
    Moderator

    That might be the issue.

    Try this. Enable debugging in wp-config.php and make sure you set display to true. Then try the form again and see if any errors are displayed, besides the default one we’ve been seeing.

    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: Profile Covers #52473
     sharmstr
    Moderator

    I’m willing to get you started, but asking us to code everything for you is beyond the scope of support here. If you dont understand css, you should hire someone who does.

    COPY CODE
    
    body.buddypress.is-user-profile div#item-header {
      text-align: right;
    }
    

    The icons are just fonts so this might work

    COPY CODE
    
    body.buddypress.is-user-profile div#item-header i {
      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

    in reply to: Bouncing on Show More/Show Less in Group pages #52469
     sharmstr
    Moderator

    The jquery that makes that happen is located in /kleo/buddypress/js/buddypress.js and in /kleo/buddypress/js/buddypress.min.js

    Your site should only be loading one of those. For some reason its loading both. I can tell you that wpengine recently made a change because some of the core buddypress files weren’t being added in groups and on the activity pages. Maybe whatever they changed is causing both of those files to load.

    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.
    in reply to: Qucik contact error #52458
     sharmstr
    Moderator

    I tested a few other things and can’t figure out why its not working. I’ve assigned this topic to one of the developers who would no more about this.

    In the meantime, the form does use wp_mail. Are other emailing functions working on the site? I added a new user with my email address and never received a confirmation email. Did you receive any notification about the new user?

    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: Profile Covers #52457
     sharmstr
    Moderator

    I cant give you code if I dont know where you want 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: products not displaying correctly #52441
     sharmstr
    Moderator

    Couple of things to check

    Plugin conflicts: Disable plugins

    Plugin/Theme version: Are you running the current version of Kleo, K-elements and Woo?

    Site errors: Are all css and jquery files being loaded.

    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 to site #52437
     sharmstr
    Moderator

    Just add the members page to your menu

    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: Qucik contact error #52431
     sharmstr
    Moderator

    Might be a plugin conflict, specifically MailPoet. Try disabling all plugins.

    In the future, it would be helpful if you gave us full admin rights when we ask for access 🙂

    Also, in looking at your configuration, you’ll want to change your WordPress memory limit from 64M to at least 128M.

    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 Request Membership buttons? #52426
     sharmstr
    Moderator

    You can hide the button with this css

    COPY CODE
    
    .generic-button.group-button.private {
        display: none !important;
    }
    

    None of the other stuff is handled by Kleo. You’d be better off asking over on the Buddypress forum. https://buddypress.org/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: Qucik contact error #52423
     sharmstr
    Moderator

    I need a link

    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: Problem with gallery size #52419
     sharmstr
    Moderator

    The gallery is always going to be the size of the container its in. The “size” box doesnt set the size of the gallery, it only tells WP to bring back the images in a certain size. If you want to make the gallery smaller, you can split the row into 3 columns and put the gallery in the middle. See attached.

    I dont understand your second 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: Qucik contact error #52416
     sharmstr
    Moderator

    Please respond privately with a link and 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

    in reply to: RTMedia Page Title #52414
     sharmstr
    Moderator

    You’re missing a ‘/’ Should be ##profile_link##/media not ##profile_link##media

    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: lockdown registration #52408
     sharmstr
    Moderator

    Also, there is this, but you have to pay to read it http://www.paidmembershipspro.com/2015/02/update-buddypress-profile-additional-user-information-registration/

    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 problem. 🙂 I read almost all threads, that’s how I knew.

    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: lockdown registration #52400
     sharmstr
    Moderator

    There’s no built in way of forcing payments during registration using Buddypress. You’ll have to trick the system a bit. You can do it easily with PM Pro in a non-Buddypress environment. But PMPro and Buddypress have different registration processes. The standard way of doing things is allow registration to anyone, but block them if they haven’t purchased a membership.

    I’ve been playing around with it and this might work for you.

    1 – Set your Buddypress Register page to none: WP Admin > Settings > Pages
    2 – Make sure your default PM Pro Level requires payment.
    3 – From there, you can lock down buddypress using Theme Options > Memberships

    Here’s the cons of doing this.

    1 – The Buddypress and Kleo register menu items will not work. You’ll have to create your own that points to your PMPro levels page

    2 – The register link you create will not auto disappear when the user logs in. You’ll have to use a plugin to hide it. Personally I use Menu Item Visibility Control

    3 – You will not be able to add Buddypress XProile fields to the registration form.

    There might be other things that I’m not thinking of at the moment.

    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 increase the amount of excerpt showing #52391
     sharmstr
    Moderator

    Kleo has its own function for excerpts. Copy the function into your child theme functions.php file and edit as necessary.

    COPY CODE
    \[[^\]]*\]

    By default, Kleo will limit the characters to 50 or the words to 20. I’ve changed the characters to 100 above. If you want to increase that, change the ‘100’ in two places to whatever you want. If you want to change it to words, set $chars = false and change $limit = *how many words 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: Qucik contact error #52390
     sharmstr
    Moderator

    To clarify, what settings are you referring to? It uses the email address in Theme Options > Layout settings > TO email, not the one in WP Admin > Settings > General > 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: BuddyPress Group Blog #52389
     sharmstr
    Moderator

    You’ll have to ask over on the Buddypress forum. They handle adding events to the activity streams. https://buddypress.org/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: Profile Covers #52388
     sharmstr
    Moderator

    Its shouldn’t be oval, it should be round. To remove the border

    COPY CODE
    
    body.is-user-profile #item-header-avatar {
      border: 0;
    }
    

    You can apply css to the #item-header-avatar div to move 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

    Known issue that’s been addressed https://archived.seventhqueen.com/forums/topic/mobile-side-menu#post-51515

    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: featured image space issue #52384
     sharmstr
    Moderator

    Its because you had a 40px top gap set on the row.

    No, you didnt mark your response private, but I’ve done it 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: Custom CSS for groups only #52358
     sharmstr
    Moderator

    put the .single-item.groups css selector before all your css changes.

    example

    COPY CODE
    
    .single-item.groups #main-container {
    background-color: green;
    }
    
    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: Cover photo for bp groups #52357
     sharmstr
    Moderator

    Not yet. Its been requested. No ETA.

    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: featured image space issue #52351
     sharmstr
    Moderator

    I need 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

     sharmstr
    Moderator

    That’s not controlled by Kleo. Ask on the buddypress forum or google for a solution.

    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 value in users profile #52346
     sharmstr
    Moderator

    Depends on how you hid it. If you hide the entire dl, then you wont have the gap. For example, lets say I had a field named ‘privacy’. The dl class should be field_privacy. I’d put this in my css to hide it and it will move everything below it up.

    COPY CODE
    
    .profile .field_privacy {
      display: none;
    }
    

    I put .profile before it to ensure it wont hide it in other areas of 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: Disable Blog and Buddypress Animation #52345
     sharmstr
    Moderator

    Anytime.

    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: featured image space issue #52343
     sharmstr
    Moderator

    duplicate. closing.

    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 - 7,961 through 8,000 (of 11,328 total)

Log in with your credentials

Forgot your details?