Forum Replies Created
-
Author
-
AndreiModerator
Hi,
I’ve spent some time on this so hope it will work as you expect:
COPY CODEfunction hide_profile_tabs_by_pmpro_level(){ if(function_exists('pmpro_hasMembershipLevel')){ global $bp_tabs, $current_user; $user_level = (int)$current_user->membership_level->ID; $allowed_tabs_per_level = array( '0' => array(), '1' => array('Base'), '2' => array('Base', 'Lifestyle'), ); if($bp_tabs){ foreach($bp_tabs as $bp_tab_id => $bp_tab){ if(!in_array($bp_tab['name'], $allowed_tabs_per_level[$user_level])){ unset($bp_tabs[$bp_tab_id]); } } } } } add_action('bp_after_member_header', 'hide_profile_tabs_by_pmpro_level', 1);
You just have to populate the $allowed_tabs_per_level array with your levels > tab names.
Let me know how it went.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorYou need to hide the entire profile form the listing, or just some information from it’s profile listing box ?
Looking forward.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorUnfortunately the UBER menu plugin won’t be compatible with our theme without a few customizations.
We’ll put up a feature request voting system which you could use to request the development of a compatibility with this plugin, and if the crowd will support your idea then we’ll implement it.Looking forward.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi, attributes are displayed without any problems in our Kleo theme, here is a screenshot proving it:
http://seventhqueen.com/public-files/andrei_2015-04-20_02-53-08.pngPlease let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorCan someone share a copy of this plugin with us so we can give it a test run with our theme ?
Thanks.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi @gofunky, unfortunately this is a very unique request, and as I’ve said, it’s more related to the rtMedia plugin. You will probably have to hire a developer and build this feature by yourself, as an extension of the rtMedia plugin.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorYou’ve shared admin credentials but didn’t shared a url of your site.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi @Nicole, the timeout is set from your httpd server settings.
In your case it seems that it’s set to 5 seconds, so if from some reason (which is again related to your server configuration/availability/load) the login action will take more than 5 sec’s to reply to the ajax request, the server will cut down the connection and it will leave the ajax call hanging.Here is a screenshot where you can see a few details about the response of your server, so you should increase the timeout time from “Keep Alive” to around 15-20 seconds, depending of the preferences of your hosting server admin.
http://seventhqueen.com/public-files/andrei_2015-04-19_00-55-16.pngPlease let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI’m glad you managed to figure it out.
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorCan you please post a link to your website so we can check it ?
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI couldn’t see the logo like in your screenshot, so it’s just a cache issue on your side, try from a new phone from which you didn’t visited the site yet.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorBecause the logo from the black bar of your mobile version, is put there by the plugin that you are using for your mobile menu.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi, here are a few details about it: https://codex.wordpress.org/Using_Permalinks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorFor this kind of questions I would kindly ask you to contact the authors of the PMPro plugin: http://paidmembershipspro.com/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorSure, please update the theme to it’s latest version ( 2.8.1 ) to make use of the new features.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorPlease enable your permalinks for your wp install and the your links should work without problems.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi, please go to your Jetpack plugin and disable the Mobile Theme from that plugin, which is overriding our theme.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThe updates might be broken because a wrong api key or by wrong file permissions.
Here are a few details about updating your theme or plugins: https://archived.seventhqueen.com/documentation/kleo#updatesCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
Taking in mind that you should have the kleo-child theme activated, please copy the file from inside the attached archive to the following location: “wp-content/themes/kleo-child/buddypress/activity/post-form.php”
I have modified the textarea tag, which is found at line 30, and I have added the placeholder attribute.
Let me know if it worked as it should.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.AndreiModeratorHi, this is doable but unfortunately is a pretty custom request and if you don’t have the proper knowledge to do them by yourself then you’ll probably need to hire an developer to build this feature.
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 15, 2015 at 18:57 in reply to: HTML Tag for Page Titles Seems Broken for Buddypress & bbPress #54649AndreiModeratorThis issue is in the most cases created by the Yoast Seo plugin, which has an old, known, incompatibility with buddypress. Here is a topic in which I’ve given a fix to the issue, please let me know if it works in your case also:
https://archived.seventhqueen.com/forums/topic/title-tags-for-groups-members-are-missing
Looking forward.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi, modifying activity notices by the user field should be a pretty custom thing, for which you’ll have to either find a plugin which gives you such features or by hiring a developer to help you customize them.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi @albatros85, unfortunately there is no such option to create additional search forms with different field assignments. You can try to search for an additional plugin or you’ll probably have to find someone to help you develop it by yourself.
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorDuplicate topic, conversation is continued here: https://archived.seventhqueen.com/forums/topic/remove-mobile-header
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThe difference is that when the user registers with facebook, a randomly generated password is used to create the account and an email with the details is sent to the user, but when the user register manually by email, he already choose a password and you don’t need to send him the password trough email.
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
You can set the sidebar width only for the entire site, from “Theme Options > Layout Settings”.
For setting it up just for buddypress pages will require to edit some template files.Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
Wordpress doesn’t use CGI scripts, neither our theme or the majority of wordpress plugins.
In your case I think it might be about a virus or some custom plugin/script installed by you.Please ask your hosting to scan your space for cgi scripts and to tell you where they are located so you can inspect them and see if they are viruses or files that you added.
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI can confirm that it works without problems tested in an iphone device, but on the ios simulator, on osx, there are some issues with the positions of the buttons. But in this case the reliable source is the iphone test, the simulator might have some issues from time to time in different cases.
Please let me know if we can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI’ve have done the test with all wordpress components updated to their latest versions.
I really don’t know what could cause your issue, you might start by asking the developer of that export plugin which could be the cause of the issue.Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi @cali82, it seems that everything is ok now, right?
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi, for creating a login page you will have to firstly add a new sidebar called “Login”, after that you’ll have to go to ” Appearance > Widgets “, add the “BuddyPress Login” widget to the Login sidebar, and after that, go and create a new page, called “Login” in which you’ll have to add with Visual Composer, the “Widgetised Sidebar” element.
For the login redirect you could use the following plugin: https://wordpress.org/plugins/peters-login-redirect/
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI’ve downloaded and tested the Export User Data plugin, and there wasn’t any issues, the export was successfully for both fields.
Are you sure that you have users which filled that fields?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorAre you sure that you don’t use a plugin like “Export user data” ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorAre you sure that you don’t use a plugin like “Export user data” ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi @mledun, what plugin are you trying to use for fields export ?
Looking forward.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi @Guananithy, please temporary add the following piece of code to your functions.php file. This will output in the front end of your site all technical data of your registered sidebars.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 14, 2015 at 17:23 in reply to: New registration members – automatic friends requests from everyone and groups #54386AndreiModeratorHi, yes we are aware, and in the near future there will be a lot of improvements to come into our support section ( faq’s, video tuts, voted feature requests and much more .. )
For your problems regarding the redirects you should try the following plugin: https://wordpress.org/plugins/peters-login-redirect/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 14, 2015 at 16:46 in reply to: New registration members – automatic friends requests from everyone and groups #54383AndreiModeratorHi,
Firstly your footer is in the middle of the page because you didn’t added any content in the page.
Secondly, to hide menu items based on user type, please use the following plugin: https://wordpress.org/plugins/nav-menu-roles/
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
I’ve given a look at your issue and spent more than one hour trying to find what’s causing the redirect loop from your homepage when you have woocommerce activated. I’ve switched themes/deactivated/activated all plugins and couldn’t find anything. There might be some other details in your wp-config or any additional files with customizations which should be checked for errors but I couldn’t access them just from the backend of your wp install.
From what I’ve saw, the issue still persists no matter what theme you activate, so this isn’t coming from our theme for sure. You have a lot a customizations in there and I think the developer who made them should also know when this error appeared, so ask him to do a debug on the whole code and find out from where does this error comes.
The issue refers to a redirect loop, so it might also have to do with some wp ssl settings misconfigured.
Looking forward to help if you can come back with more technical details, or when your developer will find out how to exactly replicate this issue.Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHere is the page where those settings resides:
http://cl.ly/image/452B0F1E1k0DHope it’s more clearer now.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts