Slider Revolution Responsive WordPress Plugin By ThemePunch

Slider Revolution Responsive WordPress Plugin By ThemePunch v6.7.32 + All Addons

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
Tomz updated Slider Revolution - Responsive WordPress Plugin with a new update entry:

Slider Revolution v6.6.1 + Addons

Download Slider Revolution v6.6.1 Responsive WordPress Plugin Nulled Free
v6.6.1 (6th October 2022)
Bugfixes

  • 6.6.0 Regression: Old cached version of rbtools was loading with new update

v6.6.0 (6th October 2022)
New Features

  • Groups can be dragged into other groups on root or into columns
  • Introducing position (relative / absolute), display mode, float, linebreak for layers in groups and columns
  • Added option for groups line-height
  • Added option...

Read the rest of this update entry...
 
  • Like
Reactions: chezzz and mml

power2009

Member
Oct 30, 2019
90
55
18

Version 6.6.2 (7th October 2022)​

Bugfixes​

  • Video Layers with border radius show a white border since version 6.6.0
  • Text Layers with % based size or auto width calculated and positioned wrong in frontend
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120

wpguy

Member
Sep 29, 2022
34
9
8
With 6.6.2 when I mouse over save and click optimize file size the popup says
SERVERSIDE COMPRESSION
NaN
Any way to fix this? Or is showing NaN normal? Compression is on in the htaccess
I also get calculating that never goes away

Here is my htaccess if it helps

# BLOCK BAD BOTS
<IfModule mod_setenvif.c>
Options +FollowSymlinks
RewriteEngine On
RewriteBase /

SetEnvIfNoCase User-Agent "^$" keep_out
SetEnvIfNoCase User-Agent ^$ keep_out
SetEnvIfNoCase User-Agent (casper|cmsworldmap|diavol|dotbot) keep_out
SetEnvIfNoCase User-Agent (flicky|ia_archiver|jakarta|kmccrew) keep_out
SetEnvIfNoCase User-Agent (libwww|planetwork|pycurl|skygrid) keep_out
SetEnvIfNoCase User-Agent (purebot|comodo|feedfinder) keep_out
SetEnvIfNoCase User-Agent (scanner|crawl|robot|spider) keep_out
<Limit GET POST PUT>
Order Allow,Deny
Allow from all
Deny from env=keep_out
</Limit>
</IfModule>

# BEGIN Really Simple SSL Redirect 5.3.5
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>

# END Really Simple SSL Redirect
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

# Rules to correctly serve gzip compressed CSS and JS files.
# Requires both mod_rewrite and mod_headers to be enabled.
<IfModule mod_headers.c>
# Serve brotli compressed CSS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} br
RewriteCond %{REQUEST_FILENAME}\.br -s
RewriteRule ^(.*)\.css $1\.css\.br [QSA]

# Serve gzip compressed CSS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME}\.gz -s
RewriteRule ^(.*)\.css $1\.css\.gz [QSA]

# Serve brotli compressed JS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} br
RewriteCond %{REQUEST_FILENAME}\.br -s
RewriteRule ^(.*)\.js $1\.js\.br [QSA]

# Serve gzip compressed JS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME}\.gz -s
RewriteRule ^(.*)\.js $1\.js\.gz [QSA]

# Serve correct content types, and prevent mod_deflate double gzip.
RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1]
RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1]
RewriteRule \.css\.br$ - [T=text/css,E=no-gzip:1]
RewriteRule \.js\.br$ - [T=text/javascript,E=no-gzip:1]

<FilesMatch "(\.js\.gz|\.css\.gz)$">
# Serve correct encoding type.
Header set Content-Encoding gzip
# Force proxies to cache gzipped & non-gzipped css/js files separately.
Header append Vary Accept-Encoding
</FilesMatch>
<FilesMatch "(\.js\.br|\.css\.br)$">
# Serve correct encoding type.
Header set Content-Encoding br
# Force proxies to cache gzipped & non-gzipped css/js files separately.
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule>

<files ~ "^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</files>

<Files ~ "\.(js|css)$">
order allow,deny
allow from all
</Files>


