Come mi avete suggerito sono riuscito a prelevare le regole del css che mi servivano. Ora rimane il problema del JS. Come errore mi da il seguente:
Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.
This includes make eliminates the revolution slider libraries, and make it not work.
To fix it you can:
1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
2. Find the double jquery.js include and remove it.
il problema è causato da questo file
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
ma senza questo JS il modal-popup non si apre.
Come posso risolvere?

Rispondi quotando