Make WordPress Themes

Opened 6 weeks ago

Closed 2 weeks ago

#178639 closed theme (live)

THEME: Betra – 1.4

Reported by: jajtechnologies's profile jajtechnologies Owned by: vowelweb's profile vowelweb
Priority: new theme Keywords: theme-betra child-theme parent-artech
Cc: jaj@…

Description

Betra - 1.0

The Betra Business Theme is a versatile and dynamic WordPress theme crafted to empower users in creating stunning and professional websites. Designed primarily for small businesses, startups, and personal portfolio websites, Betra offers a range of customizable features to suit various needs and preferences.

Theme URL - https://betra-lite.preview.artechthemes.com/
Author URL - https://artechthemes.com/

Trac Browser - https://themes.trac.wordpress.org/browser/betra/1.0
WordPress.org - https://wordpress.org/themes/betra/

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

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

History:

Ticket Summary Status Resolution Owner
#178639 THEME: Betra – 1.4 closed live vowelweb

(this ticket)

#182838 THEME: Betra – 1.5 closed live themetracbot


https://themes.svn.wordpress.org/betra/1.0/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_footer. See: wp_footer
     <?php wp_footer(); ?>
    
  • 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 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: 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(); ?>
    
  • WARNING: Could not find a copyright notice for the theme. A copyright notice is needed if your theme is licenced as GPL. <a href="https://www.gnu.org/licenses/gpl-howto.html" target="_blank">Learn how to add a copyright notice (opens in a new window).</a>
  • REQUIRED: Could not find the file index.php in the theme.
  • REQUIRED: Could not find the file readme.txt 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: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
  • 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 .sticky css class is recommended in your theme css.
  • RECOMMENDED .bypostauthor css class is recommended in your theme css.
  • RECOMMENDED .alignleft css class is recommended in your theme css.
  • RECOMMENDED .alignright css class is recommended in your theme css.
  • RECOMMENDED .aligncenter css class is recommended in your theme css.
  • RECOMMENDED .wp-caption css class is recommended in your theme css.
  • RECOMMENDED .wp-caption-text 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-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API

Change History (13)

#1 @vowelweb
6 weeks ago

  • Owner set to vowelweb
  • Status changed from new to reviewing

#2 @vowelweb
5 weeks ago

Hello @jajtechnologies,

Please check the issues and fix.

  1. Add dummy domain in email address, example.com instead of company.com change it on screenshot.
  1. Declare the image license in the below format,

Image for theme screenshot, Credit Jason Blackeye
License: CC0 1.0 Universal (CC0 1.0)
License URL: https://stocksnap.io/license
Source: https://stocksnap.io/photo/4B83RD7BV9

Fix this and resubmit your theme again.

Regards
Vowel Web

#3 @themetracbot
4 weeks ago

  • Summary changed from THEME: Betra – 1.0 to THEME: Betra – 1.1

Betra - 1.1

The Betra Business Theme is a versatile and dynamic WordPress theme crafted to empower users in creating stunning and professional websites. Designed primarily for small businesses, startups, and personal portfolio websites, Betra offers a range of customizable features to suit various needs and preferences.

Theme URL - https://betra-lite.preview.artechthemes.com/
Author URL - https://artechthemes.com/

Trac Browser - https://themes.trac.wordpress.org/browser/betra/1.1
WordPress.org - https://wordpress.org/themes/betra/

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

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

Diff with previous version: [233060] https://themes.trac.wordpress.org/changeset?old_path=betra/1.0&new_path=betra/1.1

History:

Ticket Summary Status Resolution Owner
#178639 THEME: Betra – 1.4 closed live vowelweb

(this ticket)

#182838 THEME: Betra – 1.5 closed live themetracbot


https://themes.svn.wordpress.org/betra/1.1/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_footer. See: wp_footer
     <?php wp_footer(); ?>
    
  • 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 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: 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(); ?>
    
  • 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: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
  • 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 This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
  • RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API

#4 @vowelweb
4 weeks ago

Hello @jajtechnologies,

Please check the issues and fix.

Add dummy domain in email address, example.com instead of company.com change it on screenshot.

1. change the email address on the screenshot.

Fix this and resubmit your theme again.

Regards
Vowel Web

#5 @themetracbot
4 weeks ago

  • Summary changed from THEME: Betra – 1.1 to THEME: Betra – 1.2

Betra - 1.2

The Betra Business Theme is a versatile and dynamic WordPress theme crafted to empower users in creating stunning and professional websites. Designed primarily for small businesses, startups, and personal portfolio websites, Betra offers a range of customizable features to suit various needs and preferences.

Theme URL - https://betra-lite.preview.artechthemes.com/
Author URL - https://artechthemes.com/

