Troubleshooting Common Twenty Fifteen Theme Layout and Comment Issues
Content
The Twenty Fifteen theme is a popular, clean, and responsive default WordPress theme. However, like any software, users can occasionally encounter issues. Based on community discussions, two of the most frequent problems involve layout on mobile devices (like iPads) and comments not appearing or functioning correctly. This guide will explain why these issues happen and provide the most common solutions.
Common Problem 1: Layout Issues on iPad and Other Mobile Devices
Why it happens: The Twenty Fifteen theme is designed to be responsive, meaning it should automatically adjust its layout to fit different screen sizes. Problems often arise when the viewport meta tag in the HTML <head> is missing, incorrect, or has been modified. This tag is crucial for telling mobile browsers how to handle the page's dimensions and scaling. Another common cause is custom CSS in a child theme or from a plugin that conflicts with the theme's built-in responsive styles.
How to fix it:
- Check the Viewport Meta Tag: Ensure your site's header contains the correct viewport tag. It should look like this:
If you have modified this tag, reverting it to the default state often resolves the problem.<meta name="viewport" content="width=device-width, initial-scale=1"> - Use a Child Theme: If you need to make CSS adjustments, always use a child theme. Directly editing the parent theme's files will cause your changes to be lost when the theme updates and could break the layout. Create a child theme and add only the necessary CSS overrides there.
- Check for Plugin Conflicts: Temporarily deactivate all plugins to see if the layout corrects itself. If it does, reactivate them one by one to identify the plugin causing the conflict.
Common Problem 2: Comments Not Appearing or Working
Why it happens: Comments in WordPress are controlled by two main factors: the global discussion settings and the settings on individual posts or pages. The Twenty Fifteen theme will not display comment functionality if it is disabled in these settings. A frequent oversight is that comments are often disabled by default on Pages (as opposed to Posts).
How to fix it:
- Enable Threaded Comments: Navigate to Settings > Discussion in your WordPress dashboard. Ensure the box for Enable threaded (nested) comments is checked. This is required for the 'Reply' link to appear.
- Enable Comments on Pages: By default, WordPress often has comments turned off for Pages. To enable them, edit the specific Page where you want comments. In the editor screen, click on the 'Screen Options' tab in the top right corner and ensure 'Discussion' and 'Comments' are checked. Now, in the editor, you should see a 'Discussion' meta box where you can check 'Allow Comments'.
- Check the Global Setting: Also in Settings > Discussion, verify that the setting Allow people to post comments on new articles is enabled. This controls the default for new posts and pages.
By following these steps, you should be able to resolve the most common layout and comment issues encountered with the Twenty Fifteen theme. If problems persist, searching for the specific error message or behavior on independent troubleshooting forums often yields solutions from other users who have faced similar challenges.
Related Support Threads Support
-
How to enable comments?https://wordpress.org/support/topic/how-to-enable-comments-7/
-
how to add adsense every 5 postshttps://wordpress.org/support/topic/how-to-add-adsense-every-5-posts/
-
Tag-cloud in Twenty Fifteen menu?https://wordpress.org/support/topic/tag-cloud-in-twenty-fifteen-menu/
-
Twenty Fifteen Demo Contenthttps://wordpress.org/support/topic/twenty-fifteen-demo-content/
-
Does Twenty Fifteen Have Infinite Scroll?https://wordpress.org/support/topic/does-twenty-fifteen-have-infinite-scroll/
-
Hyphenation in Twenty Fifteenhttps://wordpress.org/support/topic/hyphenation-in-twenty-fifteen/
-
Complete beginner needs advice with Twenty Fifteenhttps://wordpress.org/support/topic/complete-beginner-needs-advice-with-twenty-fifteen/
-
Twenty Fifteen on iPadhttps://wordpress.org/support/topic/twenty-fifteen-on-ipad/
-
twenty fifteen where are the style.css pathshttps://wordpress.org/support/topic/twenty-fifteen-where-are-the-stylecss-paths/
-
How to add more navigation to this theme?https://wordpress.org/support/topic/how-to-add-more-navigation-to-this-theme/
-
Threaded commentshttps://wordpress.org/support/topic/threaded-comments-10/
-
what we did with the twenty-fifteen themehttps://wordpress.org/support/topic/what-we-did-with-the-twenty-fifteen-theme/
-
disable responsivenesshttps://wordpress.org/support/topic/disable-responsiveness-4/
-
New Social Link Iconshttps://wordpress.org/support/topic/new-social-link-icons/
-
twenty fifteen theme removes shortcode notationhttps://wordpress.org/support/topic/twenty-fifteen-theme-removes-shortcode-notation/
-
Preconnect for Google Fonts in v1.7https://wordpress.org/support/topic/preconnect-for-google-fonts-in-v1-7/
-
grid layouthttps://wordpress.org/support/topic/grid-layout-5/
-
Websites with Twenty-fifteenhttps://wordpress.org/support/topic/websites-with-twenty-fifteen/
-
Twenty fifteen theme 'Leave a comment' doesn't workhttps://wordpress.org/support/topic/twenty-fifteen-theme-leave-a-comment-doesnt-work/
-
Customize twenty fifteen theme gallery like in the theme demohttps://wordpress.org/support/topic/customize-twenty-fifteen-theme-gallery-like-in-the-theme-demo/
-
can i make 2015 horizontal layout?https://wordpress.org/support/topic/can-i-make-2015-horizontal-layout/
-
Twenty Fifteen – add sidebars to footerhttps://wordpress.org/support/topic/twenty-fifteen-add-sidebars-to-footer-1/
-
Default theme licensehttps://wordpress.org/support/topic/default-theme-license/
-
several issues with Custom Post Typeshttps://wordpress.org/support/topic/several-issues-with-custom-post-types/
-
How to activate comment feature for pages on 20-15?https://wordpress.org/support/topic/how-to-activate-comment-feature-for-pages-on-20-15/
-
How do I put the footer text in the 2015 Theme?https://wordpress.org/support/topic/how-do-i-put-the-footer-text-in-the-2015-theme/
-
Comments not deactivatable – existing siteshttps://wordpress.org/support/topic/comments-not-deactivatable-existing-sites/
-
Responsive themehttps://wordpress.org/support/topic/responsive-theme-34/
-
Adds personal functions to Twenty Fifteen Themehttps://wordpress.org/support/topic/adds-personal-functions-to-twenty-fifteen-theme/
-
Add the Twenty Fourteen slider to Fifteenhttps://wordpress.org/support/topic/add-the-twenty-fourteen-slider-to-fifteen/
-
Layout helphttps://wordpress.org/support/topic/layout-help-12/
-
How To Have Comment On Pageshttps://wordpress.org/support/topic/how-to-have-comment-on-pages/