It seems that I'm having a difficult time saving the settings when I request to save the 'advanced options' on my site widget.
I have set it a few times and for some reason it won't stay selected, yet the update shows that 'settings are saved'
Any others with this issue?
http://wordpress.org/extend/plugins/flexidx-home-search/
Hi Candace,
yes, I see the problem - when I turn on the checkbox to show the "Advanced Search" button in a widget - it doesn't display the checkbox being checked after saving the settings.
I just fixed the bug and released an update v.1.0.1beta.
Is this the only issue you've been experiencing?
How do I go about calling this function outside of a widget? I'd like to put it into the MM box on my Thesis theme.
I'm not familiar with the Thesis, so I wouldn't know what MM box is. If it supports shortcodes, you can simply use a shortcode. If you want to use a php function, you probably could do the following:
<?php echo do_shortcode('[shortcode option1="value1" option2="value2"]'); ?>