WPIntell

Source evidence

Some issues

Simple Text Slider · support · 2016-09-05T20:24:00+00:00

complaintsentiment
mediumseverity
0.93relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 23 rows with source links

26.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

17 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
gombosg unresolved
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! 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! 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! Ok It seems to be a jquery version issue again. What jquery version is your theme using? 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” 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

Comments

5 shown
w1zzard 2016-09-06T14:14:00+00:00

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!

gombosg 2016-09-13T20:08:00+00:00

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!

w1zzard 2016-09-14T08:33:00+00:00

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

gombosg 2016-09-16T08:32:00+00:00

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”

w1zzard 2016-09-19T07:15:00+00:00

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