Nextendweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Twentyseventeen white spaceIn your code the ‘ and ” are messed up in line 17 and 19. That’s why there is a red X.
You need to replace in your code:- ‘ =>
' - ” =>
"
This code should be fine if you copy it:
<?php if( is_home() || is_front_page() ) { echo do_shortcode('[smartslider3 slider="2"]'); } else { echo do_shortcode('[smartslider3 slider="3"]'); } ?>Forum: Plugins
In reply to: [Smart Slider 3] Twentyseventeen white spaceThat’s fine if you upload a screen about what you see. You can use for example imgur: https://imgur.com/
Also you can use Pastebin without registering. https://i.imgur.com/bbxbCUL.png
Forum: Plugins
In reply to: [Smart Slider 3] Twentyseventeen white spaceHi @mmhgloba,
At first please upload the content of that file what cPanel marks syntactically incorrent. Please upload it to pastebin as ww.wp.xz.cn forum mess up characters if you do not mark it as code: https://pastebin.com/Also I can comfirm you that the code what Ramona sent you is syntactically correct:
<?php if( is_home() || is_front_page() ) { echo do_shortcode('[smartslider3 slider=1]'); } else { echo do_shortcode('[smartslider3 slider=2]'); } ?>Also the linked file is correct too: https://pastebin.com/zgnrq5Gz
Ps.: Please be aware of thatthere are several cPanel versions/themes and we are not able to see what you see on your screen. Also our solution is not related to cPanel or any other server configuration panel. You need to change the file in any way supported by your host. This is why we tell we are not familiar with that cPanel error.
Forum: Plugins
In reply to: [Smart Slider 3] Gone after updateThanks @ben72! One of our team member will try to reproduce the issue today afternoon. We will getting back to you with the result.
Forum: Plugins
In reply to: [Smart Slider 3] Gone after updateHi @ben72,
thank you for your feedback! It seems like Ithemes Sync is some kind of paid service. https://ithemes.com/sync/I would suggest you contact with them first as it seems like that their update is failing. ww.wp.xz.cn plugins are always use the in-built update mechanism of WordPress, so this bug should be related to that service. There are no update related codes in Smart Slider as WordPress contains them, this is why I think it is not in a bug in Smart Slider 3.
If you stuck with Ithemes and it happens for you again, let me know and we will get in touch with them to figure out what is going on.
Forum: Plugins
In reply to: [Smart Slider 3] Slider stopped showingHi @zorack,
we just pushed out an update, and I think that will solve your issue. Could you try to update to version 3.4.1.9?Forum: Plugins
In reply to: [Smart Slider 3] Redux 4.x Compatibility@dovyp, thank you for the feedback! 🙂 We just pushed out this fix in version 3.4.1.9
Forum: Plugins
In reply to: [Nextend Social Login and Register] ALL SETTINGS GONE AFTER UPDATEHi @ateliereleilbah,
we are not aware any kind of bug which would result in lost settings. Is it possible that you updated other plugins/themes/Wordpress itself, or changed your site when this issue happened?Please get in touch with us in private and we will try to help you: https://nextendweb.com/contact-us/nextend-social-login-support/
Forum: Plugins
In reply to: [Smart Slider 3] GDPR & loading of jquery.min.js@check2020de, I’m happy that you were able to solve that issue!
In private, I reported you a non Smart Slider related slow down issue on your site. It might help your optimize your WordPress site even further 🙂
Forum: Plugins
In reply to: [Smart Slider 3] GDPR & loading of jquery.min.js@check2020de, I do understand, but without further tests, I’m unable to tell you anything specific. The best would be if you contact with us directly: https://smartslider3.com/contact-us/support/?ref=https://ww.wp.xz.cn/support/topic/gdpr-loading-of-jquery-min-js/&version=Free&platform=WordPress
Forum: Plugins
In reply to: [Smart Slider 3] GDPR & loading of jquery.min.js@check2020de, well, this updated package,- that I sent you – should not slow down your site I think. Disabling “jQuery load on frontend”without loading your own jQuery might cause this. The best would be if we could check your site.
We are not testing Smart Slider 3 for downgrade, so I’m not sure about that error. Better to update back to the public release of 3.4.1.8.
Forum: Plugins
In reply to: [Smart Slider 3] GDPR & loading of jquery.min.jsHi @check2020de,
I have made some changes, could you give it a try? This will not load jQuery from Google CDN in any case. When there is no jQuery loaded by your site, then it will load the one your WordPress includes: https://www.dropbox.com/s/ndk575xn4ostt8p/smart-slider3-wordpress-free-jquery.zip?dl=1If it works fine for you too, we will include this fix in our next release.
Forum: Plugins
In reply to: [Smart Slider 3] Plugin requires a newer version of PHPHi @gazza321,
Smart Slider 3 requires PHP version 7.0 or newer. Please update your PHP version on your server or ask your hosting about it. Smart Slider 3 will not work on PHP 5.6.40, I’m sorry.If you check WordPress itself recommends to use PHP 7.3+: https://ww.wp.xz.cn/support/article/requirements/
Forum: Plugins
In reply to: [Smart Slider 3] GDPR & loading of jquery.min.jsHi @check2020de,
Smart Slider 3 requires jQuery. By default Smart Slider use the jQuery provided with WordPress. If you set to not load jQuery on the frontend, Smart Slider assumes that you load your own jQuery on frontend and it will be available for usage. Smart Slider waits 1000ms for your jQuery, if it is not available until that, then it will fallback to Google CDN’s jQuery to be able to properly show the sliders on your site.Are you sure that you are including jQuery on the page where the slider placed? Also please send us a link to your site where we can check it.
Forum: Plugins
In reply to: [Smart Slider 3] Redux 4.x CompatibilityHi @dovyp,
thank you for reporting this issue. Finally I was able to reproduce it.Steps to reproduce:
- Install and activate Smart Slider 3 and Redux Framework from ww.wp.xz.cn
- Admin area -> Tools -> Redux Framework -> Enable demo mode
- Sidebar -> Sample options -> Typography -> Body font -> pick a Google font and save
- Edit a page and place a slider created with Smart Slider 3
Result: The CSS styling is missing for the slider.
Could you try the following installer which contains the fix? If it works fine for you too, we will release an update soon. https://www.dropbox.com/s/60xdylpjagmdjue/smart-slider3-wordpress-free.zip?dl=1
- ‘ =>