Slider Revolution Detector
Check any public website to see whether it uses Slider Revolution.
Public signal scan
Fast lookup
No signup required
Scan a website
Enter a URL and Stackcrawler will inspect public technology signals.
Websites using Slider Revolution
Browse real website examples detected with Slider Revolution.
View examplesMore WordPress Website Builder detectors
Compare related tools and identify the wider stack behind a website.
Browse detectorsWhat we check
Stackcrawler looks for public page markers, scripts, platform fingerprints, metadata, and other visible implementation clues.
How can you check if a website uses Slider Revolution?
Determining whether a website utilizes Slider Revolution can be done by inspecting the source code for specific indicators associated with this popular WordPress plugin.
Here’s a step-by-step guide on how to do it:
- Open the Page Source: Right-click on the webpage and select “View Page Source” or press
Ctrl+U(Windows) orCmd+Option+U(Mac) to open the page’s source code. - Search for Slider Revolution Indicators: Use
Ctrl+F(Windows) orCmd+F(Mac) to open the search function and look for the following keywords:slider_revolution_wordpress: This keyword may appear in the scripts section if Slider Revolution is being used. Look for lines similar to<script src=".../slider_revolution_wordpress.js"></script>.rev_slider: Look for this class in the HTML elements. It indicates a Slider Revolution element. For example, you might see<div class="rev_slider">.rev_slider_wrapper: This is another class that is often used with Slider Revolution. For example,<div class="rev_slider_wrapper">.
- Look for Stylesheets Related to Slider Revolution: Search for references to Slider Revolution stylesheets in the page source. Common filenames include
revslider.cssor similar variations. - Review Inline JavaScript: Slider Revolution sometimes generates inline JavaScript. Look for JavaScript functions or variables that reference Slider Revolution settings. You might see something like
jQuery('.rev_slider').show();. - Check for Slider Revolution Shortcodes: If you have access to the WordPress backend, check the page editor for any shortcodes related to Slider Revolution, such as
[rev_slider alias="my-slider"]. - Inspect Console Messages: Open the browser’s Developer Tools (usually by pressing
F12) and check the console for any messages related to Slider Revolution, such as initialization or error messages.
Learn more about Slider Revolution with these articles
26 Awesome Examples of Slider Revolution Websites · 1. Slider Revolution · 2. Canadian Software Agency · 3. Eazypay · 4. Ferryman Collections · 5. JX Creations
Christoffer Pettersen