• Resolved morris373

    (@morris373)


    Hi
    Hashbars plugin works fine in Google Chrome but not in Internet Explorer 11 or Edge.

    It appears that the written text has fallen out of the box or Div and also there is no background colour. This is probably a CSS issue with different browsers.

    It’s a shame it doesn’t work on all browsers as it has some good features.

    How can we fix these issues so that your plugin is compatible with all browsers.

    EDIT: Just had another look and the text is in the right place but there is no background colour showing. I need white font with orange background so that’s why I didn’t see the text and also when scrolling down it appeared the text had fallen out of the box i.e. sticky notification bar.

    EDIT 2: Just need the background colour to show now. The CSS below does not change the background to whatever color picked in the settings.

    #notification-537::before {
        background-color: #ff4500 !important;
    }
    

    However, this one does:

    #notification-537 {
        background: #ff4500;
    }
    

    Can this be changed in the plugin? For now I will add it to my stylesheet.

    Thanks

    Morris

    • This topic was modified 5 years, 2 months ago by morris373.
    • This topic was modified 5 years, 2 months ago by morris373.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter morris373

    (@morris373)

    Hi
    What part of the plugin outputs this Inline CSS code?

    Can anyone help please? Still can’t get Edge to work, it works however with the CSS change above but only InPrivate mode.

    I have cleared the cookies and files but it still won’t accept the CSS changes. That will be a different issue with Edge but if the generated Inline CSS was fixed then it will work.

    Thanks

    Colin

    Plugin Contributor HT Plugins

    (@htplugins)

    Hello,
    This issue already solved.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not Compaitable with IE Edge’ is closed to new replies.