Forum Replies Created

Viewing 40 posts - 1,481 through 1,520 (of 1,856 total)
  • Author
  • in reply to: Profile Tabs for certain levels #55177
     Andrei
    Moderator

    Hi,

    I’ve spent some time on this so hope it will work as you expect:

    COPY CODE
    
    function 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Remove PMP roles from BuddyPress members page #55169
     Andrei
    Moderator

    You need to hide the entire profile form the listing, or just some information from it’s profile listing box ?

    Looking forward.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Submenu not displaying #55168
     Andrei
    Moderator

    Unfortunately 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WooCommerce Attribute / Variation Description #55166
     Andrei
    Moderator

    Hi, 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.png

    Please let me know if I can help you with anything else.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: background styles with Ultimate Addons plugin for VC #55165
     Andrei
    Moderator

    Can 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 solution
    in reply to: How to show notifications of comments on RT media? #55164
     Andrei
    Moderator

    Hi @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 solution
    in reply to: Possible to make header full width in boxed layout? #55162
     Andrei
    Moderator

    You’ve shared admin credentials but didn’t shared a url of your site.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Popup login form – randomly – not working #55114
     Andrei
    Moderator

    Hi @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.png

    Please let me know if I can help you with anything else.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Menu Button in Responsive Not working #55097
     Andrei
    Moderator

    I’m glad you managed to figure it out.
    Let me know if I can help you with anything else.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Menu Button in Responsive Not working #55093
     Andrei
    Moderator

    Can you please post a link to your website so we can check it ?
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Menu #54886
     Andrei
    Moderator

    I 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 solution
    in reply to: Menu #54882
     Andrei
    Moderator

    Because 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 solution
    in reply to: Member's page not showing (showing 404 instead) #54676
     Andrei
    Moderator

    Hi, 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 solution
    in reply to: Zombaio payment gateway for PMPro #54674
     Andrei
    Moderator

    For 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 solution
    in reply to: Matching System #54670
     Andrei
    Moderator

    Sure, please update the theme to it’s latest version ( 2.8.1 ) to make use of the new features.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Member's page not showing (showing 404 instead) #54669
     Andrei
    Moderator

    Please enable your permalinks for your wp install and the your links should work without problems.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: wordpress failure notice theme upload #54666
     Andrei
    Moderator

    Hi, 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 solution
    in reply to: Log In #54665
     Andrei
    Moderator

    The 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#updates

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Post Update Box #54656
     Andrei
    Moderator

    Hi,

    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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Profile Tabs for certain levels #54651
     Andrei
    Moderator

    Hi, 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    This 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mobile View Issues #54646
     Andrei
    Moderator

    Hi, 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 solution
    in reply to: Search form customization #54639
     Andrei
    Moderator

    Hi @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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mobile nav is too big #54625
     Andrei
    Moderator

    Duplicate 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 solution
    in reply to: Facebook and welcome mail #54624
     Andrei
    Moderator

    The 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Buddypress page sidebar width #54597
     Andrei
    Moderator

    Hi,

    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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: CGI processes #54581
     Andrei
    Moderator

    Hi,

    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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Compatibility Events Manager or Events Calendar #54461
     Andrei
    Moderator

    I 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: export user data problem #54419
     Andrei
    Moderator

    I’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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Menu #54416
     Andrei
    Moderator

    Hi @cali82, it seems that everything is ok now, right?

    Let me know if I can help you with anything else.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Login form #54409
     Andrei
    Moderator

    Hi, 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: export user data problem #54403
     Andrei
    Moderator

    I’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 solution
    in reply to: export user data problem #54399
     Andrei
    Moderator

    Are 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 solution
    in reply to: export user data problem #54398
     Andrei
    Moderator

    Are 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 solution
    in reply to: export user data problem #54391
     Andrei
    Moderator

    Hi @mledun, what plugin are you trying to use for fields export ?

    Looking forward.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Sidebars for custom post type #54390
     Andrei
    Moderator

    Hi @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.

    http://pastebin.com/J9j7A76N

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    Hi, 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 solution
     Andrei
    Moderator

    Hi,

    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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Homepage not loading when Woocommerce enabled #54136
     Andrei
    Moderator

    Hi,

    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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Matching System #53681
     Andrei
    Moderator

    Here is the page where those settings resides:
    http://cl.ly/image/452B0F1E1k0D

    Hope it’s more clearer now.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 1,481 through 1,520 (of 1,856 total)

Log in with your credentials

Forgot your details?