When I go to edit a slides style like a cation and hit save nothing happens. I can't save at all and can only close the box by cancelling. Also I can't overwrite any preset styles. Everything else seems to work fine. Any ideas on whats going on?
The trick for me was the grid size and the settings of the slider. (see pic) Then once I got that the only thing that I felt needed tweaking was the resolution range of 801-1366. so I add this css: /* Limits height of revolution slider on 1366 affected by grid of slider */ @media (min-width: 801px) and (max-width: 1366px) { #rev_slider_2_1 { max-height: 500px !important; } } . See pick on how it should look. With this setting I'm happy. I imagine tweaking around with these you get similar results. See my pics for my results. If would be awesome if we could choose grid size settings based off of screen size :)
Well that was an easy fix. It seems to be a chrome browser issue. I teseted it on firefox and it works as is. Evertything saves correctly.
ok, so if you still need my help please write me, if no, good luck!
i am having the same issue. kindly share what the fix is
many thanks
The trick for me was the grid size and the settings of the slider. (see pic) Then once I got that the only thing that I felt needed tweaking was the resolution range of 801-1366. so I add this css: /* Limits height of revolution slider on 1366 affected by grid of slider */
@media (min-width: 801px) and (max-width: 1366px) {
#rev_slider_2_1 {
max-height: 500px !important; }
} . See pick on how it should look. With this setting I'm happy. I imagine tweaking around with these you get similar results. See my pics for my results. If would be awesome if we could choose grid size settings based off of screen size :)
and what the css should like
many thanks
Cool, Benjamin, thanks for sharing.
No problem and just an update I changed the grid settings to 1200X700. It was to square on the ipad for me