Trac Browser - https://themes.trac.wordpress.org/browser/betra/1.2
WordPress.org - https://wordpress.org/themes/betra/

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

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

Diff with previous version: [233645] https://themes.trac.wordpress.org/changeset?old_path=betra/1.1&new_path=betra/1.2

History:

Ticket Summary Status Resolution Owner
#178639 THEME: Betra – 1.4 closed live vowelweb

(this ticket)

#182838 THEME: Betra – 1.5 closed live themetracbot


https://themes.svn.wordpress.org/betra/1.2/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_footer. See: wp_footer
     <?php wp_footer(); ?>
    
  • 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 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: 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(); ?>
    
  • 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.
  • WARNING: screenshot.png is 825.6 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
  • 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 This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
  • RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API

#6 @vowelweb
4 weeks ago

  • Status changed from reviewing to approved

Hello @jajtechnologies,

I am approving your theme.

Congrats.

Thank you
Vowelweb

#7 follow-up: @kafleg
3 weeks ago

Hello @jajtechnologies

  • Invalid theme URI, it is not working.
  • Not able to access the sub menus in the mobile view. Did you check the keyboard navigation in the mobile menu as well?

Please check your theme properly, fix the issues and resubmit your theme.

Regards
KafleG

#8 @themetracbot
3 weeks ago

  • Summary changed from THEME: Betra – 1.2 to THEME: Betra – 1.3

Betra - 1.3

The Betra Business Theme is a versatile and dynamic WordPress theme crafted to empower users in creating stunning and professional websites. Designed primarily for small businesses, startups, and personal portfolio websites, Betra offers a range of customizable features to suit various needs and preferences.

Theme URL -
Author URL - https://artechthemes.com/

Trac Browser - https://themes.trac.wordpress.org/browser/betra/1.3
WordPress.org - https://wordpress.org/themes/betra/

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

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

Diff with previous version: [234003] https://themes.trac.wordpress.org/changeset?old_path=betra/1.2&new_path=betra/1.3

History:

Ticket Summary Status Resolution Owner
#178639 THEME: Betra – 1.4 closed live vowelweb

(this ticket)

#182838 THEME: Betra – 1.5 closed live themetracbot


https://themes.svn.wordpress.org/betra/1.3/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_footer. See: wp_footer
     <?php wp_footer(); ?>
    
  • 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 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: 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(); ?>
    
  • 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.
  • WARNING: screenshot.png is 825.6 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
  • 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: Theme URI: is missing from your style.css header.
  • RECOMMENDED This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
  • RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API

#9 in reply to: ↑ 7 @jajtechnologies
3 weeks ago

Hello @kafleg,

We have resolved all the theme issues as per your guidance. Please review and confirm.

Replying to kafleg:

Hello @jajtechnologies

  • Invalid theme URI, it is not working.
  • Not able to access the sub menus in the mobile view. Did you check the keyboard navigation in the mobile menu as well?

Please check your theme properly, fix the issues and resubmit your theme.

Regards
KafleG

#10 @kafleg
3 weeks ago

#11 @themetracbot
3 weeks ago

  • Summary changed from THEME: Betra – 1.3 to THEME: Betra – 1.4

Betra - 1.4

The Betra Business Theme is a versatile and dynamic WordPress theme crafted to empower users in creating stunning and professional websites. Designed primarily for small businesses, startups, and personal portfolio websites, Betra offers a range of customizable features to suit various needs and preferences.

Theme URL -
Author URL - https://artechthemes.com/

Trac Browser - https://themes.trac.wordpress.org/browser/betra/1.4
WordPress.org - https://wordpress.org/themes/betra/

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

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

Diff with previous version: [234428] https://themes.trac.wordpress.org/changeset?old_path=betra/1.3&new_path=betra/1.4

History:

Ticket Summary Status Resolution Owner
#178639 THEME: Betra – 1.4 closed live vowelweb

(this ticket)

#182838 THEME: Betra – 1.5 closed live themetracbot


https://themes.svn.wordpress.org/betra/1.4/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_footer. See: wp_footer
     <?php wp_footer(); ?>
    
  • 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 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: 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(); ?>
    
  • 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.
  • WARNING: screenshot.png is 825.6 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
  • 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: Theme URI: is missing from your style.css header.
  • RECOMMENDED This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
  • RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API

#12 @jajtechnologies
3 weeks ago

Hello @kafleg,

We resolved the long menu issue. Please check.

#13 @kafleg
2 weeks ago

  • Resolution set to live
  • Status changed from approved to closed

Setting Live.

Thank you
KafleG

Note: See TracTickets for help on using tickets.