Anyone else get the same problems or just me?
 

Attachments

  • Screen Shot 10-12-22 at 10.34 AM.PNG
    Screen Shot 10-12-22 at 10.34 AM.PNG
    53.6 KB · Views: 15

Legolas

Active member
Trusted Uploader
Feb 26, 2019
175
216
43
With 6.6.2 when I mouse over save and click optimize file size the popup says
SERVERSIDE COMPRESSION
NaN
Any way to fix this? Or is showing NaN normal? Compression is on in the htaccess
I also get calculating that never goes away

Here is my htaccess if it helps

# BLOCK BAD BOTS
<IfModule mod_setenvif.c>
Options +FollowSymlinks
RewriteEngine On
RewriteBase /

SetEnvIfNoCase User-Agent "^$" keep_out
SetEnvIfNoCase User-Agent ^$ keep_out
SetEnvIfNoCase User-Agent (casper|cmsworldmap|diavol|dotbot) keep_out
SetEnvIfNoCase User-Agent (flicky|ia_archiver|jakarta|kmccrew) keep_out
SetEnvIfNoCase User-Agent (libwww|planetwork|pycurl|skygrid) keep_out
SetEnvIfNoCase User-Agent (purebot|comodo|feedfinder) keep_out
SetEnvIfNoCase User-Agent (scanner|crawl|robot|spider) keep_out
<Limit GET POST PUT>
Order Allow,Deny
Allow from all
Deny from env=keep_out
</Limit>
</IfModule>

# BEGIN Really Simple SSL Redirect 5.3.5
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>

# END Really Simple SSL Redirect
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

# Rules to correctly serve gzip compressed CSS and JS files.
# Requires both mod_rewrite and mod_headers to be enabled.
<IfModule mod_headers.c>
# Serve brotli compressed CSS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} br
RewriteCond %{REQUEST_FILENAME}\.br -s
RewriteRule ^(.*)\.css $1\.css\.br [QSA]

# Serve gzip compressed CSS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME}\.gz -s
RewriteRule ^(.*)\.css $1\.css\.gz [QSA]

# Serve brotli compressed JS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} br
RewriteCond %{REQUEST_FILENAME}\.br -s
RewriteRule ^(.*)\.js $1\.js\.br [QSA]

# Serve gzip compressed JS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME}\.gz -s
RewriteRule ^(.*)\.js $1\.js\.gz [QSA]

# Serve correct content types, and prevent mod_deflate double gzip.
RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1]
RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1]
RewriteRule \.css\.br$ - [T=text/css,E=no-gzip:1]
RewriteRule \.js\.br$ - [T=text/javascript,E=no-gzip:1]

<FilesMatch "(\.js\.gz|\.css\.gz)$">
# Serve correct encoding type.
Header set Content-Encoding gzip
# Force proxies to cache gzipped & non-gzipped css/js files separately.
Header append Vary Accept-Encoding
</FilesMatch>
<FilesMatch "(\.js\.br|\.css\.br)$">
# Serve correct encoding type.
Header set Content-Encoding br
# Force proxies to cache gzipped & non-gzipped css/js files separately.
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule>

<files ~ "^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</files>

<Files ~ "\.(js|css)$">
order allow,deny
allow from all
</Files>


Anyone else get the same problems or just me?
It's not you. This issue happens
 
  • Like
Reactions: wpguy

dgpalych

Active member
Banned User
Nov 1, 2020
461
239
43
With 6.6.2 when I mouse over save and click optimize file size the popup says
SERVERSIDE COMPRESSION
NaN
Any way to fix this? Or is showing NaN normal? Compression is on in the htaccess
I also get calculating that never goes away

Here is my htaccess if it helps

# BLOCK BAD BOTS
<IfModule mod_setenvif.c>
Options +FollowSymlinks
RewriteEngine On
RewriteBase /

