Make WordPress Themes

Opened 22 months ago

Closed 22 months ago

Last modified 22 months ago

#163356 closed theme (live)

THEME: BuilderZone – 2.8

Reported by: themearile's profile themearile Owned by: themetracbot's profile themetracbot
Priority: theme update Keywords: theme-builderzone child-theme parent-aasta
Cc: themearile@…

Description

BuilderZone - 2.8

This theme is built for Building Services, Architecture, Engineering, Cleaning Services, Maintenance, Renovation, Painting, Decorating, and other Construction related services websites. The theme also provides unique designs with advanced customizer settings to people set up their websites in very less time. It comes packed with powerful features for designing and customizing theme pages, advanced typography, sticky menu, header styles, logo upload, translation ready (WPML, Polylang), built with SEO in mind and it’s built to be beautiful on all screen sizes. This theme supports the best Elementor page builder to create, edit, and update page designs as per the requirement. BuilderZone also supports popular free and premium WordPress plugins such as Elementor, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, Google Analytics, and much more. Check the demo of BuilderZone Pro https://themearile.com/aasta-pro-theme/.

Theme URL - https://themearile.com/builderzone-theme/
Author URL - https://themearile.com

Trac Browser - https://themes.trac.wordpress.org/browser/builderzone/2.8
WordPress.org - https://wordpress.org/themes/builderzone/

SVN - https://themes.svn.wordpress.org/builderzone/2.8
ZIP - https://downloads.wordpress.org/theme/builderzone.2.8.zip?nostats=1
Live preview – https://playground.wordpress.net/#…

Parent Theme: https://wordpress.org/themes/aasta

Diff with previous version: [215556] https://themes.trac.wordpress.org/changeset?old_path=builderzone/2.7&new_path=builderzone/2.8

History:

Ticket Summary Status Resolution Owner
#146144 THEME: BuilderZone – 1.0 closed live kafleg
#146344 THEME: BuilderZone – 1.1 closed live themetracbot
#146348 THEME: BuilderZone – 1.2 closed live themetracbot
#146964 THEME: BuilderZone – 1.3 closed live themetracbot
#147626 THEME: BuilderZone – 1.4 closed live themetracbot
#148131 THEME: BuilderZone – 1.5 closed live themetracbot
#148827 THEME: BuilderZone – 1.6 closed live themetracbot
#149363 THEME: BuilderZone – 1.7 closed live themetracbot
#150084 THEME: BuilderZone – 1.8 closed live themetracbot
#151567 THEME: BuilderZone – 1.9 closed live themetracbot
#152867 THEME: BuilderZone – 2.0 closed live themetracbot
#154257 THEME: BuilderZone – 2.1 closed live themetracbot
#155371 THEME: BuilderZone – 2.2 closed live themetracbot
#156812 THEME: BuilderZone – 2.3 closed live themetracbot
#158124 THEME: BuilderZone – 2.4 closed live themetracbot
#159585 THEME: BuilderZone – 2.5 closed live themetracbot
#160602 THEME: BuilderZone – 2.6 closed live themetracbot
#161950 THEME: BuilderZone – 2.7 closed live themetracbot
#163356 THEME: BuilderZone – 2.8 closed live themetracbot

(this ticket)

#164931 THEME: BuilderZone – 2.9 closed live themetracbot
#166437 THEME: BuilderZone – 3.0 closed live themetracbot
#167971 THEME: BuilderZone – 3.1 closed live themetracbot
#169680 THEME: BuilderZone – 3.2 closed live themetracbot
#172548 THEME: BuilderZone – 3.3 closed live themetracbot
#174079 THEME: BuilderZone – 3.4 closed live themetracbot
#175546 THEME: BuilderZone – 3.5 closed live themetracbot
#177950 THEME: BuilderZone – 3.6 closed live themetracbot
#181390 THEME: BuilderZone – 3.7 closed live themetracbot
#186000 THEME: BuilderZone – 3.8 closed live themetracbot
#197909 THEME: BuilderZone – 3.9 closed live themetracbot
#202966 THEME: BuilderZone – 4.0 closed live themetracbot
#205203 THEME: BuilderZone – 4.1 closed live themetracbot
#209212 THEME: BuilderZone – 4.2 closed live themetracbot
#210202 THEME: BuilderZone – 4.3 closed live themetracbot
#212909 THEME: BuilderZone – 4.4 closed live themetracbot
#214887 THEME: BuilderZone – 4.5 closed live themetracbot
#217482 THEME: BuilderZone – 4.6 closed live themetracbot
#222686 THEME: BuilderZone – 4.7 closed live themetracbot
#224410 THEME: BuilderZone – 4.8 closed live themetracbot
#226960 THEME: BuilderZone – 4.9 closed live themetracbot
#231266 THEME: BuilderZone – 5.0 closed live themetracbot
#233415 THEME: BuilderZone – 5.1 closed live themetracbot
#241747 THEME: BuilderZone – 5.2 closed live themetracbot


