CSS Conflict with Slider Revolution
-
Note this plugin has not been updated in four years.
Recently, I noted that when looking at a Slider Revolution slide settings area, you are unable to see the shortcode needed to copy/paste onto a page.
See screen shot – https://pasteboard.co/HFngAjt.jpg
You’ll notice the field where you copy/paste the shortcode to enter is missing.
This is a result of a CSS conflict. See here – http://take.ms/ZTac7
When the Shortcode Menu plugin is deactivated, the problem is resolved.
If you still need to use this plugin, Slider Revolution team provided me with the following code to be added to the functions.php file of your active theme. This will resolve the issue.add_action('admin_head', 'fix_revshortcodebox'); function fix_revshortcodebox() { echo '<style> .slidertitlebox input#shortcode { display: block !important;min-height: 1px !important;} </style>'; }
I don’t know what the final fix would be, but it turns out that in the current site redesign I will not need Shortcode Menu anyway.
Just posting this for others who may experience the same issue.
- The topic ‘CSS Conflict with Slider Revolution’ is closed to new replies.