Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. widget area
    Log in to post
    • scottalanmiller

      How to Reserve Screen Space for the Global Sidebar
      Technical Support • sidebar widget area • • scottalanmiller

      13
      0
      Votes
      13
      Posts
      3560
      Views

      Ins

      Sorry for the ress, but I solve this in Persona with HTML and CSS, just declarating the Sidebar widget-area in categories.tpl and CSS to fix the categories width.
      I'm newbie with front-end, but this "fix" is functional atm.

    • scottalanmiller

      Using JS to Render Rotating Images in the Global Sidebar Widget
      Technical Support • javascript sidebar widget area • • scottalanmiller

      5
      0
      Votes
      5
      Posts
      1696
      Views

      scottalanmiller

      Thanks, we have it working now!

    • P

      Help for Widgets please
      General Discussion • widget widget area widgets • • panpansh

      3
      0
      Votes
      3
      Posts
      1722
      Views

      P

      @psychobunny have good holidays 🙂

      GH : https://github.com/NodeBB/NodeBB/issues/3743

      panpansh created this issue in NodeBB/NodeBB closed Creating widget area work for ACP but not present in forum html #3743
    • LtRice

      Initial Site Load Doesn't Show Widgets/Background Image
      Bug Reports • background lavender widget area • • LtRice

      7
      0
      Votes
      7
      Posts
      2777
      Views

      LtRice

      @baris Guess that should have been the obvious, and yeah, we had some code that would auto generate a background for users. Disabling that did fix it. I really appreciate the help, feel kind of stupid now lol. Besides that being fixed now we still have an ongoing issue with plugins not working like emoji's, shoutbox, and so on. And words of advice on that?

    • R

      Prevent empty widget areas from being hidden
      Technical Support • hidden theme widget area • • Ribesg

      3
      0
      Votes
      3
      Posts
      1752
      Views

      R

      Thanks for that. I would expect some way to configure that. Removing that line would also apply that to all widgets areas, on all themes, right?

      My workaround is to add a plznohide class to the appropriate widget areas' divs and add this to either my theme CSS or the "Custom CSS":

      .hidden.plznohide { display: initial !important; visibility: visible !important; }

      It seems to work as expected. Being able to configure if each widget area should be hidden in the ACP would still be nice.

    • esiao

      How to show a widget in a theme widget area ?
      Technical Support • question widget widget area • • esiao

      17
      0
      Votes
      17
      Posts
      7326
      Views

      F

      Answer to self: enable the custom header and the global vars will be there. Sounds about right?