Robert
Forum Replies Created
-
Forum: Plugins
In reply to: [Nextend Social Login and Register] Inquiry About the “nsl_avatars” FolderYes, but make sure to delete the avatars from the media library like I mentioned, otherwise you will end up with broken attachments. The only impact is that the users will not have an avatar, but you mentioned you do not utilize avatars, so it should be fine. Just in case you could make a backup of your website if you prefer, but it should not impact user functionality.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Inquiry About the “nsl_avatars” FolderHi @trungtuans
The purpose of that folder is store the avatars we retrieve from the providers. So basically in that folder we store the avatars for the users we register.
If you do not want to store those avatars, you can disable it on the Privacy tab:
https://nextendweb.com/nextend-social-login-docs/global-settings-privacy/
So in this case disable Store – Avatar.If you would like to remove existing avatars, then make sure to delete them from the WordPress media library, as those are attachments. You can filter them by going to the Grid view, and select the “Avatar” from the dropdown. See: https://www.dropbox.com/scl/fi/o6alh138eyw62fevlpfow/avatar.png?rlkey=9mkpjsuw2yzef2s50utpmdvdk&st=8ny71vbg&dl=0
It is definitely not from Nextend Social Login, and I do not really see any classes added to it. It might be an option in WooCommerce, or maybe it was added with your Page builder or custom code, but it is hard to tell, as it has no id or class name that would say more about it. If you do not know where this could come from either, then I can only recommend making a backup of your site, and test it by disabling your theme/plugins one by one until it disappears to find out what is adding it there. If you have any custom codes, start with those. But this is outside the scope of Nextend Social Login, so it is not coming from our plugin.
Hi @toje
I tried to login on your site, but user registration is disabled (admin sidebar -> settings -> general -> membership), so I was not able to. If this is intentional, you do not have to do anything, I just wanted to note this, as new visitors on your site won’t be able to sign up either. We have our own membership option too on the General tab:
https://nextendweb.com/nextend-social-login-docs/global-settings/
if you want to allow the registration with the social login only.Either way, this is probably not related to Nextend Social Login, as we do not display the Terms & Conditions outside of our register flow. So presumably it is a 3rd party plugin, or maybe theme or custom code that does it (It appears it might be coming from the theme itself, so first take a look at its settings). If you cannot seem to find out what does it exactly, you could make a backup of your website, and disable your theme/plugins one by one until it disappears, and like that you can find out what adds that there.
Forum: Plugins
In reply to: [Smart Slider 3] Puzzle animation squares sizeYes, you are using the right name, so it’s the “Puzzle” background animation. In our Global Settings -> Framework tab:
https://smartslider.helpscoutdocs.com/article/1785-framework
we have an “English UI” option that lets you switch to English if you need it for any reason like finding out the name of an option.As for the font size:
On tablet and mobile view, you can use the font resizer:
https://www.youtube.com/watch?v=GUMeRd4W_bM&feature=youtu.be&t=59
to change the size of the texts.Forum: Plugins
In reply to: [Smart Slider 3] Puzzle animation squares sizeHi @mstudioil
I am sorry, but the size of the squares cannot be adjusted. But I have added it to our todo list, to see if we can make such an option in the future.
As for the speed of the animation:
If you set a Background animation:
https://smartslider.helpscoutdocs.com/article/1779-slider-settings-animations#background-animation
then a “speed” select will appear next to it. You can choose a speed from the options there.Forum: Plugins
In reply to: [Nextend Social Login and Register] The passwordWe store the connection on manual linking as well, so in the database table above you will see all linked providers, regardless of whether that linking happened automatically or manually.
If this is not enough in your use-case, then what I can recommend is to use our “nsl_{{provider-id}}_link_user” action. This will be fired whenever a link happens. This will also get triggered on registration if autolinking is enabled. However, please note that we cannot help with custom coding, so any custom code must be implemented by you.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Google Login Avatar not being fetchedHi @jkdsouljah
Please check these 2 options:
1. The “store” option on the Privacy tab:
https://nextendweb.com/nextend-social-login-docs/global-settings-privacy/
and ensure “Avatar” is selected there.
2. The “Sync data” settings for Google:
https://nextendweb.com/nextend-social-login-docs/provider-google/#sync_data
and ensure the “Sync fields” checkboxes are enabled.
Internal app type shouldn’t make a difference, it only determines who can use your app. So with an internal app type, anyone that is part of your organization, but not random users.Forum: Plugins
In reply to: [Nextend Social Login and Register] The passwordWe store the connection between the social media accounts and the WordPress accounts in this table:
- <wp_prefix>social_users
e.g.:
- wp_social_users
Here is the explanation of the database fields:
- social_users_id – primary key of the social_users table, with auto-increment
- ID – this is the User ID of the WordPress account that was linked to the social media account
- type – identifies the provider the WordPress account has been linked to ( it says “google” if it is a link connected to Google)
- identifier – the unique identifier within the social app ( e.g. the ID of a Google user ). We usually use the original social media ID returned by the provider, but in the case of some providers, that won’t be unique, so we had to make it unique with a custom logic ( currently only the Slack provider has such custom logics ).
- register_date – contains the date when the user registered with a certain provider. (If it is NULL then the user registered with either a traditional registration form or with another social provider )
- login_date – the date the user logged in the last time
- link_date – the date when the user linked the social media account to the WordPress account
So like this with a custom SQL query you can find out if the given user has the provider you are looking for.
Forum: Plugins
In reply to: [Nextend Social Login and Register] The passwordHi @hasinthawk
You can enable the “Show linked providers” option on the General tab:
https://nextendweb.com/nextend-social-login-docs/global-settings/
This will add a new column in the Users table, that shows what providers are linked to the given WordPress account. This shows manual links as well, so not just registration.Or if you need to run some code if the user registered with the social login, then in our developer docs:
https://nextendweb.com/nextend-social-login-docs/backend-developer/
You can see the “nsl_register_new_user” action. This is fired whenever we register a new user on your website with either of the providers. However, please note that we do not support custom coding.Forum: Plugins
In reply to: [Smart Slider 3] Load Delay is longAt the moment, we can see on the page that Litespeed cache delays the loading of the JavaScript file, which contains our code, and also delays the loading of the images used in the slider, until the page is hovered over. Even if the cursor is right on the page, these files are still delayed, so currently we see the problem with Litespeed cache. You could turn it off temporarily to see if that resolves the problem. If it does, you can find out what setting does it by enabling the plugin again, and disable its settings one by one till you find out which does this delayed loading. The option will be called something that resembles delayed loading. I am not familiar with their settings, but in their docs I found “Load JS Deferred”:
https://docs.litespeedtech.com/lscache/lscwp/pageopt/#js-settings-tab
Possibly that is causing this.In page speed tests, you often get a better score because of such optimization solutions, but in reality, your content is displayed more slowly due to delayed file loading.
Forum: Plugins
In reply to: [Smart Slider 3] Load Delay is longSmart Slider loads in a way that it needs to run its JavaScript codes to show a slider and this takes time. Some of these codes can run during page loading, but others can only run after the page finished loading. Because of this, our slider will be one of the last things that shows up on your website. We can’t really do anything with this, because we are running our codes as soon as possible. So your entire website’s speed defines how long it takes for a slider to show up. Your slider is probably optimized, so from our end there are no other settings to improve on this, but something is loading for long on your website. I recommend taking a deeper look at the page where this 10+ second load problem happens. You can use Chrome to see what is loading for how long into your website:
https://smartslider.helpscoutdocs.com/article/1925-how-to-speed-up-your-site#why-slow
If you eliminate long-loading files on the page, our slider will also appear sooner.Forum: Plugins
In reply to: [Nextend Social Login and Register] The passwordHi @hasinthawk
We register the users the same way as WordPress does, with a random password initially. Then the password set notification goes out from WordPress to change the password if the users wants to.
Forum: Plugins
In reply to: [Smart Slider 3] Background Image not showing up on frontendHi @emax3
The problem is caused by this custom CSS:
* {
margin: 0 auto;
text-decoration: none !important;
outline: none !important;
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
}More specifically, by the margin. This is code is from this file:
https://www.aiaspalermo.org/nuovo/wp-content/themes/adventz/assets/css/adventz-custom.css?ver=1728307365It is generally a bad practice to add margin to the * selector, as that is way too generic, and will have an undesirable result most of the time. So you should remove it from there, or modify the selector, so it targets exactly what you need, and that will resolve the problem.
Forum: Plugins
In reply to: [Smart Slider 3] entire slider not showing on urls with query stringsHi @jimcee
Here you can find the most common ways why the shortcode appears instead of the slider:
https://smartslider.helpscoutdocs.com/article/1945-shortcode-displays-instead-of-the-slider
You mentioned the problem only happens with query strings, so I assume it is probably a result of a 3rd party. So first I would recommend doing a conflict test:
https://smartslider.helpscoutdocs.com/article/1735-how-to-do-a-plugin-theme-conflict-test
to find out what causes it exactly.