• Great plugin since I really needed something like this.

    Some issues. Note that I’m not a dev so I still highly respect your work, just some suggestions. ??

    1. Interferes with the WordPress Theme Customizer – color pickers in the left menu become invisible.

    Solution: in alpha-color-picker.css, comment the wp-picker-container position=absolute line. It seems that this doesn’t break the plugin.
    Problem is that the wp-picker-container container class is used in the Customizer and your CSS wants to set properties globally, which is pointless and bad. Why are these alpha-color-picker properties necessary anyway?

    2. I suggest using a different delimiter than ‘,’ since it’s pretty common in any sentence. ?? Why not try ‘;’? I. e. $slideList = explode( ';', $slides );
    — it works for me, at least. ?? Or you could implement an option for choosing that.

    3. After updating, the plugin was not working for some time, only after I tinkered with the simpleTs_scripts.js file. (I mean, adding just an empty line was enough. Maybe the old one using the old, wrong CSS names was still cached somehow?)

    Thanks for the plugin again!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author w1zzard

    (@w1zzard)

    Hey,

    thanks for your feedback ?? very glad that you like the plugin.
    There is a new version: 1.0.4
    1. I updated the plugin color picker. No more errors at the theme options.
    2. I added a new option to add an own delimiter. “,” is still the default
    3. Yep, old files could be cached. You should clear the cache after every update.

    Hope this will work for you.

    Beste Regards!

    Thread Starter gombosg

    (@gombosg)

    Thanks for the update!

    How can I make this compatible with the Divi theme? Enabling the JQuery update plugin

    – messes up color pickers on the customize page
    – disables dot navigation, smooth scrolling, # in-page links…

    Thanks!

    Plugin Author w1zzard

    (@w1zzard)

    Ok It seems to be a jquery version issue again. What jquery version is your theme using?

    Thread Starter gombosg

    (@gombosg)

    1.12.4, according to alert(jQuery.fn.jquery); (Without the JQuery updater plugin!)
    But there’s also a message in the console, saying “JQMIGRATE: Migrate is installed, version 1.4.1”

    Plugin Author w1zzard

    (@w1zzard)

    Hmm. If there is a JQMIGRATE message in the footer… The JQMIGRATE plugin is activated. So the Theme is needing the 1.1 jquery and the plugin 1.4 – very difficult xD

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Some issues’ is closed to new replies.