• on “Edit Settings” page none of the sub menus collapse (big deal) the arrows appear on mouseover, but nothing happens.

    In the website display options submenu, First three options are “stuck” on a selection and display with a blue background… tags doesn’t show any options, but then I don’t have any tags…

    Can’t display ads except in sidebar using widget…

    This version works on same server on different blog @ WP=3.0.2
    this was a clean install at 3.0.3 Tried disabling all Plugins and shifting to 2010 theme no luck

    Looking at page code shows that the menu options are present on the page.

    In reviewing the code on the page I note that for example:
    `<option value=”home” selected=’selected’>Homepage</option>’
    selected is bounded by single quotes on the three menu items that are not selectable. for the menu items that are selectable, selected is bounded by double quotes.

Viewing 1 replies (of 1 total)
  • Thread Starter dhinz

    (@dhinz)

    <option value=""></option>
    				<option value="home" selected='selected'>Homepage</option>
    
    				<option value="post">Posts</option>
    				<option value="page">Pages</option>
    				<option value="archive">Archives</option>
    				<option value="search">Search</option>

    looks like the selected='selected' is missing for the last 4 menu items. No pull down is visible on the screen. For this menu item Homepage displays with the dark background.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Advertising Manager] Cannot change website display options’ is closed to new replies.