SetEnvIfNoCase User-Agent "^$" keep_out
SetEnvIfNoCase User-Agent ^$ keep_out
SetEnvIfNoCase User-Agent (casper|cmsworldmap|diavol|dotbot) keep_out
SetEnvIfNoCase User-Agent (flicky|ia_archiver|jakarta|kmccrew) keep_out
SetEnvIfNoCase User-Agent (libwww|planetwork|pycurl|skygrid) keep_out
SetEnvIfNoCase User-Agent (purebot|comodo|feedfinder) keep_out
SetEnvIfNoCase User-Agent (scanner|crawl|robot|spider) keep_out
<Limit GET POST PUT>
Order Allow,Deny
Allow from all
Deny from env=keep_out
</Limit>
</IfModule>

# BEGIN Really Simple SSL Redirect 5.3.5
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>

# END Really Simple SSL Redirect
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

# Rules to correctly serve gzip compressed CSS and JS files.
# Requires both mod_rewrite and mod_headers to be enabled.
<IfModule mod_headers.c>
# Serve brotli compressed CSS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} br
RewriteCond %{REQUEST_FILENAME}\.br -s
RewriteRule ^(.*)\.css $1\.css\.br [QSA]

# Serve gzip compressed CSS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME}\.gz -s
RewriteRule ^(.*)\.css $1\.css\.gz [QSA]

# Serve brotli compressed JS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} br
RewriteCond %{REQUEST_FILENAME}\.br -s
RewriteRule ^(.*)\.js $1\.js\.br [QSA]

# Serve gzip compressed JS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME}\.gz -s
RewriteRule ^(.*)\.js $1\.js\.gz [QSA]

# Serve correct content types, and prevent mod_deflate double gzip.
RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1]
RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1]
RewriteRule \.css\.br$ - [T=text/css,E=no-gzip:1]
RewriteRule \.js\.br$ - [T=text/javascript,E=no-gzip:1]

<FilesMatch "(\.js\.gz|\.css\.gz)$">
# Serve correct encoding type.
Header set Content-Encoding gzip
# Force proxies to cache gzipped & non-gzipped css/js files separately.
Header append Vary Accept-Encoding
</FilesMatch>
<FilesMatch "(\.js\.br|\.css\.br)$">
# Serve correct encoding type.
Header set Content-Encoding br
# Force proxies to cache gzipped & non-gzipped css/js files separately.
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule>

<files ~ "^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</files>

<Files ~ "\.(js|css)$">
order allow,deny
allow from all
</Files>


Anyone else get the same problems or just me?
On my website, the plugin version is v6.6.3
Everything works fine.
 

Attachments

  • screenshot-sit-info.ru-2022-10-12-11-21-44-433.png
    screenshot-sit-info.ru-2022-10-12-11-21-44-433.png
    129.2 KB · Views: 13
  • Like
Reactions: wpguy

dgpalych

Active member
Banned User
Nov 1, 2020
461
239
43
Does anyone have the smart-living-one-page web templates? Thanks.
I found two packages in the plugin settings:
1. Smart Living One Pager V1
2. Smart Living One Pager V2
There are 9 modules (sliders) in each package.
Which package are you interested in?
By the name of the modules, you can find each one by the link in the Mega cloud, which was previously given in the comments.
 

Attachments

  • screenshot-sit-info.ru-2022-10-12-11-39-04-573.png
    screenshot-sit-info.ru-2022-10-12-11-39-04-573.png
    385 KB · Views: 28
  • screenshot-sit-info.ru-2022-10-12-11-40-39-333.png
    screenshot-sit-info.ru-2022-10-12-11-40-39-333.png
    376.3 KB · Views: 26
  • Like
Reactions: Warmach1ne

Warmach1ne

New member
Apr 5, 2019
8
5
3
I found two packages in the plugin settings:
1. Smart Living One Pager V1
2. Smart Living One Pager V2
There are 9 modules (sliders) in each package.
Which package are you interested in?
By the name of the modules, you can find each one by the link in the Mega cloud, which was previously given in the comments.
i'm looking for the v2. I'll look into the mega cloud link thanks!
 

JamesH

New member
Jul 23, 2022
9
7
3
is there any good soul around here who could share these 2 templates?

Thanks a million guys!
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu