Asmi Patel
Forum Replies Created
-
Marking this as resolved due to inactivity
Hi @karma007,
This is to inform you that we have fixed this issue in the latest version 1.3.12.
Can you update the plugin and check if the issue is resolved or not?
Let us know how it goes.
Thank You!Forum: Plugins
In reply to: [Temporary Login Without Password] Week & Month Expiry DaysHi @markpowell33 ,
It will provide temporary access for 30 days if you select Month and 7 days access if you select week option
Thank You!Forum: Plugins
In reply to: [Temporary Login Without Password] Email already in useHi @tabithastapely ,
Oh ok, looks like some issue with the email here.
We had replied to your email. Did you check your spam folders as well?
Nevermind, I will send the reply again. Do check your inbox and spam both.Thank You!
Forum: Plugins
In reply to: [Temporary Login Without Password] Email already in useHi @tabithastapely ,
We haven’t received any response to the email. Do you have any update on this to share?Forum: Plugins
In reply to: [Temporary Login Without Password] Send email with link to temp users emailHi @primetime2 ,
When you say a different WordPress website, do you mean temporary login functionality between multiple sites?
Could you please give some more information so that we can understand the requirement?Forum: Plugins
In reply to: [Temporary Login Without Password] Login Links Not WorkingHi @authorbruce ,
We haven’t heard about this from any users yet.Would it possible for you to deactivate plugins one at a time and check the login link to see if it is a conflict or not?
It would help to track the cause of the issue if it is related to a particular plugin.Let us know what you find.
Thank You!Forum: Plugins
In reply to: [Temporary Login Without Password] 100+ logins on one link?Hi @lbdesign ,
You can create a login with a general email and share it to n number of people but as such we have not tested with this many number of people at once as the general use case of this plugin is to provide the login to an individual or a small team.So could you please share what would be the role of those 100-200 people and what exactly they would do after accessing the page?
Based on that, we will be able to analyze and let you know the pros/cons of doing this.
Thank You!Forum: Plugins
In reply to: [Temporary Login Without Password] Add custom fieldHi @admt2018 ,
Could you please ellaborate more on this requirement so that we can understand the use case better and help you accordingly?Thank You!
Sorry, have made a small modification in the above code. Please copy this below code in the functions.php file instead of above one
add_filter( 'icegram_mobile_popup_settings', 'icegram_mobile_popup_custom_settings');
function icegram_mobile_popup_custom_settings( $action_bar ) {
$action_bar['label'] = __( 'Your Text here', 'icegram' );
return $action_bar;
}This warning has been fixed in the version 3.1.14.
Hence, marking this ticket as resolved.Hi @wpkenneth ,
Please update the plugin to the latest release(3.1.14) and add this below code in your theme’s functions.php file
add_filter( 'icegram_mobile_popup_settings', array( &$this, 'icegram_mobile_popup_custom_settings' ), 10, 1 );
function icegram_mobile_popup_custom_settings( $action_bar ) {
$action_bar['label'] = __( 'Your Text here', 'icegram' );
return $action_bar;
}
Thank You!Hi there,
It seems some issue with existing campaign settings. Can you simply Update/Save?the older campaigns again without making any changes to them?
By updating campaign settings again, the error might be resolvedLet us know how it goes on your end.
Thank You!
Forum: Plugins
In reply to: [Temporary Login Without Password] Enable account durationHi,
The enable option is basically a reactivate login option specifically created for the expired login links (who wants to extend expired logins for one more day)We will note down your request so that if we receive more such requests, we can think about updating existing/adding new option in the future.
Thank You!
Forum: Plugins
In reply to: [Temporary Login Without Password] Tested with WordPress 6.2?Hi @sarahpctkuenzi ,
We have released a new version(1.8.2) with the compatibility checks nd other updates.
You can update the plugin now if not yet done.
Thank You!