Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Relevad

    (@relevad)

    Hello,

    Thank you for the bug report. This issue occurs because Firefox ignores the stylesheet for our widget. I have created a solution for this problem, but unfortunately I cannot release a new version of the stock widget for a few weeks.

    However, the fix is very simple and you can easily fix the code yourself. All you have to do is delete the word ‘scoped’ within the file stock_widget_display.php on line 142. That’s all!

    Change from
    <style type="text/css" scoped>

    To
    <style type="text/css">

    This will solve the problem in Firefox. Let me know if you have any trouble getting this to work and I will be happy to help.

    Thread Starter horacioaryan

    (@horacioaryan)

    Fixed , thanks for your quick response , Greetings

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Stock Widget en firefox’ is closed to new replies.