Kalyan Brata Das
Forum Replies Created
-
Follow up
I can see that you have put a limit to the number of posts per page in your Wp-Query. Refer to the screenshot here
Why is there no settings to alter this number? Why only restrict this to a certain number of team members? Or why is there no pagination if the number exceeds more than 10?
I would suggest you to add a settings to alter the number of members per page or have a pagination for this.
Thanks
- This reply was modified 3 years, 8 months ago by Kalyan Brata Das.
Forum: Reviews
In reply to: [Quiz Maker by AYS] Great PluginFollow up review.
I had to come to leave a follow-up review.
Based on my request, they simply added a feature (it was not there in their to-do lists) which I requested around 2 days ago.
Kudos to the team for such a quick response and action. Thank you. You deserve more than 5 stars.
Forum: Plugins
In reply to: [Quiz Maker by AYS] Message variable not working on the Quiz homepageThis is just beyond awesomeness. Thank you very much for such a quick response. I can hardly recollect when we might have gotten such a quick action based on a user feature request.
I have already left a 5 star review for the plugin. Alas! just 5 star!
All the best. Look forward to buying your product once our site goes live in a month or so.
Forum: Plugins
In reply to: [Quiz Maker by AYS] Message variable not working on the Quiz homepageFollow up
Never mind, (until you add this feature) I have created a shortcode to display the current user first name. In case, someone needs that here is the code (to be placed in the child theme functions.php file)
Shortcode is
[qm_first_name]function ac_quiz_f_name_sc(){ $user_id = get_current_user_id(); $f_name = get_user_meta( $user_id, 'first_name', true ); if(is_user_logged_in() && !is_admin() && !empty($f_name)){ return '<strong>'.$f_name.'</strong>'; } } add_shortcode('qm_first_name', 'ac_quiz_f_name_sc');Here is the output https://i2.paste.pics/ELHAL.png
- This reply was modified 4 years, 7 months ago by Kalyan Brata Das. Reason: added screenshot
Forum: Plugins
In reply to: [Quiz Maker by AYS] Message variable not working on the Quiz homepageThanks for your reply. This is great that you would consider this feature in your future updates. Good luck for this.
By the way, can you just tell me if there is any hook or filter on that homage page https://prnt.sc/1xttnv3 where I can add some dynamic content like
echo loggeg-in user first nameThanks. It helped a lot.
Forum: Plugins
In reply to: [wpForo Forum] Can we expand forum statics?Many thanks. Look forward to the update.
Thanks
Hi,
Thanks for your reply. Not exactly this answers this question. My question is – does the plugin check the validity of the key on every page reload. For example, I have added the key in my client site and activate that. Now the client site will verify a json response from the server where the software licensing plugin is installed and send the appropriate response (like valid key or not).
Now the question is – does the client site check this on every page reload in the admin section (I mean from inside the dashboard). For example, I am on the setting page of the client site where I have entered the key in the text input field. Now if I visit this page again, will this check the validity of the key once again from the server?
Hope I made sense.
Thanks for your help in advanced.
Deep
Forum: Plugins
In reply to: [One Click Demo Import] Reset Demo Data before importingYou can use this plugin. This will reset your entire WP data and then you can run this plugin https://ww.wp.xz.cn/plugins/wordpress-database-reset/
Forum: Plugins
In reply to: [One Click Demo Import] Have a progress bar pleaseNo problem of the idea. Already you guys are doing an excellent job. Just keep this feature in mind and execute as early as possible. We will wait.
Thanks once again.
Good one but would have nice if we get a PHP solution.
Okay cool. Thanks for this info.
Thanks for your reply. Sorry for my own late reply. Un-checking the option you suggested create an account in my own site and will they their downloads in the My Account page?
It will highly appreciative of you can help me on this.
Thanks in advance.
Forum: Plugins
In reply to: [WooCommerce] Get the WC DB updaterI am so foolish. I am already getting the link
http://example.com/wp-admin/admin.php?page=wc-settings&do_update_woocommerce=trueand when I run that in browser, it’s getting updated. Ha ha.Thanks for your time and sorry for wasting your time.
Forum: Plugins
In reply to: [WooCommerce] Get the WC DB updaterThat’s awesome. Let me try this. thanks a lot once again.