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

    (@otwthemes)

    Hi there,

    I am glad you like the plugin ??

    I just checked the Light and the Full version of the plugin and they both display the sub-pages on all my test installations. I am afraid that I cannot further assist you since we do not provide support for the Light version. Sorry.

    OTWthemes

    Very good plugin but incomplete! It’s possible to set visibility ONLY for the first 12 pages of the site, for this limit i can’t use it. ??

    DH

    (@downhouse00)

    There are height limit set.
    Delete 98 line in widget-manager-light/css/otw_sbm_admin.css

    div.mto {
    height: 310px;
    overflow: hidden;
    }

    or add this in functions.php:

    <style>
    .postbox div.mto {
        height: auto;
        overflow: visible;
    }
    </style>

    Ok, just solved the problem…the only thing I don’t like is than I need to disable all the pages when I use a new widget and leave enabled only the page I need. And already when I add a new page to my site I need to disable the widget for this new page….if the system for default leave unvisible the widget on the new pages is better.

    Thank you so much!!

    The “set visability” button is not showing up. I checked the button in options in the dashboard.

    Ok… fixed the problem and the “set visibility” button is now visible and working. However, only the first 10 or so pages, categories, posts show up. Is there anyway to see all the categories at least?

    Also, there are a few of my many pages that I want all the widgets invisible and a few widgets visible only on those pages. I’m working on getting the other widgets off, but when I created a widget for those pages only and put them in the widget line up (not 1st, but about 4th) they don’t show up. Is it because the change takes time or do I need to put the unique widget in a particular spot on the line up?

    https://www.thedesertreview.com
    If you look, you will see that most of the ads are gone from the obituary pages, but the garden picture I want there is still not there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Widget Manager Light] Missing pages in "Set Visibility" screen’ is closed to new replies.