jayeshguru
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sinatra] When update PHP 8.2 Sinatra Theme broken.I posted this issue before 1.5 months still not recieved any update form theme support, It seems that theme is not maintain. It advicable moved to another theme for security update and better support.
Same error message “Message has been rejected.“
when I checked in my failed email log. Can you please help me how can i fix this.
Forum: Plugins
In reply to: [Theme My Login] Show Password Icon@itskev Thank you for your quick reply.
I already fixed without using hideshowpassword pluign.
Thank you again.
Forum: Plugins
In reply to: [Theme My Login] Show Password IconHi @itskev
Have you found any solution to show password icon in theme my login plugin facing same issue.
Thank you for your reply. Really appreciate it.
I already fixed it by updating datetimepicker value in ajax success using settimeout function.
jQuery(document).ready(function($) { var sl_datetimepicker; $("#period_dropdown").change(function() { var period = $(this).val(); sl_datetimepicker = $('#sl_datetimepicker').val(); $.ajax({ url: customObj.ajaxurl, data: { 'action': 'student_list_by_period', 'period' : period }, beforeSend: function(){ $("#loader_student_list").show(); }, success:function(data) { $('.student_list_by_period').html(data); console.log(data); }, error: function(errorThrown){ console.log(errorThrown); }, complete:function(data){ setTimeout(() => { $('#sl_datetimepicker').val(sl_datetimepicker); }, 300); $("#loader_student_list").hide(); } }); }); });Thank you for your update.
I already found free better plugin https://ww.wp.xz.cn/plugins/updraftplus/ which provides all options like Google Drive, Ftp etc in free version.
Thank you
Thank you above solution worked for me. 🙂
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Multiple Taxonomy FiltersI really need this feature.
Any help gratefully appreciated.I have the same problem.