Hi again,
the category=47 works great to display only the parent category cards, but all the categories still show up in category select menu.
I get the following warning in the console
Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
I tried disabling plugins, updated to latest version of circled, and went to 2015 default theme, renamed customized template section. I have checked my functions.php and disabled all snippets to see if anything could have affected the code, not sure where else to look.
and still had all categories in the category select menu and a blank first row
the source code output is as follows:
<
form class=”cn-form” id=”cn-cat-select” action=”” method=”get”><select class=”cn-category-select cn-enhanced-select” name=”cn-cat” onchange=”this.form.submit()” data-placeholder=”Select Category”>
<option value=””></option>
<option value=’0′>Show All Categories</option>
<option class=”cn-cat-level-0″ style=”padding-left: 7px !important;” value=”1″>Other</option>
<option class=”cn-cat-level-0″ style=”padding-left: 7px !important;” value=”46″>Partners</option>
<option class=”cn-cat-level-1″ style=”padding-left: 19px !important;” value=”4″>Partner Associations</option>
<option class=”cn-cat-level-0″ style=”padding-left: 7px !important;” value=”47″>Skills</option>
<option class=”cn-cat-level-1″ style=”padding-left: 19px !important;” value=”6″>Accounting</option>
everything above accounting should not be listed.
one of circled demo sites: http://www.womenintesting.com/directory/ also shows same blank first row in their category select menu.
as a test I installed Gridder and the select category appeared, but so did the other categories that were not children of 47
any ideas would be great.
dom
