Mobile theme error

Posted in: Newspaper
Post count: 4

I’m getting the following error on mobile. This happens on all pages unless I turn off the mobile theme for that post.

function wpb_alter_comment_form_fields($fields) { // Modify Name Field and show that it’s Optional $fields[‘author’] = ‘
‘ . ” . __( ‘Name (Optional)’ ) . ‘ ‘ . ( $req ? ‘*’ : ” ) . ‘

‘; // Modify Email Field and show that it’s Optional $fields[’email’] = ‘
‘ . __( ‘Email (Optional)’, ‘twentythirteen’ ) . ‘ ‘ . ( $req ? ‘*’ : ” ) . ‘

‘; // This line removes the website URL from comment form. $fields[‘url’] = ”; return $fields; } add_filter(‘comment_form_default_fields’, ‘wpb_alter_comment_form_fields’);
Log In

Screen shot

Post count: 21065

Hello!

Make a test and deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.

Let me know the results!

Thank you!

Post count: 4

Thank you, I found some custom code for guest comments previously installed.

Post count: 21065

Hello!

Did you solve your issue?

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.