Sohan Zaman
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Set cookie – headers already sendWondering why not use
$_SESSION
for this case? Never heard saving captcha answers on client side. Using transients is not efficient as well, as that should perform DB query per page load & bloat your DB if you get a large number of visitors to the form (potentially bots).I have latest version of both WordPress and the plugin. The datepicker always changes date format to dd/mm/yy no matter what I do, if I type manually in dd-mm-yy format, it goes back with slashes. I changed one of js file and it’s fixed working for me now.
I changed
$('#startdate_picker').datepicker({dateFormat: 'dd-mm-yy'}); $('#enddate_picker').datepicker({dateFormat: 'dd-mm-yy'});
to
$('#startdate_picker').datepicker({format: 'dd-mm-yyyy'}); $('#enddate_picker').datepicker({format: 'dd-mm-yyyy'});
I don’t know why it’s behaving like this, jquery ui documentation doesn’t also have the parameter like this but I found solution to this issue here
- This reply was modified 4 years, 9 months ago by Sohan Zaman.
Forum: Plugins
In reply to: [Bulk Add Terms] Cannot Add More Than 900+ at onceIt may be late for you, but still if you need, you can try to increase the php execution time. There should be nothing else that limiting. Also make sure that you can manually manage that specific term you are trying to add from your account.
Forum: Plugins
In reply to: [Banner Ad Creator] Embed On Other DomainUpdated the plugin and the functionality is there.
Forum: Plugins
In reply to: [Banner Ad Creator] Embed On Other DomainHi @uamv!
Thank you so much for using my plugin. Please wait for few days. I’m going to add this feature.
I wanted to make an option to add allowed domains/sub-domains. Whenever a banner is shown, it should pass a filter and check if the site is allowed to show the banner or not. Hope you got the idea. Possibly this is coming in few more days and also much more cool features.
Meanwhile, if you need, you can just remove that condition and it will just work fine.
Thank you again!
- This reply was modified 6 years, 10 months ago by Sohan Zaman.
- This reply was modified 6 years, 10 months ago by Sohan Zaman.
Forum: Reviews
In reply to: [Suparnova Lite] Its Just AwsomeThank you ??
Forum: Reviews
In reply to: [Bulk Add Terms] It cannot add new categories to theIt’s marked as known issues. You can give a one star if you cannot find something or something doesn’t work that is described in the features list.
Forum: Reviews
In reply to: [Bulk Add Terms] No area to add terms, just settingsWhy the settings page should have the term add form?
There is a separate menu for it. It’s called “Bulk Add Terms” if you check the menus after activating the plugin.
Forum: Plugins
In reply to: [One Click Demo Import] Add support for custom options importThanks! Got the point. Just gave you a 5 star review ??
Forum: Reviews
In reply to: [Bulk Add Terms] Does not workHi @mkeizer,
The plugin works without any error on Latest WP version. Please post a support thread about the problem you have faced.
For PHP 7, as the version is still not used widely, most of the plugins and themes won’t support it. So it doesn’t make any sense to leave a bad review about that. You could just ask for the support.
Thanks
Forum: Plugins
In reply to: [Bulk Add Terms] Not Adding more than 400 Terms at onceIt used GET method so it had this error. Now it’s fixed with POST method.
Forum: Plugins
In reply to: [Bulk Add Terms] doesnt work under latest wp 4.5.xPlease describe the problem you faced.
Forum: Plugins
In reply to: [Bulk Add Terms] Error foundPlease try to post your particular problem in a new thread.
As per your problem, you should have permission to add terms. Which means, you should be able to add categories or tags without the plugin.
By your reference, this problem is not limited to permissions. Maybe your server sent a bad response.
** Please do not post any reply to this thread as this is totally different topic and is solved. Instead, please open a new thread here
Thanks.
Forum: Plugins
In reply to: [Bulk Add Terms] Error foundJust fixed that issue. Please update to latest version.
Cheers
Forum: Plugins
In reply to: [Bulk Add Terms] Error foundJust tested it. Thanks for posting the issue. This issue wasn’t present on first version.
I’ll try to resolve it with an update soon.
Thanks