aviplugins.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Login Widget] Facebook Login isn't workingThis topic is resolved.
I have create a new account by registering in the site with my email address [email protected]
And I logged in with the login widget from home page here https://nothingbutpassion.com/
The plugin is working properly.
This page https://nothingbutpassion.com/passion/ is not setup correctly. It is throwing page not found error. maybe this is the reason the login redirection is not working correctly.
I have checked and the login function is working properly. Can you please send be a screenshot or something of the issue.
Forum: Reviews
In reply to: [Login Widget With Shortcode] Good little pluginIt’s just great to hear for me that there are peoples who are actually using this plugin for that long period of time.
Thank You for using it and Thank You for the comment.
Forum: Plugins
In reply to: [Facebook Login Widget] Facebook Login isn't workingMake sure the Facebook APP that you have created have permission to read email address of the user.
Option to add pages as well as custom link is added for redirection after login.
Forum: Plugins
In reply to: [WP Register Profile With Shortcode] Easy to use but loads of spam botsThis topic is resolved.
Forum: Plugins
In reply to: [WP Support Ticket] media files missing after installationThe plugin is not related to the media file uploader of WordPress. This plugin doesn’t use that. So there should not be any issue with that. May be it is a jQuery conflict issue with some other plugin.
Forum: Plugins
In reply to: [Custom Post Type Attachment] Problem uploading pdfPlease check the upload file size limit in your server. That might me the reason that a large file is not uploaded fully.
If you have multiple files attached to a single post and the files are large then try to upload a single file each time.
Forum: Plugins
In reply to: [Custom Post Type Attachment] A lot of duplicatesIf you have 2000 products and have a single pdf for each product then in the post_meta table there must be 2000 records for pdfs and no more.
When you remove the pdf the entry in the post meta table gets deleted. so there should not be ant blank rows in the post_meta table.
There must be some other issues that is creating duplicate entries in the table.
Forum: Plugins
In reply to: [Login Widget With Shortcode] No Redirect for non admin usersYes. It could be some conflict issue with the theme that you are using.
Forum: Plugins
In reply to: [Login Widget With Shortcode] No Redirect for non admin usersThe redirection is same for all the users. There is no difference between a subscriber or an administrator for this plugin. Please check if you have set the redirect page from plugin settings page.
That can be done with some modifications in the code. Will consider to add that in the upcoming versions.
Forum: Plugins
In reply to: [Facebook Login Widget] Only facebook iconUse this function in your template <?php if (function_exists(‘fb_social_logins’)) { fb_social_logins();} ?>