Cannot make changes / Saves won't take affect

@muffingroup

I'm setting up a new site using the latest download of Be|Theme 6.0.  I'm having an issue with RevSlider not working properly.  I've successfully imported a variety of slides in from the designs in the templates with no problem.  However the problem that I am having is that if I make a change (photo, text, background, etc) the functionality of the theme stops working and I can't make a save.

So in my troubleshooting I have reading the various post with issues related to RevSlider not working properly and made several adjustments to compensate for the needs of the theme.  Here is the setting adjustments that I have made to the .htaccess file and still nothing is making it any better with the slides.

php_flag xcache.cacher 0
php_value max_input_vars 15000
php_value memory_limit 256M

php_value post_max_size 64M
php_value max_execution_time 600
php_value max_input_time 600


# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


Your thoughts???

Comments

Sign In or Register to comment.