aviplugins.com
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Support Ticket] File attach at admin end not workingPlease download the updated version of the plugin. File attachment issue from admin panel is solved.
Forum: Plugins
In reply to: [Facebook Login Widget] Only facebook iconThis function is only available in the PRO version.
Forum: Plugins
In reply to: [Login Widget With Shortcode] default zone localization errorThis topic is resolved.
That is a normal submit button you can add CSS in your theme’s style sheet for styling this button.
Forum: Plugins
In reply to: [Custom Post Type Attachment] "Invalid argument" error after updatePlease download the latest version of the plugin and the warning issue will be solved.
This was showing because of no post type was selected.
Forum: Plugins
In reply to: [Facebook Login Widget] App setup errorThis topic is resolved.
Forum: Plugins
In reply to: [Login Widget With Shortcode] Why do I get dots like in a list?This topic is resolved.
Forum: Plugins
In reply to: [Custom Post Type Attachment] I get some errors after activting the pluginYes you can turn off error reporting from wp-config.php
define( ‘WP_DEBUG’, false );
define( ‘WP_DEBUG_LOG’, false );I will update/ release a new version of the plugin with the bug solved ASAP..
Forum: Plugins
In reply to: [Login Widget With Shortcode] Undefined Index in debug.logI have uploaded a new version of the plugin and the notice message issue is solved now..
Forum: Plugins
In reply to: [Login Widget With Shortcode] Undefined Index in debug.logPHP Notice: Undefined index: option in /path/to/wp-content/plugins/login-sidebar-widget/login_afo_widget.php on line 154
PHP Notice: Undefined index: option in /path/to/wp-content/plugins/login-sidebar-widget/forgot_pass_class.php on line 85
PHP Notice: Undefined index: msg in /path/to/wp-content/plugins/login-sidebar-widget/login_afo_widget.php on line 123
PHP Notice: Undefined index: option in /path/to/wp-content/plugins/login-sidebar-widget/settings.php on line 29Yes these notice messages are from the plugin. but this will not cause you any issues you can turn off error reporting from wp-config.php
define( ‘WP_DEBUG’, false );
define( ‘WP_DEBUG_LOG’, false );I will fix this in the next update of the plugin.
Forum: Plugins
In reply to: [Login Widget With Shortcode] where is file for modifying the formIn the login form structure is in the “login_afo_widget.php” file.
Forum: Plugins
In reply to: [Facebook Login Widget] Only facebook iconIf you want to use only the Facebook icon and not the complete login form then you have to use the pro version of the plugin.
The pro version has support for login with Facebook, Google, Twitter and LinkedIn by placing the icons only using a function in your theme.
https://aviplugins.com/fb-login-widget-pro/Forum: Plugins
In reply to: [Contact Form With Shortcode] shortcodeshortcodes are in the contact form listing page. Contact Form Usage -> Contact Forms.
For example if the contact form ID is “1” then the shortcode should be
[contactwid id=”1″ title=”contact form 1″ ajax=”No”]Forum: Plugins
In reply to: [Login Widget With Shortcode] Forgot password formThis topic is resolved.
Forum: Plugins
In reply to: [Login Widget With Shortcode] Forgot password formYou just have to create a new page and in that page put the Shortcode [forgot_password].
And in the Login Widget Settings select the Forgot Password Page as the new page that you have just created. This will add the forgot password link in the Login form.
Now in the forgot password page if user request for a new password then a link will be mailed to the email address of the user. If user clink on the link provided in the email the password will be reset and a new password will be mailed to that user.