Forum Replies Created
-
Author
-
sharmstr
ModeratorSettings > 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSweet. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBecause 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHow’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWow 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 CODEfunction 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWell, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOkay. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorStart 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThen 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHmmm. 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 CODEfunction 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 14, 2015 at 17:40 in reply to: Lock Portfolio Content + drip Feed content for Portfolio + some more question #58762sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorVC 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – 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 CODEService <em>New</em>
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
ModeratorRespond 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAfter logging in?
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
ModeratorContact 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAre 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhenever 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttps://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 14, 2015 at 04:20 in reply to: Visual Composer Feature not Showing when Creating Portfolio Items #58705sharmstr
ModeratorSettings > VC > enable it.
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
ModeratorJust 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYep – 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts