• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Fixed Picklist element ignores colours

Trembowiecki

Active Member
Hi,

I use picklist element and whatever I do, it just ignores params 'Hover colour' and 'Background hover colour'. There is always this grandma panties-like pink, which is added by some JS. I mean, when the element loads, there's just ul tag with classes. When I grab one of the options to drag it, then automagically appears this hidious 'style="background-color: rgb(255, 221, 255);"' inside ul tag. I have no idea even where is this colour taken from. Esthete's hell, perhaps?
 
Change line 35 to
hovercolor: this.options.hovercolour,
(Attention with color/colour)

Or better do (because it's setting the background)
hovercolor: this.options.bghovercolour,

(and run the uncompressed JS with Fabrik Options/Debugging "Debug JS).

But no idea what the 2nd color option in element settings is thought for.
 
Last edited:
Of course you're right. I was looking explicitely for 'rgb...' Thank you! I can finally work on a picklist without a vomit bag at hand.
 

Members online

No members online now.
Back
Top