Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @cabalero100,

    I looked at the site. There is some issue with the widget you are using.

    It is hiding by default.

    I would suggest discussing it with the “HUSKY” widget team.

    One workaround would be to use the CSS below, which will forcefully show the widget.

    Note: This widget and why it is hidden is not related to UFW plugin itself.

    .ufw_wb .woof_closed_block {
    display: block;
    }

    Thread Starter cabalero100

    (@cabalero100)

    thanks it worked now I see the attributes
    But the title and the “+” symbol to open and close the information do not appear
    https://giovannib372.sg-host.com/test/

    • This reply was modified 3 weeks, 6 days ago by cabalero100.
    Plugin Author vaakash

    (@vaakash)

    Hi @cabalero100,

    It seems the “open button” text is empty, hence there is a gap next to the open icon.

    Please use the CSS below to remove that gap.

    #ufw_1 .ufw_btn_oinfo .ufw_b_text {
    display: none;
    }

    Thanks,

    Aakash

    Thread Starter cabalero100

    (@cabalero100)

    I entered the code but no results

    Thread Starter cabalero100

    (@cabalero100)

    example how it should appear in the popup

    https://giovannib367.sg-host.com/home-3/

    Plugin Author vaakash

    (@vaakash)

    Hi @cabalero100,

    I’m sorry to say that the widget inside the popup not related to UFW plugin.

    UFW plugin has no idea about the widget and how it works.

    My guess is that, both the widgets are different. I would suggest checking with the widget author/team to find out why the heading and + buttons are not displayed.

    Thanks,

    Aakash

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.