There are many possibilities that causes this error. There might be your theme is not comaptible to wordpress 4.6.1
Please make on debug mode by writing change below lines in wp_config.php from
define('WP_DEBUG', false);
to
define('WP_DEBUG', true);
and add below line to make debug log on
define('WP_DEBUG_LOG', true);
And then run your front end and go to wp-content folder, here you will find debug.log file, open this file and check error. If error is related to max execution time related then please increase max execution time of your hosting.
From this error log, try to solve error.
You can directly chat or contact also your hosting provider.
Related Posts:
- How to create first post, fifth post full width, rest in three columns and so on
- Best practice for implementing a blog page / section in wp_menu_nav()
- custom wordpress theme blog page always not showing the last two pages of the articles
- How do I add settings to the Background Options Page?
- Import media to online WordPress from local development
- How to add a checkbox element to attachments editor with example
- Auto get_header and get_footer on every template?
- What is the right way to include a wp-admin file in your theme?
- Theme Check gives: Required: This theme doesn’t seem to display tags?
- Is it possible to use line break in theme description?
- How does WordPress decide what template to use as frontpage
- Override Current Theme Setting in wp_config.php
- modify a output of a widget
- How do I “unhook” / de-register jQuery so that it’s not called as part of wp_footer();?
- WP Gutenberg custom block – generate theme colors from SASS and use them in the inspector and php callback
- Which is the simplest theme for WordPress to use it as your base?
- Is tag default in WordPress?
- “Display Site Title and Tagline” checkbox not working?
- Should I use language_attributes() or bloginfo(“language”) in html tag
- Getting jquery to work with custom theme
- How to retrieve an image from a post and display it before excerpt of a post? [duplicate]
- Why does WP recommend against custom favicon functionality in themes?
- What’s the best action to use when you want to do something only once per theme setup?
- Excluding a page with a certain name from wp_page_menu
- Widgets with groups / sub widgets? Widget in a widget?
- Avada resources still loading from localhost after database migration [closed]
- No Appearance –> Header menu
- How do I create a custom partial / template?
- Internationalization and functions that use it
- Get a setting value conditionally in the Customizer api
- How should I be handling my theme version numbering?
- How would you accomplish the following advanced settings page?
- image url relative path not working in css file
- Update Custom Theme Version
- Storefront child theme not applying parent theme [closed]
- Sort wp_query by sum of two meta fields
- What can I use for small text when converting to WordPress?
- How to specify the “Main Sidebar” for a theme
- How to i style the elements from the TinyMCE
- Integrate WooCommerce theme with a WordPress theme [closed]
- Automated Footer information
- How do you use WordPress for a website that’s not in a blog format?
- Custom theme, contact form 7 & fast secure form doesn’t work
- How to develop a menu like wwe.com?
- Add tags to pages
- Why set a second parameter in the translate function?
- How to escape multiple attribute at once in WordPress?
- Override plugin option by with a custom theme
- Replace site title with logo when logo is uploaded in customizer using
- Review site using WordPress
- How to create query to get top 3 sticky/latest posts
- Fatal error: Class ‘ZipArchive’ not found
- Is it possible to determine when user is at “Media > Add New” vs “Post > Add an Image”
- What happens if a theme is no longer supported?
- Running a function on post update with new post meta
- Check if( selected() )
- Modify available templates (in dropdown)
- WP Customazation API doesn’t save the default Value
- Change WordPress Resource URL
- Adding content inside the anchor tags within WordPress main nav
- Sample Theme Options page for Multisite – what to consider
- Why I obtain different visualization when I run the website on my local machine and on remote server?
- How to use shortcode inside of shortcode in theme
- Search Form Not Working
- My contact form – I’ve changed the source code but the changes are not being applied
- Theme calling page.php instead of home.php
- Open portfolio image in light box
- Let visitors show/hide a type of content
- Why do sticky posts show in this menu?
- Dot “.” in option value foobars save options function
- style variations hurt the editing performance
- how to create/register menu items that can be added to menus later
- WP Gutenberg custom block – generate theme colors from SASS and use them in the inspector and php callback
- How to properly use AWS SES for a contact form?
- No templates for condition page.php Elementor
- White screen of death on index.php page 3 and above?
- Find out the reason that the Styles and scripts in the theme are loading properly in localhost but Not in server after deploying
- Theme does not allow shortcodes
- Get_header raises an 500 internal server error
- fetch all post from wp multisite network and sort all the post in descending order on the basis of “Created by ” term
- What is an alternative to not using child theme to customize a WordPress theme?
- How to generate a rtl.css file for themes?
- How can i create my Onepage smoothscrool WordPress theme?
- What is the best practice workflow for new website overhaul and keeping current SEO ranking? [closed]
- Breaking Categories Up into Individual Divs
- Different stylesheet for different pages not working fully
- Can I use WP Multi-site on a sub-domain with a different theme but use all the original site’s posts/pages?
- Strip HTML tags on custom code from the_content
- wpdb->insert adds too many rows
- wpalchemy repeating fields dropdown issue
- Does WordPress require that your submitted theme supports multiple menu levels?
- WordPress loop not working on blog.php page
- Option to show/hide widget depending on is_home?
- Add Dynamic Sidebar to Exisiting WordPress Theme [closed]
- Why does the first loop take arguments from the second loop?
- How do I middle-align my header menu items in WordPress [closed]
- Theme layout for home page [closed]
- How to add Dummy content when active wordpress theme without xml import?
- Is there any reason that other theme elements (such as nav menus) shouldn’t be within the loop?
- Is there any way to show child theme in theme detectors?