wpthemes
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] WPLMS Theme: Content accsess to QuizesOk, we have already tested groups plugin with Wplms and it works. Just check that the questions are not under any restriction. The quiz results fetch questions and apply the_content filter, which might be used by groups plugin to restrict the view of the question content.
@kento: how to share the access ? A sample site with groups and Wplms installed ?
Any progress on this ? This is a very big issue in Paid Memberships Pro, as the hook is clearly incapable of getting old membership levels. The old membership levels give the new membership level and hence makes the hook useless for anyone to use.
Please I beg the authors to check the screenshot : https://prntscr.com/bga9n4
Unfortunately, we will have to start recommending other membership plugins because the response on this issue have been dismal.
Forum: Plugins
In reply to: [DW Question & Answer] Two small requestsThanks, I have sent the pull request : https://github.com/designwall/dw-question-answer/pull/196
Correction in previous reply :
I need to remove only the unchanged objects
should be
I need to remove only the changed objectsOk, I will try to explain the scenario, I am using PMPRo membership for a custom functionality where I attach a custom objects with Membership Level IDs. It is multi to multi relationship.
Now, when a user changes his membership, I need to remove only the unchanged objects as every object also has a state associated with it which I do not want to change.The checkout hooks work good except they will not work when admin changes the membership from WP Admin panel or when the user membership Expires OR any other PMPro add on affect the membership status of a user.
Forum: Plugins
In reply to: [DW Question & Answer] dwqa question styling not loading in questionsYes, the bug is fixed.
However, for the plugin WPLMS DWQA.
I am enqueuing the styles for dwqa via below code
add_action('template_redirect',array($this,'dwqa_styles')); function dwqa_styles(){ if(isset($_GET['questions']) && is_singular('course')){ if(function_Exists('dwqa_enqueue_scripts')){ add_action( 'wp_enqueue_scripts', 'dwqa_enqueue_scripts' ); } } }
and I am using
echo do_shortcode('[dwqa-list-questions]');
to list out questions, but the style sheet is not including in the screen : https://prntscr.com/9yxtvn
am I missing something ?
Forum: Plugins
In reply to: [BP Social Connect] Fatals on registration pageYes, please remove twitter.
Forum: Plugins
In reply to: [BP Social Connect] Field mapping and usernamePossible, but then you’ll need facebook App to go under review. Under the given fields, it does not require any review…
Forum: Plugins
In reply to: [BP Social Connect] No ChangelogThanks. I have added changelog. It will be available from the next version.
Forum: Plugins
In reply to: [BP Social Connect] Add a LinkedIn connectionComing up.
Forum: Plugins
In reply to: [BP Social Connect] Requests1. Done. We’re currently generating user name fomr Email, so I have added following filter : $user_login = apply_filters( ‘bp_social_connect_user_login_name’, $email ,$_POST);
2. Done.
3. Yes, this will be fixed in the coming update.
Forum: Everything else WordPress
In reply to: Plugins Readme.txt changes do not applyResolved. I have to upload banner image to fix this.
Forum: Plugins
In reply to: [WPLMS MyCred AddOn] Blank page after activatingMake sure the MyCred plugin is installed and active.
Forum: Plugins
In reply to: [BP Profile Cover] Cant find the settingsThe ideal size for cover pic is the width of the content area.
Forum: Plugins
In reply to: [BP Social Connect] Debug noticesThanks, it will be fixed in the coming update.