• When this plugin is active it breaks the page builder on Salient theme by ThemeNectar. Would love to be able to keep this plugin active and not have to disable it every time I want to work on my site. Very strange conflict happening. (See video for details.)

    Here’s the HTML that get’s screwed up by some sort of javascript?

    <div class="edit_form_line"><div class="slider" style=""><input type="range" min="0" max="2" step="0.01" value="1" class="wpb_vc_param_value nectar-range-slider scale_desktop nectar_range_slider" id="scale_desktop" name="scale_desktop" style="position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0;"><div class="rangeslider rangeslider--horizontal" id="js-rangeslider-0" style=""><div class="rangeslider__fill" style="width: 10px;"></div><div class="rangeslider__handle" style="left: -20px;"></div></div></div><output class="output"><span class="number">2</span><span class="suffix">x</span></output></div>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter veggie_89

    (@veggie_89)

    Okay as soon as I posted it dawned on my what was probably happening. The issue is that your plugin sets all outputs in the entire wordpress admin area to width:100%. This needs to be scoped down ideally by only loading the css file on your plugins page rather than on every admin page, or at least by setting the css rule to be a little more specific.

    in /post-views-counter/css/admin.min.css

    Change from:
    output{

    To:
    .toplevel_page_post-views-counter output{

    Thanks!

    • This reply was modified 1 year, 4 months ago by veggie_89.
Viewing 1 replies (of 1 total)

The topic ‘Incompatible with Salient Theme by Nectar’ is closed to new replies.