Tagged: x
-
AuthorPosts
-
February 10, 2017 at 12:22 pm #1366131
Peter FaeParticipantHey. Something just started happening. I don’t know why. The only thing i’ve changed is adding this to my child functions
//Hide categories from WordPress category widget
function exclude_widget_categories($args){
$exclude = “279,2,3,4”;
$args[“exclude”] = $exclude;
return $args;
}
add_filter(“widget_categories_args”,”exclude_widget_categories”);Which should not affect the Customizer as far as I know. Yet right now, it’s taking forever to load and is not showing a preview.
help?
February 10, 2017 at 1:27 pm #1366220
JoaoModeratorHi There
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
February 11, 2017 at 3:22 pm #1367244
Peter FaeParticipantThis reply has been marked as private.February 12, 2017 at 1:16 am #1367622
Rue NelModeratorHello There,
Thanks for providing the information. Regretfully we cannot edit the child theme’s functions.php file in the WP dashboard. We would prefer the ftp details instead. Most of the time, a blank customizer screen usually means there is a fatal PHP error. Can you please enable WP_DEBUG mode? You can do this by opening
wp-config.phpand adding
define( 'WP_DEBUG' , true );just above/* That's all, stop editing! Happy blogging. */For example:define('WP_DEBUG', true); /* That's all, stop editing! Happy blogging. */When you revisit the customizer screen, you should have some error output describing the issue in more detail.
Please let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1366131 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
