Michael
Forum Replies Created
-
Forum: Plugins
In reply to: [Print-O-Matic] Print contents of vertical tabssorry that should be dev.mlatc.org
Forum: Plugins
In reply to: [Code Snippets] Snippets prevents permalink edits?OK found the problem. I had some code in a 3rd one that was conflicting with the theme’s custom css entry.
Solved for now! Thank you for the quick response and encouragement.
Forum: Plugins
In reply to: [Code Snippets] Snippets prevents permalink edits?I have 2 simple snippers
1
function TuitionOEOEShortcode() {
return ‘<p>$2.00</p>’;
}
add_shortcode(‘tuitionoeoe’, ‘TuitionOEOEShortcode’);function TuitionLockstepShortcode() {
return ‘<p>$1.70</p>’;
}
add_shortcode(‘tuitionlockstep’, ‘TuitionLockstepShortcode’);2
function email_encode( $atts, $email ){
return ‘‘.antispambot($email).’‘;
}
add_shortcode( ’email’, ’email_encode’ );Forum: Plugins
In reply to: [Code Snippets] Snippets prevents permalink edits?I have deactivated all other plugins. I got to any given page and try to change the permalink by just adding a letter or number and when I click OK it just sits there. No page refresh, no changes. I have tried it with the default 2012 theme and the behavior is the same.
I suspect it is due to some changes that were made using Better WP Security. I am not sure. Even deactivating Better WP Security did not make a change.
Forum: Plugins
In reply to: Any Job Board Plugins with Front End Capability