stormlux
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] Unable to activate plugin with over ~4,322 usersI tried everything to get this to work and by randomly commenting out code inside the plugin, I was able to activate the plugin. The line I had to comment out was in new-user-approve.php and line 329:
//set_transient( ‘new_user_approve_user_statuses’, $user_statuses );It now appears to be working fine as far as I can tell.
Depending on the structure of your theme this may be different for you. With my framework I have a single.php file and the loop is inside a content-single.php file. This loop file is called within the single.php and in that section it contains my author box.
I accomplished removing the author box by creating a page single-ai1ec_event.php and inside that I called a new content-ai1ec_event.php that does not have the author box. If your author box is directly on your single.php template, then just remove it from single-ai1ec_event.php. Hope that helps!
Forum: Plugins
In reply to: [GEO my WP] Single Location Options?Thank you! Forgot that I had edited the text in the search form before.
Forum: Plugins
In reply to: [GEO my WP] Single Location Options?Hi Ninjew,
How is the update with those fixings coming along? Also, is there a way to change the text inside the search form field with the shortcode? Thanks!