Forum Replies Created

Viewing 40 posts - 2,921 through 2,960 (of 11,328 total)
  • Author
  • in reply to: Facebook Sign-up Problem #86084
     sharmstr
    Moderator

    I miss read your other response. Sorry.

    So how would you identify that the user already has an account? It needs to be specific to them and the only thing I know of is an email address. You cant do it by name. You cant do it by IP 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: Theme Auto Update Not Working #86083
     sharmstr
    Moderator

    answered in your other 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

    in reply to: Visual Composer Security Issue #86082
     sharmstr
    Moderator

    I asked what version in the other ticket. If you have less than Kleo 3.04 (if I remember correctly) you need to upload via FTP. I’ve already given you the link with instructions on 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: Go Pricing Tables #86081
     sharmstr
    Moderator

    You need some sort of ecommerce 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: Unable to load Rev Slider demo content #86067
     sharmstr
    Moderator

    here are some other possible solutions

    unpack and rezip: http://forum.muffingroup.com/betheme/discussion/7924/revolution-slider-demo-import-error-slider-export-txt-does-not-exist

    Permissions issue on the server: http://support.progressionstudios.com/discussion/9316/slider-export-txt-does-not-exist

    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: Visual Composer Security Issue #86065
     sharmstr
    Moderator

    Which one? The latest VC is 4.8.0.1 which is available in Kleo 3.1

    https://archived.seventhqueen.com/forums/topic/kleo-updates-change-log (typo on VC version. should read 4.8)

    https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    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 Auto Update Not Working #86062
     sharmstr
    Moderator

    What version are you currently on? Did you create an API using your themeforest account?

    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 Sign-up Problem #86061
     sharmstr
    Moderator

    What version of Kleo? Have you looked for plugin conflicts?

    The odd thing is that buddypress wont let you sign up using a duplicated email address using their registration form.

    Kleo’s facebook code checks for it as well. Here’s the important part of the code

    COPY CODE
    
    
    if( !$user_ID ){  
     
    //we didnt have a user id that matched a previously facebook registration, so lets compare the fb email to any email found in wordpress
    
    $user_email = $FB_userdata['email'];
    $user_ID = $wpdb->get_var( "SELECT ID FROM $wpdb->users WHERE user_email = '".$wpdb->escape($user_email)."'" 
    );
    
     //Register user
            if( !$user_ID )
            // we didnt find a matching email, so now we are going to register the 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: Duplicate Demo Member Profile #86055
     sharmstr
    Moderator
    COPY CODE
    
    @media (max-width: 768px) {
    
    #buddypress #members-list .item-title {
    padding-top: 10px;
    clear: both;
    }
    
    }
    

    Play with the padding top and max-width numbers

    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: Content by user type not working #86050
     sharmstr
    Moderator

    Whoop. *high five*

    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: Visual Composer Element Window Not Working #86049
     sharmstr
    Moderator

    maybe this http://wpvkp.com/wordpress-remove-query-string-css-javascript-js/

    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: Duplicate Demo Member Profile #86047
     sharmstr
    Moderator

    The sections are defined by the profile groups you create in Users > Profile Fields. https://codex.buddypress.org/administrator-guide/extended-profiles/

    There might be a way to do multiple columns via css. You’d have to look into that. But you can edit the template file which is /kleo/buddypress/members/single/profile/profile-loop.php.

    There’s also a plugin that breaks the sections into tabs. Cant remember the name right now, but other users have used it with Kleo.

    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: Content by user type not working #86042
     sharmstr
    Moderator

    wp admin > appearance > install plugins

    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: Front End editor just will not load and work #86036
     sharmstr
    Moderator

    I see it just fine. See 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Content by user type not working #86032
     sharmstr
    Moderator

    I just tested on two of my sites and it works fine. If you are on VC 4.8.0.1 and its not working, look for plugin conflicts. Purge sever cache/cdn.

    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: Content by user type not working #86029
     sharmstr
    Moderator

    What about VC? Is k-elements 3.1 as well?

    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: Content by user type not working #86026
     sharmstr
    Moderator

    This was fixed recently. What version of Kleo, K-elements and VC do you have running?

    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 form to change cover photo #86025
     sharmstr
    Moderator

    That’s all I got.

    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: Change group name, but group forum name unchanged #86024
     sharmstr
    Moderator

    You can submit a feature request with the buddypress team.

    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 form to change cover photo #86016
     sharmstr
    Moderator

    Were you able to 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: Change group name, but group forum name unchanged #86009
     sharmstr
    Moderator

    Kleo doesnt control that. Buddypress does. They will probably tell you that its not a bug since you can select any forum to associate to the group. They aren’t married. The group creation process gives you a simple way to create a forum and auto associated. But after that step they are separate entities in the sense, as mentioned before, you can go back and assign a different forum to the group.

    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 Side Menu #86005
     sharmstr
    Moderator

    So, it works perfect on my site. I think the issue is that you’re also using Nav Menu Roles. It’s even popping up a warning about it in WP Admin

    “Nav Menu Roles has detected a possible conflict with the following functions or classes: Menu_Items_Visibility_Control”

    The other idea I had was to use widgets. Create a new sidebar, add a text field for each series, put links to each page in each series, use a plugin like conditional widgets to control display then add the sidebar in theme options > side 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: Go Pricing Tables #85985
     sharmstr
    Moderator

    You can use go pricing for whatever you want. Just add the woocommerce shortcode for add to cart

    https://docs.woothemes.com/document/woocommerce-shortcodes/

    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 Side Menu #85975
     sharmstr
    Moderator

    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: Filter Kleo activity stream module to show friends only #85968
     sharmstr
    Moderator

    You’ll have it edit the shortcode /plugins/k-elements/shortcodes/templates/buddypress/kleo_bp_activity_stream.php and add your parameters to 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: Custom Side Menu #85966
     sharmstr
    Moderator

    I vaguely remember seeing that asked before. Do a search.

    Also, let me know if that doesnt work. I have another idea, but I like this menu items approach 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

    in reply to: Custom Side Menu #85963
     sharmstr
    Moderator

    Yep. That’s why its called Menu ITEMS Visibility (LOL). See if this makes sense. Notice the difference between Series A and Series B as far as the page IDs go. I havent tested this but I think it should work ok.

    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: Custom Side Menu #85960
     sharmstr
    Moderator

    You only use 1 menu.

    in menu items 1 – 10 (assumes page ids are 1-10, obviously not so change to suit)

    COPY CODE
    
    is_page(array('1', '2', '3', '4', '5', '6', '7','8','9','10'));
    
    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 Side Menu #85952
     sharmstr
    Moderator

    I think you are thinking about that backwards. The page id is for the page to show the link on. Its not the id of the video 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: How Can Require a User to Fill Out All Field Groups? #85945
     sharmstr
    Moderator

    I should mention that you can use Peters Login Redirect to specify a post-registration redirect to the users profile edit screen, but that still wont make them fill out the 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: How Can Require a User to Fill Out All Field Groups? #85944
     sharmstr
    Moderator

    Buddypress doesnt have a built in way of doing this, unless you add those fields to the default tab. Either google or ask on the buddypress forums for a solution. I know its been asked before so you should find some info that will help.

    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

    Turn off Private Site in Theme Options

    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: Duplicated menu #85929
     sharmstr
    Moderator

    WP Admin > Appearance > Menu: Remove the menu items.

    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 Side Menu #85927
     sharmstr
    Moderator

    moving to feature requests 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: Custom Side Menu #85926
     sharmstr
    Moderator

    Try this plugin https://wordpress.org/support/plugin/menu-items-visibility-control

    You can use this code: https://codex.wordpress.org/Function_Reference/is_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: Progress Label in bbPress #85925
     sharmstr
    Moderator

    Please search before asking. There’s a sticky topic for it: https://archived.seventhqueen.com/forums/topic/what-plugin-are-you-using-to-show-ticket-status

    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: Demo slider dimensions + watermark question #85924
     sharmstr
    Moderator

    Go to your slider settings and set Desktop Large height to 600px. Let me know if that fixes 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: Do not show front page after log in #85922
     sharmstr
    Moderator

    Use peters login redirect plugin. You can redirect based on role

    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: The button “show more” does not work #85921
     sharmstr
    Moderator

    It was your bad code in your functions.php file. I commented out this

    COPY CODE
    
    wp_enqueue_script( 'smooth-scroll', get_template_directory_uri().'/js/smooth_scroll.js', array( 'jquery' ), '', true );
    

    In the future, please check your custom code.

    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: Rev Slider Button Border #85903
     sharmstr
    Moderator

    Check your quick css settings.

    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 - 2,921 through 2,960 (of 11,328 total)

Log in with your credentials

Forgot your details?