https://themes.svn.wordpress.org/builderzone/2.8/screenshot.png
Theme Check Results:

  • REQUIRED: Could not find wp_body_open action or function call at the very top of the body just after the opening body tag. See: wp_body_open
     <?php wp_body_open(); ?>
    
  • REQUIRED: Could not find wp_head. See: wp_head
     <?php wp_head(); ?>
    
  • REQUIRED: Could not find language_attributes. See: language_attributes
    <html <?php language_attributes(); ?>
    
  • REQUIRED: Could not find charset. There must be a charset defined in the Content-Type or the meta charset tag in the head.
  • REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
     <?php add_theme_support( $feature ); ?>
    
  • REQUIRED: Could not find body_class call in body tag. See: body_class
     <?php body_class( $class ); ?>
    
  • REQUIRED: Could not find wp_link_pages. See: wp_link_pages
     <?php wp_link_pages( $args ); ?>
    
  • REQUIRED: Could not find post_class. See: post_class
     <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    
  • RECOMMENDED: No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
  • RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • RECOMMENDED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or the_comments_navigation or the_comments_pagination or next_comments_link() and previous_comments_link() to add comment pagination.
  • RECOMMENDED: Could not find the comment-reply script enqueued.
  • RECOMMENDED: Could not find comments_template. See: comments_template
     <?php comments_template( $file, $separate_comments ); ?>
    
  • RECOMMENDED: Could not find wp_list_comments. See: wp_list_comments
     <?php wp_list_comments( $args ); ?>
    
  • RECOMMENDED: Could not find comment_form. See: comment_form
     <?php comment_form(); ?>
    
  • RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  • REQUIRED: Could not find the file index.php in the theme.
  • RECOMMENDED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
  • RECOMMENDED The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
  • RECOMMENDED No reference to the_post_thumbnail() was found in the theme. It is recommended that the theme implement this functionality instead of using custom fields for thumbnails.
  • RECOMMENDED No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
  • RECOMMENDED .sticky css class is recommended in your theme css.
  • RECOMMENDED .bypostauthor css class is recommended in your theme css.
  • RECOMMENDED .alignright css class is recommended in your theme css.
  • RECOMMENDED .gallery-caption css class is recommended in your theme css.
  • RECOMMENDED This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
  • RECOMMENDED: No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • RECOMMENDED: No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • RECOMMENDED: No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • RECOMMENDED: No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • RECOMMENDED: No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
  • REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
  • RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API

Change History (2)

#1 @themetracbot
22 months ago

  • Owner set to themetracbot
  • Resolution set to live
  • Status changed from new to closed

Theme Update for existing Live theme - automatically approved

#2 @themetracbot
22 months ago

The following has been generated by Theme Review Action, this is for informational purposes only.

Theme developers: the Meta team is testing a new tool to help you to discover and fix problems that might otherwise delay approval of your theme. Please give feedback on any errors and omissions in the test results here: https://github.com/WordPress/theme-review-action/issues


"/?feed=rss2" contains PHP errors: Deprecated: Creation of dynamic property Aasta_Customizer_Notify::$config is deprecated in wp-content/themes/aasta/inc/customizer/customizer-notice/aasta-customizer-notify.php on line 36
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-not-have-php-errors

"/?feed=rss2" contains PHP errors: Deprecated: Creation of dynamic property Aasta_Customizer_Notify::$config is deprecated in wp-content/themes/aasta/inc/customizer/customizer-notice/aasta-customizer-notify.php on line 36
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-not-have-php-errors

Note: See TracTickets for help on using tickets.