Make WordPress Themes

Opened 22 months ago

Closed 22 months ago

Last modified 22 months ago

#131973 closed theme (live)

THEME: Shopper Ecommerce – 0.2.6

Reported by: pewilliams's profile pewilliams Owned by: themetracbot's profile themetracbot
Priority: theme update Keywords: theme-shopper-ecommerce child-theme parent-modern-ecommerce
Cc: peterwilliams548@…

Description

Shopper Ecommerce - 0.2.6

If you are looking for a stunning theme to create an online store then Shopper Ecommerce is absolutely for you. You can create an online store for almost everything like fashion, food, e payment, digital products, mobile cases, scratch guards, shopkeeper, estore, reseller stores, auction sites, shoes, accessories, electronics, furniture, toys, etc. This is a multipurpose and responsive theme ready to fit in any device screen size. Its design is professional and eye-catchy that will hook your visitors to the site. It comes with bootstrap framework which makes it handy to use and execute perfectly. It is cross-browser compatible and translation-ready with RTL support. It is SEO-friendly that will take care of your website’s ranking on major search engines like Google. You can add the available shortcodes if you like. It has full support for WooCommerce plugin to setup your online store easily. It provides a super-fast interface for the ultimate user experience. It is optimized for Google page speed.

Theme URL - https://www.ovationthemes.com/wordpress/free-shopkeeper-wordpress-theme/
Author URL - https://www.ovationthemes.com/

Trac Browser - https://themes.trac.wordpress.org/browser/shopper-ecommerce/0.2.6
WordPress.org - https://wordpress.org/themes/shopper-ecommerce/

SVN - https://themes.svn.wordpress.org/shopper-ecommerce/0.2.6
ZIP - https://wordpress.org/themes/download/shopper-ecommerce.0.2.6.zip?nostats=1
Parent Theme: https://wordpress.org/themes/modern-ecommerce

Diff with previous version: [182812] https://themes.trac.wordpress.org/changeset?old_path=shopper-ecommerce/0.2.5&new_path=shopper-ecommerce/0.2.6

History:

Ticket Summary Status Resolution Owner
#118986 THEME: Shopper Ecommerce – 0.1 closed live kafleg
#119819 THEME: Shopper Ecommerce – 0.2 closed live themetracbot
#121722 THEME: Shopper Ecommerce – 0.2.1 closed live themetracbot
#123806 THEME: Shopper Ecommerce – 0.2.2 closed live themetracbot
#126932 THEME: Shopper Ecommerce – 0.2.3 closed live themetracbot
#130276 THEME: Shopper Ecommerce – 0.2.4 closed live themetracbot
#131241 THEME: Shopper Ecommerce – 0.2.5 closed live themetracbot
#131973 THEME: Shopper Ecommerce – 0.2.6 closed live themetracbot

(this ticket)

#135041 THEME: Shopper Ecommerce – 0.2.7 closed live themetracbot
#136140 THEME: Shopper Ecommerce – 0.2.8 closed live themetracbot
#139708 THEME: Shopper Ecommerce – 0.2.9 closed live themetracbot
#142387 THEME: Shopper Ecommerce – 0.3 closed live themetracbot
#144225 THEME: Shopper Ecommerce – 0.3.1 closed live themetracbot
#146361 THEME: Shopper Ecommerce – 0.3.2 closed live themetracbot
#147113 THEME: Shopper Ecommerce – 0.3.3 closed live themetracbot
#149270 THEME: Shopper Ecommerce – 0.3.4 closed live themetracbot
#150693 THEME: Shopper Ecommerce – 0.3.5 closed live themetracbot
#153021 THEME: Shopper Ecommerce – 0.3.6 closed live themetracbot
#154356 THEME: Shopper Ecommerce – 0.3.7 closed live themetracbot
#156088 THEME: Shopper Ecommerce – 0.3.8 closed live themetracbot
#158015 THEME: Shopper Ecommerce – 0.3.9 closed live themetracbot
#159291 THEME: Shopper Ecommerce – 4.0 closed live themetracbot
#162384 THEME: Shopper Ecommerce – 4.1 closed live themetracbot
#163800 THEME: Shopper Ecommerce – 4.2 closed live themetracbot
#165523 THEME: Shopper Ecommerce – 4.3 closed live themetracbot
#167283 THEME: Shopper Ecommerce – 4.4 closed live themetracbot
#172264 THEME: Shopper Ecommerce – 4.5 closed live themetracbot
#175537 THEME: Shopper Ecommerce – 4.6 closed live themetracbot
#177305 THEME: Shopper Ecommerce – 4.7 closed live themetracbot
#179706 THEME: Shopper Ecommerce – 4.8 closed live themetracbot
#185102 THEME: Shopper Ecommerce – 4.9 closed live themetracbot
#189862 THEME: Shopper Ecommerce – 5.0 closed live themetracbot
#193761 THEME: Shopper Ecommerce – 5.1 closed live themetracbot


https://themes.svn.wordpress.org/shopper-ecommerce/0.2.6/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: Could not find comments_template. See: comments_template
     <?php comments_template( $file, $separate_comments ); ?>
    
  • REQUIRED: Could not find the file index.php in the theme.
  • 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 .sticky 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.
  • REQUIRED The theme appears to use register_sidebar() but no dynamic_sidebar() was found. See: dynamic_sidebar
     <?php dynamic_sidebar( $index ); ?>
    

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


"en.gravatar.com" found when viewing "/?p=1" (via: single.php) is not an approved link.
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-not-have-unexpected-links

Note: See TracTickets for help on using tickets.