Forum Replies Created

Viewing 40 posts - 9,161 through 9,200 (of 11,328 total)
  • Author
  • in reply to: User ID on Profile Pages #42404
     sharmstr
    Moderator

    Just so I understand your requirement…. The built in x-profile wont work for you because you want to give your member the ability to add whatever field they want instead of filling out pre-defined fields?

    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: User ID on Profile Pages #42403
     sharmstr
    Moderator

    Assuming you are using buddypress $bp->displayed_user->id will get you the user ID of the profile you are looking at.

    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: Popup login not working at homepage #42387
     sharmstr
    Moderator

    I’ll edit the other posts. Thanks.

    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: Popup login not working at homepage #42385
     sharmstr
    Moderator

    They have changed the filter since that code was posted. Try this.

    COPY CODE
    
    
    function kleo_ajax_login()
    	{
    		// Check the nonce, if it fails the function will break
    		check_ajax_referer( 'kleo-ajax-login-nonce', 'security' );
    
    		// Nonce is checked, get the POST data and sign in user
    		$info = array();
    		$info['user_login'] = $_POST['log'];
    		$info['user_password'] = $_POST['pwd'];
    		$info['remember'] = (isset( $_POST['remember'] ) && $_POST['remember'] === true) ? true : false ;
    
    		$info = apply_filters('kleo_ajaxlogin_atts', $info);
    		
    		$user_signon = wp_signon( $info, false );
    		if ( is_wp_error( $user_signon ) ){
                $error_msg = $user_signon->get_error_message();
    			echo json_encode(array( 'loggedin' => false, 'message' => '<span class="wrong-response"><i class="icon icon-attention"></i> ' . $error_msg . '</span>' ));
                //echo json_encode(array( 'loggedin' => false, 'message' => '<span class="wrong-response"><i class="icon icon-attention"></i> ' . __( 'Wrong username or password. Please try again.', 'kleo_framework' ) . '</span>' ));
            } else {
                if ( sq_option( 'login_redirect' , 'default' ) == 'reload' ) {
                    $redirecturl = apply_filters( 'kleo_modal_login_redirect', '/activity/', '', $user_signon );
                }
                else {
                    $redirecturl = apply_filters( 'login_redirect', '', '', $user_signon );
                }
    
    			echo json_encode(array('loggedin'=>true, 'redirecturl' => $redirecturl, 'message'=> '<span class="good-response"><i class="icon icon-ok-circled"></i> ' . __( 'Login successful, redirecting...','kleo_framework' ) . '</span>' ));
    		}
    
    		die();
    	}
    
    
    
    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: Popup login not working at homepage #42378
     sharmstr
    Moderator

    How are you logging in? If its with facebook then it will direct you back to the homepage. No way around that 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: Hamburger sidebar nav #42373
     sharmstr
    Moderator

    Did you finally get this working?

    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: Popup login not working at homepage #42372
     sharmstr
    Moderator

    did you try this? https://archived.seventhqueen.com/forums/topic/kleo-login-redirect#post-31684

    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: No buttons to add to basket on products #42369
     sharmstr
    Moderator

    Do you have a price on them? The buttons wont show if the price is $0

    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: Popup login not working at homepage #42368
     sharmstr
    Moderator

    Many discussions about how to redirect: https://archived.seventhqueen.com/forums/search?bbp_search=login+redirect&bbp_search_forum_id=10549

    Put your suggestion in the feature request topic so that they people who work here see 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: Popup login not working at homepage #42359
     sharmstr
    Moderator

    Are you using a custom modal? You can add the kleo one by adding the login menu item from the kleo section. If you can see the Kleo section, click on screen options in the upper right hand corner of the menu screen.

    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: Tags are not displaying in regular and custom posts #42351
     sharmstr
    Moderator

    You can restyle them using custom css.

    COPY CODE
    
    small.meta-category a {
    border: 1px solid;
    }
    
    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: Forum URL Question #42350
     sharmstr
    Moderator

    I dont know. You should ask or search over at bbpress.

    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: Forum URL Question #42347
     sharmstr
    Moderator

    https://bbpress.org/forums/topic/forum-url/

    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 page is empty #42346
     sharmstr
    Moderator

    https://wordpress.org/plugins/menu-items-visibility-control/

    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 script popped up #42345
     sharmstr
    Moderator

    Its a bbpress error as indicated by ‘bbp’ in ‘bbp_setup_current_user’. Please contact them for assistance.

    Google “bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init()”

    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 page is empty #42342
     sharmstr
    Moderator

    For what you want to do, you only need to be concerned with logged in or logged out. Not what type of user they are.

    Here are some videos on VC http://vc.wpbakery.com/video-academy/

    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: Errors post KLEO installation #42339
     sharmstr
    Moderator

    rtMedia is compatible. You’ll have to post your question on their forum.

    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: Member Carousel avatar size #42308
     sharmstr
    Moderator

    It should be temporary. You’ll have more than 10 members soon enough right? 🙂

    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: Facebook login not working #42305
     sharmstr
    Moderator

    You can view errors using the dev console of any browser. You’ll have to load the page AFTER you have the console up.

    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: Member Carousel avatar size #42304
     sharmstr
    Moderator

    You can split the row up into columns and put the carousel in the middle one. As you’ve noticed, the thumbnails grow and shrink depending on how much room they have.

    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: Errors post KLEO installation #42302
     sharmstr
    Moderator

    Looks like they are all rtMedia errors. Disable rtMedia and see if they persist. If so, contact them.

    Also, you should be running Kleo child. http://codex.wordpress.org/Child_Themes

    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: Facebook login not working #42301
     sharmstr
    Moderator

    Sounds like a javascript error. Disable all plugin except the for the standard kleo one and see if you still have the 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

     sharmstr
    Moderator

    Seeeeeee. Pretty easy, right? (I can say that since I dont work here. lol)

    I’ll take a look on the mobile later.

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

    There’s too many files that were touched in the fix. I’m thinking about a week.

    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 Category Sorting #42252
     sharmstr
    Moderator

    Okay. I was finally able to reproduce the issue. I’ve already submitted the fix to the kleo team. You wont have to change anything on your end. Thank you again for pointing this out and allowing me to use your site to verify.

    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 Category Sorting #42239
     sharmstr
    Moderator

    Can I have access to the products? I want to check out dates and such.

    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 Category Sorting #42232
     sharmstr
    Moderator

    It wont let me sign in.

    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 page is empty #42231
     sharmstr
    Moderator

    Visual Composer. Basically add the Content by user type, select what type of user can see it, then add content to it. So you’ll have two ‘content by user type’ containers. One for logged in users and one for logged out users. The other benefit to doing it this way is that you wont need an extra plugin to control where “home” points to in 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

    in reply to: Product Category Sorting #42228
     sharmstr
    Moderator

    I wont see it. Please post it here and mark private.

    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 page is empty #42227
     sharmstr
    Moderator

    Do a search. I believe its been answered many times.

    But, you can also do it all on a single page. Just use the Content by user type shortcode in 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: Register page is empty #42223
     sharmstr
    Moderator

    If you’re using buddypress, you need to create a register page (empty page) if it doesnt exist already. Then you need to go into Settings – Buddypress – Pages and make sure register is pointing to it.

    https://codex.buddypress.org/getting-started/configure-components/

    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 page is empty #42217
     sharmstr
    Moderator

    You cant see it if you are logged into your site. It redirects you to the home page if you are already logged in.

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

    Oh. And thank 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: KLEO – Features Requests #42213
     sharmstr
    Moderator

    My code has been added to Kleo. It will be available in the next release.

    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: Urgent Help, missing registration page #42210
     sharmstr
    Moderator

    I’ve credited a custom reg page that even has a revslider, so I know it works. Telling us what you did (how you did it) would be helpful in assisting 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Urgent Help, missing registration page #42205
     sharmstr
    Moderator

    You can’t directly edit the registration page using the page editor in WP Admin. Buddypress builds the page in the background. The register page you see in WP Admin – Pages is a placeholder.

    To edit the registration page, you must edit the actual php file found at /kleo/buddypress/members/register.php

    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: Tags are not displaying in regular and custom posts #42204
     sharmstr
    Moderator

    Tags are displayed in the post meta only (upper left of post). You can turn that section on and off in Theme Options > Blog

    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 haven’t fully tested it, but try

    COPY CODE
    
    
    .sidebar.sidebar-main.col-sm-3.sidebar-3rr {
    width: 20%;
    }
    
    .sidebar.sidebar-extra.col-sm-3.sidebar-3rr {
    width: 30%;
    }
    
    
    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: Just bought VC #42195
     sharmstr
    Moderator

    Ah. Okay. Sorry about 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

     sharmstr
    Moderator

    I dont know off the top of my head. I vaguely remember something about that being discussed here. Did you search? If you can’t find anything, let me know and I’ll have a look… but probably not until tomorrow.

    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 - 9,161 through 9,200 (of 11,328 total)

Log in with your credentials

Forgot your details?