Code

Discussion on Slider Revolution Responsive Magento Extension

Discussion on Slider Revolution Responsive Magento Extension

Cart 5,555 sales

nwdthemes supports this item

Supported

This author's response time can be up to 2 business days.

1674 comments found.

Hi,

I installed, deployed, cleaned and flushed cache. But I got many JS errors like these in every part of the extension. My test site is using Magento CE 2.3.0.

https://imgur.com/OgIDQDi.png

Many thanks.

Hi

Something is wrong with extensions scripts.

1. Please try to open them directly in browser to see if you get javascript code or 404 page.

2. I am not familiar with all the nginx settings, but it looks like your nginx settings prevents you from get correct mime types for files. Basically all files located in /pub/static folder should be treated as js / css / image file.

Regards, NWDthemes team!

hello regarding
Coming Soon Addon is not available for Magento slider versions. Template you have imported – https://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/ – have same countdown feature implemented with custom javascript and not require additional Add-On to be installed.

There is an issue with magento 2 due to require js dependencies. To fix it you need to update Custom Javascript section in Slider Settings. Check this link for updated javascript code – https://pastebin.com/mpzQcwGk

PS: I can’t see that you purchased the Slider . Please log onto the account where you purchased the file and we will help you further on your issue.

Thanks a lot,

Cheers from your Team @ NWDthemes

how can one edit to content in the slider, i have it imported , but cannot find where any of the transitions and the images are being specified.

and truth be told we are just looking for a countdown timer , one slide. to be used for displaying when a sale is going to end.

Well, it is possible but require some time to setup. Unfortunately it is beyond the support level we do offer.

I can give you steps you need to do to create such slider. Let me know if you need them.

