devmgmi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Custom Post Template] Strips formatting ?REMOVES
remove_filter( ‘the_content’, ‘wpautop’ );
remove_filter( ‘the_excerpt’, ‘wpautop’ );Forum: Themes and Templates
In reply to: [SinglePage] Homepage Youtube Video now working on mobile!Here is the URL .. any help would be greatly appreciated!
Forum: Plugins
In reply to: [Events Made Easy] Events missing from specific monthSince it’s June today, the problem went away. I’ll see if this issue happens again and write back. Thanks.
Sorry I see that the CTA click option allows the campaign to reappear, BUT it reappears open again. Is there a way to keep the minimized ones still minimized?
Here is my link if there’s any way you can help..
https://www.brookfieldplacenewsandevents.com/wpbkd/Forum: Plugins
In reply to: [Events Made Easy] Show past events in month filter?I can make sense and small changes to php but I’m not a wiz, is there any way you would please please write this out for me to plug n play?
I’m guessing under eme_create_month_scope I would change $limit_start= $eme_date_obj->format(‘Y-m-01’); ?
Forum: Plugins
In reply to: [Events Made Easy] Month filterform to load on current monthAny idea when this update will happen?
Forum: Plugins
In reply to: [Events Made Easy] Month filterform to load on current monthDo I place the following in my functions? I tried that and it didn’t work.
$eme_date_obj->addOneMonth();
}
if (has_filter(’eme_month_scope_filter’)) $scope=apply_filters(’eme_month_scope_filter’,$scope);
return $scope;
}… it breaks my site
Forum: Plugins
In reply to: [Events Made Easy] Show past events in month filter?I desperately need this ability other than just the arrows going back by 1 month.
Would you be able to tell me if this is out of scope for you to even investigate for the possibility to do this ?
If you can point me in the right direction would be greatly appreciated!!
Forum: Plugins
In reply to: [Events Made Easy] Month filterform to load on current monthFigured this out.
In plugin files, change line 52 in eme_filters.php, from $scope[0] = __(‘Select Month’,’events-made-easy’); to $scope[0] = $current_month = date(‘F Y’);