webfoundry
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
It looks like Give have added a filter hook for this, so you can just add something like:
// take daily and weekly options out for GiveWP Recurring Donations function wf_give_recurring_periods($periodArray){ unset($periodArray['day']); unset($periodArray['week']); return $periodArray; } add_filter('give_recurring_periods','wf_give_recurring_periods', 10, 1);to your functions.php.
Hi Mark – I was just looking for an answer to this, too. Did you manage to get anywhere?
I think the solution looks something like this instead. It’s definitely a bug so worth similar might work for future versions.
` $key=$category->taxonomy;
if($queryvars[$key]===$category->slug){
$output .= ‘ selected=”selected” ‘;
}`Hi,
No – if you click the links on the left showing the locations, produced by the shortcode, the pages they lead to are just blank.
Thanks
Stu
Viewing 4 replies - 1 through 4 (of 4 total)