1674 comments found.
I set the VIMEO and set the slider to full-screen display, but the margin will be automatically entered. Is it possible to change this?
Hi
Video might have different aspect ratio. Try to modify it in video settings. Check our documentation for details – https://nwdthemes.com/docs/slider_revolution_m2/docs/main-background.html#vimeo-sourcesettings
Thanks a lot,
Hi,
On the page the specified maximum version is Magento 2.2.1. Do the module works with Magento 2.2.2? I would guess that the API did not change much between these two versions.
Regards,
For some reason, both Chrome and Firefox flagged this zip as potentially dangerous, but once i downloaded it and scanned it, it came out clean: https://www.virustotal.com/#/file/c26ffb90bfad480a4c1760ce2aa30403b4debc0932499bb6274237b840d0944a/detection
Might want to see if you can figure out what’s giving the false positive. Looking forward to testing it out 
I really like the permission access feature for each slideshow, but I miss it for single slide level.
Thank you very much 
..Hi are facing issues with w3c validation with your plugin please see following url https://validator.w3.org/nu/?doc=http%3A%2F%2Funderlay.nextmp.net%2F this is a our staging server, when we disable the plugin we have 0 errors with w3c… but once enable we get all the errors as per url…. please advise
Hi
Something is wrong with global styles, they are deprecated actually. What you can do is:
- Login to admin
- go to slider overview page
- select a slider and go to slider edit page
- click on Slider CSS/JS button ( http://prntscr.com/ii80xl )
- click on “Edit Depricated Styles” in popup ( http://prntscr.com/ii819v )
- finally click on “Empty Global Styles” in new popup
- save and close popups
- save slider
- clear cache ( system > cache management )
Thanks a lot,
Hello -
We use Slider Revolution on our website and it seems that some of the coding is causing errors in HTML validation.
ie: Error: Duplicate ID rev-burger.
From line 3732, column 157; to line 3732, column 177
rm:left;”> ↩ <sp
Do you have any insight on how we may fix this?
Thank you! Abbey
Hi Abbey
Did you include slider twice on the same page? Please provide a link to check it live.
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,
Hello – Unfortunately, our developer who purchased the extension for us has left and I don’t believe I have his login. I can give you the key we have? Anyway, we did use more than one slider on the page. I guess that is what may be causing the issue…
You can send purchase code to nwdthemes@gmail.com. We will check its status and support period
Hi the latest m1 version is very buggy: in Nwdthemes_Revslider_Helper_Data is the autoload from “RevSliderLoadBalancer” is missing so the adminpanel dies.
can be fixed with: case ‘RevSliderLoadBalancer’ : $classFile = Mage::getBaseDir(‘lib’) . ’/Nwdthemes/Revslider/framework/loadbalancer.class.php’; break; in the case construct
in RevSliderBase Class you calls a get_intermediate_image_sizes from the Nwdthemes_Revslider_Helper_Framework same in RevSliderObjectLibrary Class. The method doesn’t exists in Nwdthemes_Revslider_Helper_Data only in Nwdthemes_Revslider_Helper_Images.
You don’t have a review process or quality management for your releases???
Hi Parlt
Thank you for reporting this bugs. We do our best to ensure good quality of our updates. But unfortunately those bugs you have reported was missing while testing updates.
We really appreciate great customers like you who help us keep quality of product on a good level. Problems will be resolved shortly and will appear in next quick fix release.
Hi Parlt
We have checked issues you have reported and seems we have some kind of misunderstanding here.
Current 5.4.7.1 version don’t have such issues: balancer class is present in autoload and get_intermediate_image_sizes function is present in framework helper.
Yes, this problems was happened before but was fixed already in previous releases.
Balancer class was added to autoload in version 5.4.6 and image function was added to framework helper in version 5.3.1.6.
We suppose that upload of new version on server was incomplete or this problem is related to caching on some level or compilation mode.
Please make sure all new files from 5.4.7.1 are uploaded, cache cleaned and code re-compiled if compilation is enabled.
Lets us know if you have still problems after this actions.
Is the countdown timer addon available for Magento version?
Hi Levi
Coming Soon Addon is not available yet for Magento slider versions. We are planning to create version of it for Magento platform in future.
Right now you may want to try import this template: https://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/
It have same countdown feature implemented with custom javascript and not require additional Add-On to be installed.
Thanks a lot,
Hi,
I’ve installed slider revolution, but the banners (pictures) are not loading properly. It’s showing just a black “placeholder”
Currently running magento 1.3.7 -> using widgets for the banner
Hi
Please check chrome developer console for javascript errors ( console can be opened by pressing F12 ). - https://developers.google.com/web/tools/chrome-devtools/console/
Thanks a lot,
I see there 3 JS errors:
TypeError: s.com is undefined -> 888a801a8e777a63ddfa25ffc81189bc.js:13525:11044 TypeError: s.com is undefined -> jquery.themepunch.tools.min.js:1:11044 TypeError: punchgs.Power3 is undefined -> jquery.themepunch.revolution.min.js:1:1857
1. Try to disable merge mode. It is hard to debug with enabled merge. Let me know if issue not appear without merge.
2. Could you provide a link to check it live?
merging is currently disabled: you can check it on a testserver: http://magento-152148-436781.cloudwaysapps.com
It seems there are several issues:
1. Please go to slider settings, in right column open “Problem Handling” block and disable all options under “TroubleShooting” tab.
2. Your theme also contain revslider scripts, and it conflict with the current scripts. They loaded from skin/frontend/neighborhood/default/revolution_slider/js/ folder. Please comment them out.
Is it possible to contact you directly by email, as our developers will take care of that and they need your assistance.
You can contact us via nwdthemes@gmail.com
Hello, for my development setup, I have a local dev at http://tmg:8888, a development and staging sites at uat1.themagnetgroup.com, uat2.themagnetgroup.com and the production site at themagnetgroup.com. Can my license cover this?
Hi
Purchase code should be used in a single instance of slider. What you can do is activate it on staging site, complete the development stage, deactivate it on staging site and activate on production site. You can also install it on the test environment without activating it. Only premium features like Addons and Online Template Library import will be not available.
Thanks a lot,
I fixed my issue. I also wanted to share it here because it was obscure. We use HTTPS on front and backend. When installing this plugin, the instructions were perfect, but it resulted in the breaking on the admin area because the storageapi script was not loading. It was actually 404. So after some research I found the the correct deploy method for ssh in my case or for those using HTTPS is this format… HTTPS=”on” php bin/magento setup:static-content:deploy This resolved the missing script and allowed everything to work perfectly.
just a note, wp_remote_post() function expects 2 parameters as declared in Nwdthemes_Revslider_Helper_Framework::wp_remote_post($url, $args) however it uses one parameter in Nwdthemes_Revslider_Helper_Curl::request so i get magento exception.
consider changing to Nwdthemes_Revslider_Helper_Framework::wp_remote_post($url, $args = array())
HI
Thanks for bug report!
As I can see Curl helper function already updated topublic function request($url, $args = array()) {
It might be not available yet on Codecanyon. We are about to release 5.4.7 version, so it will be available soon.
Thanks a lot,
Hi, I’m having an issue with image links. I add a png image with some transparent background, then make it link to another page via opening another window/tab. When I use the ‘a tag link’ option the transparent background becomes grey on hover. How do I correct his issue?
I don’t get this issue with ‘JQuery’ links, but they get blocked by the browser.
Thanks
Thanks: https://rebrand.ly/fc69
I cant find slider on this page. Could you point me? Or provide a screenshot with notes?
It’s below the product listing, it should load under description.
.content-container a.tp-caption:hover { background-color: transparent }
If you want to apply rule to particular slider, use this one instead
#rev_slider_33_3 a.tp-caption:hover { background-color: transparent }
That worked, thanks for your help.
Glad it is working. Let me know if I can help you further!
Hi, love your product. We installed it on Magento 2 EE Cloud.
The extension has it’s own media gallery. I can browse it, but I can not upload to it through the Admin interface. There simply is no ‘browse’ or ‘upload’ button when the media storage screen opens. Am I looking in the wrong place?
See screenshot of media storage screen at https://earthbrands.box.com/s/6mx0dggo1t02tuerrybryqp2nuom6edx
Please advise.
HI
We have no ability to test it on EE Cloud, Thats why we officially support only Magento CE.
1. Are you using latest version? If not – try to upgrade to latest version
2. Please check log files in /var/log folder for possible errors generated by slider. Post here if any
3. Try to enable developer mode and display errors. Check this article for details – https://nwdthemes.com/2016/09/22/magento-2-how-to-diagnose-errors/ ( scroll to You see blank screen section )
Thanks a lot,
Hi there… I was wondering if you could tell me how easy it is to use your slider in replace of my current slider on my magento v1.9.3.6 website.. antillahealth.com Also wanted to know if the banner size dimension are customisable as it has to replace in the space that is already there for the old slider. Can you please instruct me how easy the installation is so that I can see if I am capable of installing myself. Perhaps just send across the installation instructions so that I can have a read through before purchasing.. many thanks Steve.
Hi Steve
As I can see your current slider is inserted as widget block. It should be pretty easy to replace it since Revolution slider also has an option to be inserted as widget.
Anyway, you can always contact us regarding any questions about the slider setup and usage.
Thanks a lot,
I have installed the plugin as described in the installation instructions. However, when I log into the admin area of the site, none of the flyout menus are working. I have tried several times to delete the static content and redeploy but nothing is working. I can see the icon for the plugin in the admin area but when I click on it, or any of the other icons, it does nothing. Please help.
I am using Magento 2.1.6
Hi
1. Please check that you have uploaded all extension files. Try to reupload them.
2. Check that extension files has same permissions as other magento files.
3. Try to manually 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
4. If that does not help please provide admin / ftp / ssh credentials to nwdthemes@gmail.com. We will check the issue.
Thanks a lot,
Hello, Is it possible to plan a date for slides. When are slide active or disabled? Thank you for answer. Alex
Hi Alex
Yes, it is possible on slide level. Each slide has “Visible from” and “Visible to” fields to define dates. Check our documentation for more information – https://nwdthemes.com/docs/slider_revolution_m2/docs/slide-general-settings.html
Thanks a lot,
Hi How can i create a slider that is a specific size across dekstops and tablets (1300×573) but is 100% vertical height on mobiles? Thanks
Hello guys
Magento 2.1.9.
https://www.qtech.direct/slider-page/how do I change the logo and the top left and the category names and where they link to?
The perfect scenario would be to link those categories to present categories on the site.
Hi
Logo and slide links located in static layers. ( https://nwdthemes.com/docs/slider_revolution_m1/docs/second-steps.html#staticlayers ). Slide links use Actions tab to jump to certain slide. If you want to link them to your categories – you will need to update layer action ( https://nwdthemes.com/docs/slider_revolution_m1/docs/layer-actions-links.html#hyperlink )
Thanks a lot,
Hi i purchased the slider Extension for magento 2 . i want to Make my banner slider to be swipe-able but without the arrows on both sides. Where can i find it ?
Hi
You can setup it on Slider Settings page. There are a lot of options organized in blicks in right column. You can disable arrows in Navigation block ( https://nwdthemes.com/docs/slider_revolution_m1/docs/navigation.html#arrows ), swipe settings located in the same block under Touch tab ( https://nwdthemes.com/docs/slider_revolution_m1/docs/navigation.html#touch )
Thanks a lot,