idjuly4
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Two categories dropdownsDaC- looks good. is there a way to arrange categories in the checkbox in other than alphabetical order?
thx
july4Forum: Plugins
In reply to: [Search & Filter] Symbol ">"will avoid this text widget, thanks for the help! great plugin!
Forum: Plugins
In reply to: [Search & Filter] Symbol ">"ok, i think i got it
<form action="" method="post" class="searchandfilter"> <div> <ul> <li><input type="text" name="ofsearch" placeholder="Search …" value=""></li> <li><select name='ofcategory' id='ofcategory' class='postform' > <option value='0' selected='selected'>All Categories</option> <option class="level-0" value="62">age 5-7</option> <option class="level-0" value="64">age 7-9</option> <option class="level-0" value="52">Art</option> <option class="level-0" value="57">Creative Skills</option> <option class="level-0" value="53">Critical Thinking</option> <option class="level-0" value="50">English</option> <option class="level-0" value="55">Reading</option> <option class="level-0" value="59">Toddler</option> <option class="level-0" value="56">Writing</option> </select> <input type="hidden" name="ofcategory_operator" value="and" /></li> <li><select name='ofpost_tag' id='ofpost_tag' class='postform' > <option value='0' selected='selected'>All Tags</option> <option class="level-0" value="63">letters</option> <option class="level-0" value="58">pre-k</option> </select> <input type="hidden" name="ofpost_tag_operator" value="and" /></li> <li><input type="hidden" name="ofsubmitted" value="1"> <input type="submit" value="Submit"> </li> </ul> </div> </form></div>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [Search & Filter] Symbol ">"hey desigh and code – hope thats what you are looking for , thaks a bunch
<form action=”” method=”post”>
<div class=”widget-content”>
<p><label for=”widget-text-2-title”>Title:</label>
<input class=”widefat” id=”widget-text-2-title” name=”widget-text[2][title]” type=”text” value=”SEARCH AND FILTER” /></p><textarea class=”widefat” rows=”16″ cols=”20″ id=”widget-text-2-text” name=”widget-text[2][text]“>[searchandfilter fields="search,category,post_tag"]</textarea>
<p><input id=”widget-text-2-filter” name=”widget-text[2][filter]” type=”checkbox” /> <label for=”widget-text-2-filter”>Automatically add paragraphs</label></p>
</div>
<input type=”hidden” name=”widget-id” class=”widget-id” value=”text-2″ />
<input type=”hidden” name=”id_base” class=”id_base” value=”text” />
<input type=”hidden” name=”widget-width” class=”widget-width” value=”400″ />
<input type=”hidden” name=”widget-height” class=”widget-height” value=”350″ />
<input type=”hidden” name=”widget_number” class=”widget_number” value=”2″ />
<input type=”hidden” name=”multi_number” class=”multi_number” value=”” />
<input type=”hidden” name=”add_new” class=”add_new” value=”” /><div class=”widget-control-actions”>
<div class=”alignleft”>
Delete |
Close
</div>
<div class=”alignright”>
<input type=”submit” name=”savewidget” id=”widget-text-2-savewidget” class=”button button-primary widget-control-save right” value=”Save” /> <span class=”spinner”></span>
</div>
<br class=”clear” />
</div>
</form>Forum: Plugins
In reply to: [Search & Filter] Symbol ">"hey design and code, thank you for a quick response
just copying from your documents –
[searchandfilter fields=”search,category,post_tag”]
it happens when i paste this (or variations) into a text widget of my genessis wp themeForum: Plugins
In reply to: [Search & Filter] ShortcodeThanks!
Hi Nazakatali, have you been able to resolve this? Running into the same. Thanks!