Forum Replies Created

Viewing 40 posts - 6,881 through 6,920 (of 11,328 total)
  • Author
  • in reply to: Facebook login #58834
     sharmstr
    Moderator

    Settings > General: Turn on anyone can register

    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

    Sweet. Good luck with the launch.

    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: Outlines in template #58825
     sharmstr
    Moderator

    Because the styling options you set in Theme Options are written to a file called dynamic.css located in that uploads folder. Figure out a way to exclude that file in whatever you’re adding to .htaccess

    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

    How’s it looking over there?

    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 to insert a button on revolution slider #58819
     sharmstr
    Moderator

    The Rev slider image in this post shows you how: https://archived.seventhqueen.com/forums/topic/is-there-a-way-to-integrate-login-screen-into-front-page-eliminating-login-page#post-42817

    Please search: https://archived.seventhqueen.com/forums/topic/full-screen-images

    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: Outlines in template #58818
     sharmstr
    Moderator

    Its suppose to : http://seventhqueen.com/themes/kleo/activity/

    If you want them lighter you can change that in Theme Options > Styling

    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

    Wow that took forever. I cant determine whats wrong. But this should get you close. I didnt want to add it because you’ll have to make sure your admin(s) are in the correct level. Also, change the 1 to whatever level its supposed to be. The code is from my site so I used 1. I purposely put each component in its own if statement so you can easily see what they do and disable/change if necessary.

    COPY CODE
    
    function custom_deny_access() {
    	global $bp;
    	
    	if ( bp_is_user() && !bp_is_my_profile() && !pmpro_hasMembershipLevel(1) ) {
    		wp_redirect( get_bloginfo( 'url' ) );
    		exit;
    	}
    	
    	if ( bp_is_activity_directory() && !pmpro_hasMembershipLevel(1) ) {
    		wp_redirect( get_bloginfo( 'url' ) );
    		exit;
    	}	
    	
    	if ( bp_is_members_directory() && !pmpro_hasMembershipLevel(1) ) {
    		wp_redirect( get_bloginfo( 'url' ) );
    		exit;
    	}
    	
    	if ( bp_is_group() && !pmpro_hasMembershipLevel(1) ) {
    		wp_redirect( get_bloginfo( 'url' ) );
    		exit;
    	}	
    	
    	if ( bp_is_groups_directory() && !pmpro_hasMembershipLevel(1) ) {
    		wp_redirect( get_bloginfo( 'url' ) );
    		exit;
    	}
    	
    	if ( bp_is_messages_compose_screen() && !pmpro_hasMembershipLevel(1) ) {
    		wp_redirect( get_bloginfo( 'url' ) );
    		exit;
    	}	
    
    }
    add_action( 'template_redirect', 'custom_deny_access' );
    
    
    
    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

    If you see some whacky stuff, its me 🙂

    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

    Well, let me clarify, I sorta work here. I didnt want to freak you out thinking you just gave the keys to the kingdom to some random person 🙂

    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

    Okay. Give me some time. I have my real job to attend to for a bit. (I dont work here, in case you didnt know)

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

    I’m not a sir. Step by step instructions are provided by Facebook: https://developers.facebook.com/docs/apps/managing-development-cycle (specifically step 4)

    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

    Also, can I have ftp access to your site? Respond privately. I want to check out a few Kleo files.

    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

    Start enabling them. We are trying to find the issue (conflict). 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

     sharmstr
    Moderator

    I know.

    What it does is redirects you to the home page (your levels page) if anyone besides level 3 tries to view a profile that’s not theirs.

    Baby steps. We are trying to ID 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

    Its working for me on your site. I’ve enabled a few plugins and its still working. You should go through and enable one by one until you find the one that breaks the 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

     sharmstr
    Moderator

    Then it has to be a plugin issue or similar. You just took Kleo out of the picture by adding the custom code. You didnt say if you tested with ALL plugins disabled or not, meaning all the extra buddyrpess plugins. And for my sanity, please update VC. It has real issues with WP 4.2+

    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

    Hmmm. I’v been testing different settings and I cant get it to NOT work. I was keeping an eye on what you were doing and it didnt appear that you disabled ALL plugins. Looked like you still had some BP plugins enabled.

    You can try adding custom functions to do it for you instead of relying on Kleo I suppose. I’ve tested this code on my site, so I know it works. What it does is redirects you to the home page (your levels page) if anyone besides level 3 tries to view a profile that’s not theirs. Put it your functions file and turn off profile blocking in theme options > memberships before testing it. Again, you might have to clear your cache as well.

    COPY CODE
    
    function custom_deny_access() {
    	if ( bp_is_member() && !bp_is_my_profile() && !pmpro_hasMembershipLevel(3) ) {
    		wp_redirect( get_bloginfo( 'url' ) );
    	}
    
    }
    add_action( 'template_redirect', 'custom_deny_access' );
    
    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

    The only plugin that I see that’s out of date is Visual Composer. You should upgrade that. It probably wont fix your issues, but there are problems with it for sure. 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

     sharmstr
    Moderator

    I just tested having the levels page as your home page and that’s not the issue either.

    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 just saw on another users site a plugin called PMPro Series “Offer serialized (drip feed) content to your PMPro members.” Its written by the same people who wrote PMPro.

    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 Revolution slider to post index page? #58761
     sharmstr
    Moderator

    Sorry, forgot to add that you’ll have to edit whatever blog style page you’re using in /page-parts/. If you go into Rev Slider, it will show you how to add it using 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: Add Revolution slider to post index page? #58760
     sharmstr
    Moderator

    You can’t add anything to that page because its just a placeholder for WP to know where to display the blog. Its similar to how Buddypress uses placeholder 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

     sharmstr
    Moderator

    I was just looking through your custom functions again and I dont really see anything that would cause this. Its all pretty generic stuff. So, if I were you, I’d go with the plugin route first.

    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’ve done some testing and I cant recreate your issues on my test site. So, its either a plugin conflict or the custom PMPro functions in your functions.php file.

    A quick way to test if its something you added to your functions.php file is to enable the parent Kleo theme. Before doing that, export your theme options settings so you can reimport them in the kleo parent. Or if you dont want to do that, just do a quick test and restrict the groups directory.

    Obviously testing for plugin conflicts means disabling all the extra plugins you have. And since we are on the subject, I strongly suggest that you dont use bp like. Clicking like spawns several ajax calls. Click another like doubles it. Clicking another like triples it and so on. Bring up the page inspector and go to the network tab. Click a like. Then click unlike. You’ll see what I mean.

    Make sure you empty all your caches all 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: meta data fonts #58755
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .article-meta a {
      color: red !important;
    }
    
    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 4.5 #58754
     sharmstr
    Moderator

    VC combined the buttons into a single shortcode. Dont panic.

    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: Top menu avatar #58752
     sharmstr
    Moderator

    1 – You need to add the Live Notification and My Account menu items from the Kleo list. If you dont see the Kleo list on the left side, then enable it by clicking on Screen Options in the upper right hand of your screen. The avatar will automatically show up for My Account. For Live Notifications, you need to choose an icon.

    2 – Wrap the Navigation Label in em tags like this

    COPY CODE
    
    Service <em>New</em>
    
    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.
     sharmstr
    Moderator

    Respond privately with a link and admin 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: Want to remove activity tab from profile menu #58750
     sharmstr
    Moderator

    Looks like your code is wrong: https://buddypress.org/support/topic/remove-item-from-sub-nav-on-profile-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: Want to remove activity tab from profile menu #58749
     sharmstr
    Moderator

    The code doesnt work with the 2015 theme either. You should ask on the buddypress forum. The only piece they cant help you will is hiding the icon. You can do that with this css

    COPY CODE
    
    #-personal-li { display:none; }
    
    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 #58748
     sharmstr
    Moderator

    The error is self explanatory. You need to publish your app. Its still in dev mode. Please read the available documentation on the fb developers 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 bp_the_profile_field_value() #58747
     sharmstr
    Moderator

    @abracadabra – If you’re going to share code, please wrap it in pre tags. If they copy the code from your post it will not work since the single quotes get changed to fancy quotes. 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: sidebars #58743
     sharmstr
    Moderator

    After logging 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: plugin accept user can post on page or categories #58742
     sharmstr
    Moderator

    Contact the developers of the 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: sidebars #58711
     sharmstr
    Moderator

    Are you sure everything is up to date?

    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 post Grid view no longer working #58708
     sharmstr
    Moderator

    Whenever you find something that doesnt work, standard procedure is to disable all the extra plugins you’ve installed. Once you get back to a state in which its working, enable the extra plugins one by one, checking your site after each one to find the culprit.

    The other option is to inspect your page for errors. I’ve done that and can see that Ultimate VC is throwing jquery errors. Disable it and see if that fixes your issue.

    You are also running an older version of VC. Update it: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    Those two things will probably fix 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: Problems with the AJAX Search #58706
     sharmstr
    Moderator

    https://gist.github.com/Victoor/7823525

    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

    Settings > VC > enable 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: Login popup after AJAX call #58692
     sharmstr
    Moderator

    Just found this. http://stackoverflow.com/questions/16777041/magnific-popup-cant-fire-function-on-ajax-content-after-callback It might be helpful

    If you want to try the second suggestion here’s the code.

    COPY CODE
    
    $('.kleo-show-login, .bp-menu.bp-login-nav a, .must-log-in > a').magnificPopup({
              items: {
                src: '#kleo-login-modal',
                type: 'inline',
                focus: '#username'
              },
              preloader: false,
              mainClass: 'kleo-mfp-zoom',
    
              // When element is focused, some mobile browsers in some cases zoom in
              // It looks not nice, so we disable it:
              callbacks: {
                beforeOpen: function() {
                  if($(window).width() < 700) {
                    this.st.focus = false;
                  } else {
                    this.st.focus = '#username';
                  }
                }
              }
            });
    

    But I’d change .kleo-show-login to .kleo-show-login2 and delete the other selectors. Like this
    $(‘.kleo-show-login2’).magnificPopup({

    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: Login popup after AJAX call #58691
     sharmstr
    Moderator

    Yep – I was right: http://stackoverflow.com/questions/17715274/jquery-click-function-doesnt-work-after-ajax-call

    The problem is that the jquery isnt using click, its using magnificPopup, but the same principal applies. I dont have time to look at it right now, but google “magnificPopup not working after ajax” or similar to see if there is a solution.

    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 - 6,881 through 6,920 (of 11,328 total)

Log in with your credentials

Forgot your details?