Forum Replies Created
-
Author
-
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorActually – 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHmmm. 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 CODEwc_get_template( 'myaccount/my-orders.php', array( 'order_count' => 'all' ) );
and change it to
COPY CODEwc_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 CODEwc_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 solutionThis 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.sharmstr
ModeratorYou’re welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBesides 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 solutionThis 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.sharmstr
ModeratorIf 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 solutionThis 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.sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator404 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorgive me a link
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 CODEbody.buddypress.is-user-profile div#item-header { text-align: right; }
The icons are just fonts so this might work
COPY CODEbody.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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis 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.sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCouple 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorJust 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 solutionThis 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.sharmstr
ModeratorMight 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI need a link
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 31, 2015 at 16:05 in reply to: Drop-down button ‘+’ for sub-pages mobile view not showing #52401sharmstr
ModeratorNo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere’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 > MembershipsHere’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts shouldn’t be oval, it should be round. To remove the border
COPY CODEbody.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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 31, 2015 at 14:55 in reply to: Drop-down button ‘+’ for sub-pages mobile view not showing #52385sharmstr
ModeratorKnown 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorput 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNot 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI need access 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 31, 2015 at 01:21 in reply to: How to change the default value for "sort by" in the members-directory? #52347sharmstr
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDepends 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAnytime.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorduplicate. closing.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts