Robert
Forum Replies Created
-
Forum: Plugins
In reply to: [Nextend Social Login and Register] Issue with facebook ConfigurationHi @divya96!
I’m glad it is working now.
In this case I mark this as resolved.Forum: Plugins
In reply to: [Nextend Social Login and Register] Issue with facebook ConfigurationHi @divya96,
If you go to your Facebook Getting Started page, at step 11. you should see the URI that you need to use:
https://www.dropbox.com/s/ks7w704l1fwhzo6/11.PNG?dl=0Can you please send us a screenshot of it, as well as what you added to your Facebook app?:
https://www.dropbox.com/s/ziytlpk9ziwu6ai/uri.PNG?dl=0Hi @majito!
Yes, you can do that. In the options of our shortcode:
https://nextendweb.com/nextend-social-login-docs/theme-developer/#shortcode
there are link and unlink parameters, which make the shortcode look like this:[nextend_social_login link="1" unlink="1"]If you publish this on your page, the resulting login buttons will allow users to connect/disconnect their social accounts with the logged-in user.
Forum: Plugins
In reply to: [Smart Slider 3] Move text out of sliderHi @greife300!
You could use your block editor / page builder to make 2 columns, then place either 2 sliders, or 1 slider and 1 text block provided by your block editor/page builder if you don’t need variable text.
Additionally, you should use Boxed Layout:
https://smartslider.helpscoutdocs.com/article/2033-what-affects-slider-size#boxed
because with this the slider will be the same in size as its container.Finally, if you want to change the text together with the image, you can use Row/Col elements on your slides:
https://smartslider.helpscoutdocs.com/article/1811-row
You could use the background image of the column on the left for the image, and you could put your text and already layers in the column on the right.Forum: Plugins
In reply to: [Smart Slider 3] unable to set heightHi @herbyone!
The height of the slider is affected by many settings, which you can see here:
https://smartslider.helpscoutdocs.com/article/2033-what-affects-slider-sizeSuch as that our slider has a rule, that a slide’s height is at least as big as the height of your layers, margins and paddings are and your entire slider is as big as the highest slide is:
https://smartslider.helpscoutdocs.com/article/2033-what-affects-slider-size#content-in-a-slideAbout positioning:
With default positioned layers, the positioning rather happens from the parent element:
https://www.youtube.com/watch?v=3PPtkRU7D74&feature=youtu.be&t=339&ab_channel=NEXTEND
and by using rows and columns:
https://www.youtube.com/watch?v=3PPtkRU7D74&feature=youtu.be&t=326&ab_channel=NEXTENDTo understand alignment better, you could check out this video too:
https://www.youtube.com/watch?v=dsnTJmnko0I&ab_channel=NEXTENDForum: Plugins
In reply to: [Nextend Social Login and Register] Issue with facebook ConfigurationHi @divya96!
Yes, that is the issue.
As my colleague mentioned, external users ( the Facebook accounts that don’t have any role set in your Facebook App ) can only connect over your Facebook App, if your Business verification request was approved by Meta, which may take a while.Forum: Plugins
In reply to: [Smart Slider 3] wp_options leftovers?Hi @ms100!
Yes, we have stored in these whether the Black Friday and Summer Sale offers should appear, which have been deleted from our code since then, so you can delete this data as well.