Regarding 4000ms delay – it should work regardless of countdown. Did you disable “Slider Stop” option marked on screenshot? ( http://prntscr.com/mzbtyo )

forsure if you don’t mind we would use those steps to create that slider.

Before steps I would like to mention that sample slider built to use single countdown thru all slides. Hence, its layers located in static layers section and shown on the top of other slides content.

So, to build slider that can use own countdown on each slide, you need to do following:

  • create countdown layers on each slide, basically you need 4 layers to hold days, hours, minutes, seconds. others are decoration
  • each countdown layer should have unique ID. it can be set in Attributes > ID. for example original days layer has c_days ID
  • countdown script executed on slider start via javascript code located in “Custom JS” section on Settings page. Basically it call countdown plugin and pass function countprocess as the one which will handle countdown update. You need to modify it to run new countdown on slide change and to pass correct layers IDs ( we set them in previous step ) to output countdown time.

Good morning, could you tell me if there is any way to keep a variable percentage “save_amount” on a specific products carousel. Thank you

Hi

I am not sure how exactly you get “save_amount” value. But possible solution is to use to create custom product attribute to hold this value and use following shortcode to show it in product slider.
{{attribute:code}}
where code is attribute code. For example if you have attribute called “save_amount” it would be
{{attribute:save_amount}}

Best Regards, NWDThemes team

  Facebook      Twitter

Hey guys i am interested on how can one edit the countdown slider , as i have imported https://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/ but i trying to locate where i am able to change the images etc.

And 2. is this https://revolution.themepunch.com/coming-soon-add-on/ available for Magento 2 ( i could have sworn it was there last week.) thanks in advance.

Hi Levi

Coming Soon Addon is not available for Magento slider versions. Template you have imported – https://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/ – have same countdown feature implemented with custom javascript and not require additional Add-On to be installed.

There is an issue with magento 2 due to require js dependencies. To fix it you need to update Custom Javascript section in Slider Settings. Check this link for updated javascript code – https://pastebin.com/mpzQcwGk

PS: I can’t see that you purchased the Slider . Please log onto the account where you purchased the file and we will help you further on your issue.

Thanks a lot,

Cheers from your Team @ NWDthemes

thanks , yes , i will log in with the other account that had purchased it.

Hi, is it compatible with magneto 2 porto theme.

Hi

We have tested it only on default theme. However, 99% that extension run smoothly if the theme follow magento standards.

Anyway you can contact us in case of any issues with our extension and we will do our best to help you!

Cheers from your Team @ NWDthemes

Cancel Clients images are bad. Loaded free templates from themepunch. All load consistently on all browsers.

Hi

Glad you manage to resolve it.

Could you clarify – what exactly you mean by “bad images”? Wrong format? Wrong extension name?

Best Regards, NWDThemes team

  Facebook      Twitter

Magento 1.9.4 Have left request for support earlier. Made changes described. Didn’t help. Have deployed test installs on 4 separate servers. Didn’t change. Console is clean On Chrome page load is fairly consistent, but not rock solid Firefox, shows first hit after clearing cache. Then progressively worse. Have removed all images. Still now change. The main page is 6 sliders stacked xml disabled main head <reference name=”root”> <remove name=”header”/> <remove name=”footer”/> </reference>

{{block type=”nwdrevslider/revslider” alias=”1”}} {{block type=”nwdrevslider/revslider” alias=”2”}} {{block type=”nwdrevslider/revslider” alias=”3”}} {{block type=”nwdrevslider/revslider” alias=”4”}} {{block type=”nwdrevslider/revslider” alias=”6”}} {{block type=”nwdrevslider/revslider” alias=”9”}}

grid dimensions 1240×1100 – 1900

images when placed are all below 180kb

Hi, I bought Slider Revolution Magento Extension Documentation for magento 2, I installed successfully but when I try to import the template, the new imported slider didn’t work and neither the sample page created with it, but from that moment on every page of my magento 2 website is slown down and everytime it appear the message in the browser (firefox but also chrome) that there is a conflict in jquery and a yellow message appear in the top window of the browser saying: “Browser operation is slowed by a web page. Block it or Wait”

Hi

Please do not duplicate your comments. I already answered on your previous comment!

Best Regards, NWDThemes team

  Facebook      Twitter

Hi, I bought Slider Revolution Magento Extension Documentation for magento 2, I installed successfully but when I try to import the template, the new imported slider didn’t work and neither the sample page created with it, but from that moment on every page of my magento 2 website is slown down and everytime it appear the message in the browser (firefox but also chrome) that there is a conflict in jquery and a yellow message appear in the top window of the browser saying: “Browser operation is slowed by a web page. Block it or Wait”

Unfortunately I cant say exactly what the problem is. You are saying that slider slow down whole website. But slider not used on most of the pages, so I have no idea why site become slower.

Maybe you have some staging server to demonstrate the issue?

Maybe is a js conflict, any idea? Thanks.

Maybe, but as I wrote earlier – slider libraries not loaded on all pages. It is loaded via require js on pages which ask request slider libs.

Please check chrome developer console for javascript errors ( console can be opened by pressing F12 ). - https://developers.google.com/web/tools/chrome-devtools/console/ - https://developers.google.com/web/tools/chrome-devtools/inspect-styles/

Hello, We purchased this module for magento 2. we are getting an error after upgrade module : https://prnt.sc/muhlnp Slider not appearing in homepage.

Thank you

Hi

Did you follow upgrade instructions?

Try to clear the pub/static directory of all files except .htaccess (which is a hidden file). All commands assume that your current folder is magento root folder. Enter the following command:
rm -R pub/static/*
Regenerate static files:
php bin/magento setup:static-content:deploy
Clean and flush cache:
php bin/magento cache:clean
php bin/magento cache:flush

Best Regards, NWDThemes team

  Facebook      Twitter

hi, I need the invoice for my purchase, where do I find it? thanks

Hi

Please check this article on how to obtain your invoice – https://help.market.envato.com/hc/en-us/articles/205604563-View-Download-Invoices

Best Regards, NWDThemes team

  Facebook      Twitter

Hi, I have seen your plugin and I really like the features that I would like to acquire but I do not know if it is compatible with my website: https://www.templaterex.com as I can know if my site is compatible and there will be no conflicts with your plugin thanks

Hi

It looks like you are using wordpress. Please check slider revolution for wordpress – https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380

Best Regards, NWDThemes team

  Facebook      Twitter

Looking for a way to add a background image outside of the JS so when the JS is loading, there is an image in the background instead of a blank white page. Kind of like a preloaded image to give the illusion that the slider is already loaded.

Hi

You can use “Slider Background” image for that purpose. It is located on Slider Settings page in “Layout & Visual” box in right column.

Check our documentation for reference – https://nwdthemes.com/docs/slider_revolution_m1/docs/layout-visual.html

Best Regards, NWDThemes team

  Facebook      Twitter

When will the module be compatible with 2.3?

Hi

5.4.8.3 version is already available for download. It contain several updates and patch for 2.3.0

Update procedure has slight changes:

- Upload content of package/Magento2/Extension to your magento root directory overwriting existent extension files.

- For Magento 2.3.x version upload content of package/Magento2/2.3.x-patch to your magento root directory

Complete instructions for upgrade can be found in documentation – https://nwdthemes.com/docs/slider_revolution_m2/docs/upgrade-the-plugin.html

Best Regards, NWDThemes team

  Facebook      Twitter

Hello, we use this plugin for some time, but tooday it is not work for slider overview page, this is return error 500 now.

As support is expired, I have just purchase another copy of plugin, how can you help us to fix the issue?

I will send admin/ftp to your email, can you give me your email address?

I have just sent admin and ftp to your email via themeforest.net, if you need any other info, please let me know, thanks in advanced.

Thanks for the credentials. Replied via email

How to De-register domain again purchase code

because the domain code is register is now using shopify

HI

You can use deactivation form for this purpose – https://www.themepunch.com/purchase-code-deactivation/

Best Regards, NWDThemes team

  Facebook      Twitter

Revolution slider reveal addon doesn’t seem to work on Safari.

We were just going to release our website and noticed a problem in our revolution slider in Safari browser. If you compare test.thujor.se homepage on Chrome and then Safari you will see the bushes not appearing on Safari of some reason. These bushes have a transition effect with the reveal addon for revolution slider. Is this who causes the problem and is there a sollution?

No Safari extension. It looks the same in Safari on IOS as well. No problem with other browsers.

Thanks for clarification. I pass the information to Themepunch team. Will update you on the result.

Could you please contact Themepunch team at help@themepunch.support ?

Hello again

I updated my system to 2.3

Now I have a problem after the command

php bin / magento setup: upgrade

Cache cleared successfully File system cleanup: / public_html / generated / code / Amazon / public_html / generated / code / Composer / public_html / generated / code / Dotdigitalgroup / public_html / generated / code / MSP / public_html / generated / code / Magento / public_html / generated / code / Mageplaza / public_html / generated / code / Symfony The directory / public_html / generated / metadata / ‘does not exist – skipping cleanup Updating modules: Schema creation / updates:

I accept this error, the key told me it was related to you

Can not process definition to array for type tinytext

what can we do?

Did you copy files from Magento2\2.3.x-patch folder?

It contain correct file for magento 2.3 – Magento2\2.3.x-patch\app\code\Nwdthemes\Revslider\Helper\Gallery\Images.php

Thank YOU very much

its Work

Great Support

Thank

Glad it is working fine! We would be very grateful if you could take the time to rate our support at Codecanyon. It is always highly appreciated.

Hi, I’ve tried to update revlsider to 5.4. since then i cannit access my admin dahsboard anymore… It gives me an error

filter($val) { return strpos($val,’Nwdthemes_’) !== false && $val != ‘Nwdthemes_All’; } }

How can i do to restore this?

I’ve already sent the question, but no answer

Hi

As I can see we have replied the same day. Comment is here – https://codecanyon.net/item/slider-revolution-responsive-magento-extension/9332896/comments?page=71&filter=all#comment_21390294

Best Regards, NWDThemes team

  Facebook      Twitter

thanks solution not working have sent creds.

Hello- I have a version of the Slider revolution on my page with a valid purchase code entered but it wont update to the latest version. I no longer have access to the code canyon account it was purchused on but the code should still work. How do i do update this? Our video slider isn’t playing on chrome.

Hi

Unfortunately there is no auto-update for magento extension. You need to download latest version from Codecanyon and install it.

Please try to restore Codecanyon access or contact support@envato.com for that matter.

Best Regards, NWDThemes team

  Facebook      Twitter

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey