Make WordPress Themes

Opened 6 weeks ago

Closed 3 weeks ago

#178633 closed theme (live)

THEME: Shoppable Jewelry – 1.0.1

Reported by: bosathemes's profile bosathemes Owned by: vowelweb's profile vowelweb
Priority: new theme Keywords: theme-shoppable-jewelry child-theme parent-hello-shoppable
Cc: bosathemes@…

Description

Shoppable Jewelry - 1.0.0

Shoppable Jewelry is beautiful multipurpose ecommerce theme. Shoppable Jewelry is beautiful, fast, lightweight, responsive, extremely customizable, multipurpose ecommerce theme that you can use as a foundation to build versatile sites such as accessories, fashion, gemstone, goldsmith, handcrafted, jewellery, jewellery shop, jewelry, jewelry store, luxury, marketplace, modern, vendor, responsive, store, woocommerce and preferably ideal for any type of sites. Shoppable Jewelry works perfectly with Gutenberg and the most popular page builder Elementor that can easily drag-and-drop your ideas from the interface. Shoppable Jewelry is built with SEO, speed, and usability in mind with the multiple Header & Footer layouts, predesigned starter sites includes awesome Home & Inner Pages that is incredibly customizable and powerful enough to take a stand among the crowd. Shoppable Jewelry is compatible with all major plugins like WooCommerce, Yoast, Contact form 7, Mailchimp for WordPress, bbPress, etc. Looking for a multipurpose ecommerce theme? Look no further! Browse the demos to see that it’s the only theme you will ever need: https://demo.bosathemes.com/shoppable/jewelry

Theme URL - https://bosathemes.com/shoppable-jewelry
Author URL - https://bosathemes.com

Trac Browser - https://themes.trac.wordpress.org/browser/shoppable-jewelry/1.0.0
WordPress.org - https://wordpress.org/themes/shoppable-jewelry/

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

Parent Theme: https://wordpress.org/themes/hello-shoppable

History:


https://themes.svn.wordpress.org/shoppable-jewelry/1.0.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: 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.
  • 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 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 .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: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • 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 The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
     <?php register_sidebar( $args ); ?>
    

Change History (8)

#1 @vowelweb
6 weeks ago

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

#2 @vowelweb
5 weeks ago

Hello @bosathemes,

Please check the issues and fix.

  1. PHP function names.

PHP class names.
PHP global variables.
Action/Filter hooks.
Script handles.
Style handles.
Image size names.

Read more here: https://themereview.co/prefix-all-the-things/

Fix this and resubmit your theme again.

Regards
Vowel Web

#3 @bosathemes
5 weeks ago

Hello @vowelweb ,

We have re-checked all the files regarding your mentioned point but couldn't find any issue from our end. However, we didn't add prefixing for the webfont loader library "wptt-webfont-loader.php" as it is a third-party library, and we believe prefixing for a library file is not necessary. If you think prefixing is required for that file, please let us know, and we will make the changes.

Additionally, kindly specify the file and line number where we need to make changes. This will help us identify the issue and resolve it more effectively.

#4 @vowelweb
4 weeks ago

Hello @bosathemes,

Please check the issues and fix.

  1. Check index.php file from L 51 to L 203 all variables need to be prefixed.
  1. Check centerstage-events.php all variables need to be prefixed.
  1. Check facts.php all variables need to be prefixed.
  1. Check redemption-codes.php all variables need to be prefixed.
  1. site-info.php all variables need to be prefixed.

Fix this and resubmit your theme again.

Regards
Vowel Web

#5 @themetracbot
4 weeks ago

  • Summary changed from THEME: Shoppable Jewelry – 1.0.0 to THEME: Shoppable Jewelry – 1.0.1

Shoppable Jewelry - 1.0.1

Shoppable Jewelry is beautiful multipurpose ecommerce theme. Shoppable Jewelry is beautiful, fast, lightweight, responsive, extremely customizable, multipurpose ecommerce theme that you can use as a foundation to build versatile sites such as accessories, fashion, gemstone, goldsmith, handcrafted, jewellery, jewellery shop, jewelry, jewelry store, luxury, marketplace, modern, vendor, responsive, store, woocommerce and preferably ideal for any type of sites. Shoppable Jewelry works perfectly with Gutenberg and the most popular page builder Elementor that can easily drag-and-drop your ideas from the interface. Shoppable Jewelry is built with SEO, speed, and usability in mind with the multiple Header &amp; Footer layouts, predesigned starter sites includes awesome Home &amp; Inner Pages that is incredibly customizable and powerful enough to take a stand among the crowd. Shoppable Jewelry is compatible with all major plugins like WooCommerce, Yoast, Contact form 7, Mailchimp for WordPress, bbPress, etc. Looking for a multipurpose ecommerce theme? Look no further! Browse the demos to see that it&#8217;s the only theme you will ever need: https://demo.bosathemes.com/shoppable/jewelry

Theme URL - https://bosathemes.com/shoppable-jewelry
Author URL - https://bosathemes.com

Trac Browser - https://themes.trac.wordpress.org/browser/shoppable-jewelry/1.0.1
WordPress.org - https://wordpress.org/themes/shoppable-jewelry/

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

Parent Theme: https://wordpress.org/themes/hello-shoppable

Diff with previous version: [233666] https://themes.trac.wordpress.org/changeset?old_path=shoppable-jewelry/1.0.0&new_path=shoppable-jewelry/1.0.1

History:


https://themes.svn.wordpress.org/shoppable-jewelry/1.0.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: 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.
  • 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 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 .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: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • 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 The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
     <?php register_sidebar( $args ); ?>
    

#6 @bosathemes
4 weeks ago

Hello @vowelweb ,

We have fixed all the issues you mentioned and re-uploaded the theme.

Regards.

#7 @vowelweb
4 weeks ago

  • Status changed from reviewing to approved

Hello @bosathemes,

All the errors have been solved,

I am approving your theme.

Congrats.

Thank you
Vowelweb

#8 @kafleg
3 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.