Robert
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Plugin is security vulnerabilityHello @bajlazzo
We have already resolved this vulnerability on the same day we found about it. If you got this warning from WordFence, chances are you still have the compromised version.
Please note that on this forum we can only support the Free version, so in this case please rather get in touch with us over our ticket system:
https://smartslider3.com/contact-us/support/
And we’ll help you.Forum: Plugins
In reply to: [Smart Slider 3] Bug: slide thumbnail not always correctHi @peer1979
The thumbnails you see on the slider settings:
https://smartslider.helpscoutdocs.com/article/1764-slider-settings
are determined by the slides’ thumbnail setting:
https://smartslider.helpscoutdocs.com/article/1724-slide#content
You probably have something set here, and that way that image will be displayed.
You can delete this, then it will be made from the slide background image.Forum: Plugins
In reply to: [Smart Slider 3] Divi 5 IssuesDo you mean the images outside the slider are displayed underneath each other? Or the images in the slider?
Are you using the Smart Slider module? If you are, then please remove that, and instead add a Code element from Divi, and add the shortcode of your slider into it. In Divi 5 we do not have a module, and it is totally possible that the old module will not work as expected.
Hi @olessol
Nextend Social Login also uses the site_url() function to generate the URLs it uses, which is determined by the URL specified at WordPress – Settings – Site Address (URL).
We don’t have any code that can modify this URL, we are only responsible for the social login, and cannot change core settings, so I do not think this is coming from Nextend Social Login.In my opinion what could have happened here is:
- An incorrect value had already been saved in the database (http) and presumably something overwrote the saved value, e.g.: using the WP_SITEURL constant:
https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#wp-siteurl
(A typical symptom of this could be if you were unable to update the contents of the Site Address (URL) field because the field was disabled)
or through a filter, e.g.: pre_option_siteurl:
https://developer.wordpress.org/advanced-administration/before-install/development/#using-a-drop-in
and now that plugin is no longer active, so the URL reverted to the original one saved in the database. So please try updating the saved Site Address (URL) to https. - You just installed a new plugin or updated an existing plugin and it started to incorrectly override the site_url in the way mentioned above. It is also possible that the “siteurl” option was updated in the {{wp_preffix}}options (e.g. wp_options) table directly in the database, e.g. with an update_option() call.
Forum: Plugins
In reply to: [Nextend Social Login and Register] works with google site kit?Hi @gnfb
It looks like the sign in on your website is coming from Google Site Kit already, even on the wp-admin page. Please note that we can only help with customization/issues associated with our plugin, so in case you prefer using the login implementation coming from Google Site Kit, you may need to check in the documentation how to customize that effectively.
If you use ours too, it will probably work alongside it, but you may need to do some tests to ensure.
In our case, you will need to create a Google App, like you see in our documentation:
https://social-login.nextendweb.com/documentation/providers/google/And as for displaying the buttons:
By default we are only displaying the buttons in places where the wp_login_form action was used to create the login form (like the standard wp-login page). When the login form is customized, the hooks which are used to call in other codes aren’t existing, so in that case you could use the shortcode of the buttons:
https://nextendweb.com/nextend-social-login-docs/usage/
And you can disable it on the standard login page using our Login Form integration:
https://social-login.nextendweb.com/documentation/form-integrations/login-form/I checked your website, and was able to find the privacy policy page just fine.
Most likely their review has been automated, and you should get a real person to manually review your App.Google has most likely sent out a email containing required actions. You should reply to this email stating the issue, and then the purpose of your App (social login), and that the privacy policy is at the bottom of your homepage. If you have not received an email from them for some reason, you could try opening a support case, or making a public post on their forums with this issue.
Forum: Plugins
In reply to: [Smart Slider 3] compatibilitywith WordPress 6.9Hi @njwp
Currently I see no issues with the latest Smart Slider 3 version and the latest public WordPress version. We haven’t yet released a new version yet, so that is why the latest tested WordPress version is behind, but right now everything appears to be working fine on WordPress 6.9.
In case something wouldn’t work right for you, just let us know and we’ll help resolve it.Forum: Plugins
In reply to: [Nextend Social Login and Register] redirect to previous pageNo, the reason I mentioned the “Fixed redirect url” setting and the filters is because those can override the redirect parameter. The strange behavior on your site is that if I try logging in on your main site, but change the redirect to something else, to an existing page there, after the login the redirect to that page does not happen, and I still end up on the homepage.
Can you please try enabling our “Prevent external redirect overrides” option? This will attempt to block 3rd party overrides. If it wouldn’t work, can you please make a backup of your website, and disable all plugins/themes/custom codes, except Nextend Social Login? The idea is to get a minimal environment where the issue is present. With everything disabled, does it work? If it does, you can enable your other plugins/theme/custom codes and each time check if the issue appears.
If it wouldn’t work even like that, can you please check if you have any WordPress given redirect overrides? E.g.:
https://developer.wordpress.org/reference/hooks/login_redirect/
I suspect somewhere home_url() is returned for a redirect override, so as the next step you can also try searching in all files on your server for home_url, and see if it’s present anywhere.Forum: Plugins
In reply to: [Nextend Social Login and Register] redirect to previous pageHi @zecompadre
Your subsite seems a bit strange to me. Is this a WordPress website? I see a few HTML errors, as well as our CSS not loading, and custom codes used to override behavior.
Also, it appears you might have our “Fixed redirect URI” setting enabled on your mainsite on the general tab:
https://social-login.nextendweb.com/documentation/settings/general-settings/
is this the case? If it is, please remove this. Additionally, you should check if you have used our filters to override redirects, e.g.:
https://social-login.nextendweb.com/documentation/for-developers/hooks/#register-redirect-url
If you did, please remove it as well.Hi @alquimia
By default Nextend Social Login inherits the WordPress – Membership settings ( WordPress admin menu side bar > Settings > General > Membership – Anyone can register )
This means if you have that setting disabled, the registration won’t be enabled with Nextend Social Login either.
If you would like to avoid this behavior and only enable the registration with Nextend Social Login, regardless of your WordPress settings, then you should navigate to:
Nextend Social Login > Global Settings > General tab > Membership
and change it to “Enabled”:
https://social-login.nextendweb.com/documentation/settings/general-settings/If you would still have any issues after this, just let us know!
Forum: Plugins
In reply to: [Smart Slider 3] Full Width not workinHi @torm3nto
These kinds of problems happen, because the container you have put the slider in is not full-width, so has a fixed width, e.g. 1280px. With the Fullwidth layout:
https://smartslider.helpscoutdocs.com/article/1776-fullwidth-layout
the slider will try to be fullwidth, but the container is still a limitation.
From our end, you can also try using the “Force fullwidth” option:
https://smartslider.helpscoutdocs.com/article/1776-fullwidth-layout#configuration-1
Like this the slider will try to overcome the container/theme limitations. But if that would not work either, first you need to ensure that the slider’s container is also fullwidth.Forum: Plugins
In reply to: [Smart Slider 3] Home page – Different when logged out of WordPressHi @torm3nto
We store only one version of the slider (the one you see on the backend), so if you see something else on the frontend, that can only come from some sort of caching or content limitation. Most caching plugins work in a way that they do not show the cached result to logged in admins, but for regular users, they display the cached result. This behavior persists even if you view from a different device, since this cached result is being served to everyone from the caching solution.
You did not provide a website link, so I cannot check this for you, but what you can do is temporarily disable your caching solution(s), and check again, just to confirm if it is indeed a caching related issue.
Hi @ppantilla
Your wp-login.php page is not available, as it redirects to the my-profile page.
Our buttons by default use the default login page, and in this case, it appears the flow is broken, because of this redirect.
When the WordPress default login page is not accessible, you should force Nextend Social Login to handle the OAuth flow and the Register flow over other publicly available pages that you don’t use for anything else and excluded from all kind of caching.
For this you need to use our “OAuth redirect uri proxy page” and “Page for register flow” settings. Both of these can be found in our Global settings > General tab:and you should configure them in the following way:
- For the Page for register flow: You should create a new page and add the shortcode into it: [nextend_social_login_register_flow] then select that page for this setting. Extra information before the registration with social login – like Terms and Conditions, Username, Password, Email – would be asked on this page. ( Make sure you don’t use this page for anything else! )
- For the OAuth redirect uri proxy page: You should create another new and completely empty page ( that you won’t use for anything else either ) and select it as OAuth redirect uri proxy page. Once it is done, the redirect URL of each configured provider will change, as the OAuth flow will be handled over this new page instead of the /wp-login.php page. So, you will need to add the new redirect URLs into each of your configured Apps again. ( Nextend Social Login will also warn you about this with a message, where you can see all the steps, but actually, you can find the redirect URLs in the Getting Started section of the providers, too. – The redirect URLs are the URLs that usually contain this query string: “?loginSocial=” )
You have mentioned you have done this, but please do it again according to my instructions above, clear all caches on your website, and check again. You should see a different URL for the buttons.
If the issue persists even like this, let us know, and we’ll check again.
Forum: Plugins
In reply to: [Nextend Social Login and Register] After Login Hook?Hi @aaron13223
Please note that we cannot provide support for custom coding, so that must be handled by you. As for hooks, we have the “nsl_login” action, which is fired after someone has logged in with either of the providers:
https://social-login.nextendweb.com/documentation/for-developers/hooks/#login
You can also use the provider id variant if you want only one provider.If you are looking for one that is fired after a link happens, you can use the nsl_{{provider_id}}_link_user action:
https://social-login.nextendweb.com/documentation/for-developers/hooks/#nsl-link-user
where the provider id is “google” for Google, “fb” for Facebook, and “twitter” for X/Twitter.Forum: Plugins
In reply to: [Smart Slider 3] How to edit these buttons/linksHi @torm3nto
You can find the buttons on the Controls tab:
https://smartslider.helpscoutdocs.com/article/1778-slider-settings-controls
under the Bullets section:
https://smartslider.helpscoutdocs.com/article/1804-bullet
You will find the “Dot – STYLE”, “Text – FONT”, and “Bar – STYLE” buttons there. In each you can adjust how the buttons/bullets themselves, the text on these bullets, and the background behind the bullets should look. You can change the state on the right side with the selector:
https://smartslider.helpscoutdocs.com/article/1778-slider-settings-controls#state - An incorrect value had already been saved in the database (http) and presumably something overwrote the saved value, e.g.: using the WP_SITEURL constant: