Forum Replies Created

Viewing 40 posts - 7,681 through 7,720 (of 11,328 total)
  • Author
  • in reply to: Buddy Press Custom Profile Fields #54227
     sharmstr
    Moderator

    AFAIK 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.

    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

    in reply to: Best Way to Message All Members #54225
     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 it

    COPY 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Must be logged in to see page #54223
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Have 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Grid layout on portfolio items in post #54115
     sharmstr
    Moderator

    Assuming 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Must be logged in to see page #54114
     sharmstr
    Moderator

    http://wordpress.stackexchange.com/questions/138435/redirect-not-logged-in-users-if-they-are-on-a-specific-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: Must be logged in to see page #54105
     sharmstr
    Moderator

    Looks 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BuddyPress Private Messages for Friends Only #54104
     sharmstr
    Moderator

    Ask 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Query Builder does not pickup new Categories #54103
     sharmstr
    Moderator

    Do 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Removal Of Top Bar #54102
     sharmstr
    Moderator

    Theme 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Woocommerce duplicate ADD TO CART button #54100
     sharmstr
    Moderator

    Here’s some code I came up with that will filter the description and append the add-to-cart shortcode.

    COPY CODE
    
    add_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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    😉

    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 comments for certain post categories #54033
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Assuming 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Custom sidebar for cutom post types #54025
     sharmstr
    Moderator

    Try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BuddyPress Cover for Groups #53990
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Kleo Button Links in RevSlider Not Linking #53988
     sharmstr
    Moderator

    Export 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Kleo Button Links in RevSlider Not Linking #53957
     sharmstr
    Moderator

    They 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 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: multi price #53952
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Help with placing the TopBar UNDER the Header? #53951
     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Membership Page Not Taking Full Width Template #53944
     sharmstr
    Moderator

    Actually, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Membership Page Not Taking Full Width Template #53943
     sharmstr
    Moderator

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Custom sidebar for cutom post types #53939
     sharmstr
    Moderator

    I dont think that code will work since Kleo has its own sidebar generator. Ty something like this. Put this in your functions file.

    COPY CODE
    
    
    add_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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Membership Page Not Taking Full Width Template #53936
     sharmstr
    Moderator

    select “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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Not reviving email #53922
     sharmstr
    Moderator

    This 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: add text next to USERNAME registration #53918
     sharmstr
    Moderator
    COPY 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Theme has reverted back to almost original settings? #53917
     sharmstr
    Moderator

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Theme has reverted back to almost original settings? #53905
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Theme has reverted back to almost original settings? #53886
     sharmstr
    Moderator

    Do 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    enable debugging in wp-config.php. make sure you add display = true.
    https://codex.wordpress.org/Debugging_in_WordPress

    try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Disable comments for certain post categories #53882
     sharmstr
    Moderator

    This 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Video brakground header #53881
     sharmstr
    Moderator

    Get 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Video brakground header #53879
     sharmstr
    Moderator

    There’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: KLEO – Features Requests #53877
     sharmstr
    Moderator

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Custom Header Strip for BuddyPress/WooCommerce Pages #53874
     sharmstr
    Moderator

    Put 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: add text next to USERNAME registration #53846
     sharmstr
    Moderator

    There’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Register – email address #53845
     sharmstr
    Moderator

    There’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Video brakground header #53844
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 7,681 through 7,720 (of 11,328 total)

Log in with your credentials

Forgot your details?