Nexter Theme - FREE
about 14 hours ago

Version 4.2.7

  • Improved Performance : Added static variable caching for get_option() calls in helper functions
  • Improved Performance : Gated Customizer hooks behind is_admin / is_customize_preview checks
  • Improved Performance : Scoped wp_enqueue_media() to relevant admin pages only
  • Improved Performance : Prevented empty Google Fonts URL from generating unnecessary request
  • Fixed : Removed IE11 conditional body class legacy logic
  • Fixed : Disabled custom header support to reduce unused theme overhead
  • Fixed : Removed custom-background theme support for cleaner base layer
  • Fixed : Broken calc() CSS string output in Layout Container Dynamic CSS (3 instances)
  • Fixed : CSS : Wrapped #today calendar selector in :where() for zero specificity
  • Fixed : Added wp_reset_postdata() after WP_Query loop in builder posts list
  • Fixed : Removed dead code branch in nexter_get_container_class()
  • Fixed : Replaced unserialize() with maybe_unserialize() for safer deserialization
  • Fixed : Removed orphaned code comment in helper functions
  • Fixed : Comment form — corrected email field to type="email", URL field to type="url"
  • Fixed : Skip link : Now enabled by default for new installations
  • Fixed : Bug fixes and improvements