Forum Replies Created
-
Author
-
sharmstr
ModeratorAFAIK you’ll have to use PMPro for registration, not buddypress. PMPro recently had a blog post on how to add buddypress fields to their registration process.
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
Moderator@alvedon, the question wasn’t how to send the notice. it was how to make a url in the noticed clickable.
@andrepc1876 Add the a href tag to itCOPY CODE<a href="http://www.google.com">google</a>
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
Moderator@alvedon But he doesnt want a 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
April 13, 2015 at 18:22 in reply to: Show avatar of user who commented in notification emails ? #54214sharmstr
ModeratorI did a google search and it there’s some old info about customizing the notification emails. Might still be valid.
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
April 13, 2015 at 18:06 in reply to: Show avatar of user who commented in notification emails ? #54208sharmstr
ModeratorHave you asked on the bp forum? Its handled by them.
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
April 12, 2015 at 21:37 in reply to: Using PMPro to restrict Portfolio Items or (better still) Portfolio Categories #54116sharmstr
ModeratorIts easy enough to add the pmpro meta box to the portfolios, but the issue is blocking them out of the portfolio loop. You can create specific category page templates to lock down an entire category from an archive perspective as well.
Portfolios are just posts, so how did you “master restricting post categories”?
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
ModeratorAssuming you meant “videos can fall out of line”, you’ll need to set a strict height to the header and excerpt.
adjust as you see fit.
COPY CODE.portfolio-header { height: 100px; overflow: hidden; } .portfolio-info { height: 100px; }
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
ModeratorHi 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
ModeratorLooks like you’ve sorted it out.
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
ModeratorAsk over on the buddypress forum. kleo doesnt have anything for that.
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
ModeratorDo you have anything assigned to those categories. If the categories have 0 posts then it wont show up in the query builder.
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
ModeratorTheme options > Header options > Display top bar = Off
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
ModeratorHere’s some code I came up with that will filter the description and append the add-to-cart shortcode.
COPY CODEadd_filter('the_content','append_add_to_cart'); function append_add_to_cart( ) { if ( is_single() && get_post_type( get_the_ID() ) == 'product' ) { $content = get_the_content(); return $content . do_shortcode('[add_to_cart id="' . get_the_ID(). '"]'); } }
That shortcode doesnt give you a qty box. You should ask over on the woo forums how to do this better.
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
April 12, 2015 at 02:42 in reply to: Login Pop Up window – url redirect after login possible ? #54064sharmstr
Moderator😉
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 could create a category specific template and remove the comments section from it
http://stanhub.com/create-wordpress-single-template-for-a-specific-category-or-custom-post-type/
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
April 11, 2015 at 16:37 in reply to: Login Pop Up window – url redirect after login possible ? #54031sharmstr
ModeratorAssuming you did a search here and found that Peters Login Redirect has been suggested 100 times, are you saying its not working for you? 🙂 LOL
https://wordpress.org/plugins/peters-login-redirect/screenshots/
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
ModeratorTry to sort it yourself. Google how to check to see if you are on one of the other pages. I’ve given you the basic structure, now see if you can expand on it. Its how I learned and its what I’d do to answer your question.
I’ll figure it out for you if you fail to figure it out.
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 really best to post this in the feature request topic for 2 reasons. 1 – Abe gets notified and 2 – It a single place to look for these +1s.
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
ModeratorExport the slider and attach to a reply. I’ll try it on my 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
ModeratorThey do work. So either you’ve done it wrong or you have a conflict.
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 should read the woo docs http://docs.woothemes.com/document/variable-product/
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
ModeratorIf you have the child theme enabled, you can copy /kleo/page-parts/general-header-section.php to /kleo-child/page-parts/general-header-section.php. Make whatever changes you need. You’ll probably just want to move the top bar div under the main header div. I anticipate that you’ll have to make css changes as well. If you don’t have the skills to do that, then you’ll have to hire someone.
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 set it back to right side bar and changed a few of the pages to full width and its working now. Go change all of the pages.
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 dont know why its not working. Maybe a plugin conflict or something. Anyhow, I set the main layout to full width.
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 dont think that code will work since Kleo has its own sidebar generator. Ty something like this. Put this in your functions file.
COPY CODEadd_filter('kleo_sidebar_name','my_cpt_sidebar'); function my_cpt_sidebar() { if (get_post_type( get_the_ID() ) == 'wiki') { return 'wiki'; } }
This assumes your cpt AND your sidebar are named wiki
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
Moderatorselect “set as private reply” before clicking submit.
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
ModeratorThis is not a kleo function, so you’d be better off asking over on the buddypress forum. Its probably been addressed over there already. With that said, check your spam folder and your hosting email logs for errors.
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
ModeratorCOPY CODE<?php _e( 'No spaces in usernames allowed.', 'buddypress' ); ?>
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 dont know what you did. I went in an readded the code I had put in theme options > general. I dont think it was all the code I gave you before since towards the end, I was only making changes on your site, not the dev site I set up for you. Good luck.
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’s my point. The site was set up and all my code was added with the child theme enabled. You dont have any of that because you have the kleo parent theme enabled.
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
ModeratorDo you have Kleo parent enabled instead of kleo child?
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
April 10, 2015 at 05:06 in reply to: wp-admin blank / white screen after enabling basic buddypress options #53884sharmstr
Moderatorenable debugging in wp-config.php. make sure you add display = true.
https://codex.wordpress.org/Debugging_in_WordPresstry reloading the admin and see what error it gives you. i’ll bet its a memory exhausted error.
http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/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
ModeratorThis is the first thing that came up on google? https://wordpress.org/plugins/wp-disable-comments/
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
ModeratorGet some sleep! …. or keep asking questions. lol
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 so much darn doc. 🙂
I just meant in general though: https://wpbakery.atlassian.net/wiki/display/VC/Visual+Composer+Pagebuilder+for+WordPress
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 was specifically addressing your need for Nike data integration.
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 this in your css
COPY CODE.main-title { background-image: url("https://www.christiansrule.com/wp-content/uploads/2015/02/brickwall.png"); background-repeat: repeat; background-size: inherit; background-attachment: scroll; background-position: left top; }
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 way to inject the message so you’ll have to edit the register page.
Copy /kleo/buddypress/members/register.php to your child theme then edit.
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 way to inject the message so you’ll have to edit the register page.
Copy /kleo/buddypress/members/register.php to your child theme then edit.
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 should read their documentation or watch their videos.
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