• Works as described, but minor things:

    1. It loses the right hand border in Atahualpa theme — see https://gergs.net/2015/04/a-30-april-depth/#GFSvsECMWF
    2. The shortcode generator button doesn’t work in the WP text mode editor. The button is also too narrow for its icon image in text mode.
    3. “Hover” mode sliding doesn’t work well on touch devices (at least on Dell XPS12.5).

    I think I’d want at least 1 & 3 fixed before I paid for a full copy, or gave a high rating.

    (BTW, the correct English expression would be “overlaid-slider”, or, better, “overlaid_slider”, for consistency.)

Viewing 1 replies (of 1 total)
  • Plugin Author Adrian

    (@adrian2k7)

    Hi Gergyl,

    Thanks for your feedback.

    1. I really don’t know what the best solution is here, as we can’t support any theme out there. Probably removing the border. You can archive this, with a simple custom CSS in the mean while:

    .image-comparator .images img {
      padding: 0;
      border: 0;
    }

    (You may use “!important”, if this doesn’t work)

    2. Thanks, I will take this on the list for Vafpress.

    3. We did some performance improvements for this in the last version. I’ve a Dell XPS 12, will check it again. Maybe there is more, we can do about this.

    Greetz,

    Adrian

    (Thanks for the language tipp.)

Viewing 1 replies (of 1 total)
  • The topic ‘Minor issues…’ is closed to new replies.