Title: Robert's Replies | WordPress.org

---

# Robert

  [  ](https://wordpress.org/support/users/robertnextendweb/)

 *   [Profile](https://wordpress.org/support/users/robertnextendweb/)
 *   [Topics Started](https://wordpress.org/support/users/robertnextendweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robertnextendweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robertnextendweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robertnextendweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robertnextendweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robertnextendweb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 277 total)

1 [2](https://wordpress.org/support/users/robertnextendweb/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/robertnextendweb/replies/page/3/?output_format=md)…
[17](https://wordpress.org/support/users/robertnextendweb/replies/page/17/?output_format=md)
[18](https://wordpress.org/support/users/robertnextendweb/replies/page/18/?output_format=md)
[19](https://wordpress.org/support/users/robertnextendweb/replies/page/19/?output_format=md)
[→](https://wordpress.org/support/users/robertnextendweb/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slider 3] Plugin is security vulnerability](https://wordpress.org/support/topic/plugin-is-security-vulnerability/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/plugin-is-security-vulnerability/#post-18887543)
 * Hello [@bajlazzo](https://wordpress.org/support/users/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/](https://smartslider3.com/contact-us/support/)
   And we’ll help you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slider 3] Bug: slide thumbnail not always correct](https://wordpress.org/support/topic/bug-slide-thumbnail-not-always-correct/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [1 month, 2 weeks ago](https://wordpress.org/support/topic/bug-slide-thumbnail-not-always-correct/#post-18863496)
 * Hi [@peer1979](https://wordpress.org/support/users/peer1979/)
 * The thumbnails you see on the slider settings:
   [https://smartslider.helpscoutdocs.com/article/1764-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](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slider 3] Divi 5 Issues](https://wordpress.org/support/topic/divi-5-issues/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/divi-5-issues/#post-18857633)
 * Hi [@willoftheweb](https://wordpress.org/support/users/willoftheweb/)
 * Do 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] The plugin initiates the replacement of https: to http: in the site](https://wordpress.org/support/topic/the-plugin-initiates-the-replacement-of-https-to-http-in-the-site/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [2 months ago](https://wordpress.org/support/topic/the-plugin-initiates-the-replacement-of-https-to-http-in-the-site/#post-18849061)
 * Hi [@olessol](https://wordpress.org/support/users/olessol/)
 * Nextend Social Login also uses the [site_url()](https://developer.wordpress.org/reference/functions/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](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](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()](https://developer.wordpress.org/reference/functions/update_option/)
      call.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] works with google site kit?](https://wordpress.org/support/topic/works-with-google-site-kit/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/works-with-google-site-kit/#post-18840300)
 * Hi [@gnfb](https://wordpress.org/support/users/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/](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/](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/](https://social-login.nextendweb.com/documentation/form-integrations/login-form/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] Google Cloud App verification – Woocommerce Login](https://wordpress.org/support/topic/google-cloud-app-verification-woocommerce-login/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/google-cloud-app-verification-woocommerce-login/#post-18809333)
 * Hi [@xristoskmedia](https://wordpress.org/support/users/xristoskmedia/)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slider 3] compatibilitywith WordPress 6.9](https://wordpress.org/support/topic/compatibilitywith-wordpress-6-9/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [4 months ago](https://wordpress.org/support/topic/compatibilitywith-wordpress-6-9/#post-18782522)
 * Hi [@njwp](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] redirect to previous page](https://wordpress.org/support/topic/redirect-to-previous-page-16/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [4 months, 4 weeks ago](https://wordpress.org/support/topic/redirect-to-previous-page-16/#post-18756522)
 * No, 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/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] redirect to previous page](https://wordpress.org/support/topic/redirect-to-previous-page-16/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [4 months, 4 weeks ago](https://wordpress.org/support/topic/redirect-to-previous-page-16/#post-18756282)
 * Hi [@zecompadre](https://wordpress.org/support/users/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/](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](https://social-login.nextendweb.com/documentation/for-developers/hooks/#register-redirect-url)
   If you did, please remove it as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] Google: “User registration is currently not allowed.”](https://wordpress.org/support/topic/google-user-registration-is-currently-not-allowed/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [5 months ago](https://wordpress.org/support/topic/google-user-registration-is-currently-not-allowed/#post-18752311)
 * Hi [@alquimia](https://wordpress.org/support/users/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 > Membershipand
   change it to “Enabled”:[https://social-login.nextendweb.com/documentation/settings/general-settings/](https://social-login.nextendweb.com/documentation/settings/general-settings/)
 * If you would still have any issues after this, just let us know!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slider 3] Full Width not workin](https://wordpress.org/support/topic/full-width-not-workin/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/full-width-not-workin/#post-18705999)
 * Hi [@torm3nto](https://wordpress.org/support/users/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](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](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slider 3] Home page – Different when logged out of WordPress](https://wordpress.org/support/topic/home-page-different-when-logged-out-of-wordpress/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [6 months, 3 weeks ago](https://wordpress.org/support/topic/home-page-different-when-logged-out-of-wordpress/#post-18689141)
 * Hi [@torm3nto](https://wordpress.org/support/users/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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] OAuth popup redirects to /my-profile/ instead of completing login (Listeo theme](https://wordpress.org/support/topic/oauth-popup-redirects-to-my-profile-instead-of-completing-login-listeo-theme/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [6 months, 3 weeks ago](https://wordpress.org/support/topic/oauth-popup-redirects-to-my-profile-instead-of-completing-login-listeo-theme/#post-18684818)
 * Hi [@ppantilla](https://wordpress.org/support/users/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:
    - [https://social-login.nextendweb.com/documentation/settings/general-settings/](https://social-login.nextendweb.com/documentation/settings/general-settings/)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] After Login Hook?](https://wordpress.org/support/topic/after-login-hook/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [7 months ago](https://wordpress.org/support/topic/after-login-hook/#post-18674219)
 * Hi [@aaron13223](https://wordpress.org/support/users/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](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](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slider 3] How to edit these buttons/links](https://wordpress.org/support/topic/how-to-edit-these-buttons-links/)
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [7 months ago](https://wordpress.org/support/topic/how-to-edit-these-buttons-links/#post-18672930)
 * Hi [@torm3nto](https://wordpress.org/support/users/torm3nto/)
 * You can find the buttons on the Controls tab:
   [https://smartslider.helpscoutdocs.com/article/1778-slider-settings-controls](https://smartslider.helpscoutdocs.com/article/1778-slider-settings-controls)
   under the Bullets section:[https://smartslider.helpscoutdocs.com/article/1804-bullet](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](https://smartslider.helpscoutdocs.com/article/1778-slider-settings-controls#state)

Viewing 15 replies - 1 through 15 (of 277 total)

1 [2](https://wordpress.org/support/users/robertnextendweb/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/robertnextendweb/replies/page/3/?output_format=md)…
[17](https://wordpress.org/support/users/robertnextendweb/replies/page/17/?output_format=md)
[18](https://wordpress.org/support/users/robertnextendweb/replies/page/18/?output_format=md)
[19](https://wordpress.org/support/users/robertnextendweb/replies/page/19/?output_format=md)
[→](https://wordpress.org/support/users/robertnextendweb/replies/page/2/?output_format=md)