Make WordPress Themes

Opened 8 weeks ago

Closed 6 weeks ago

#175144 closed theme (not-approved)

THEME: Lenxel WP – 1.0.15

Reported by: ogunlab's profile ogunlab Owned by: acosmin's profile acosmin
Priority: previously reviewed Keywords: theme-lenxel-wp
Cc: wahab@…

Description

Lenxel WP - 1.0.15

Lenxel is a fast, fully customizable & beautiful WordPress theme framework for creating an LMS (Learning Management System). It includes a blog, personal portfolio and supports WooCommerce for course payments. Lenxel was built with SEO in mind. It offers features and templates that work well with popular page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin etc.

Theme URL -
Author URL -

Trac Browser - https://themes.trac.wordpress.org/browser/lenxel-wp/1.0.15
WordPress.org - https://wordpress.org/themes/lenxel-wp/

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

Diff with previous version: [227808] https://themes.trac.wordpress.org/changeset?old_path=lenxel-wp/1.0.14&new_path=lenxel-wp/1.0.15

History:

Ticket Summary Status Resolution Owner
#162711 THEME: Lenxel WP – 1.0.4 closed not-approved kafleg
#162921 THEME: Lenxel WP – 1.0.5 closed not-approved acosmin
#166663 THEME: Lenxel WP – 1.0.7 closed not-approved kafleg
#169179 THEME: Lenxel WP – 1.0.8 closed not-approved kafleg
#169513 THEME: Lenxel WP – 1.0.9 closed not-approved kafleg
#171081 THEME: Lenxel WP – 1.0.10 closed not-approved kafleg
#172227 THEME: Lenxel WP – 1.0.12 closed not-approved kafleg
#173000 THEME: Lenxel WP – 1.0.14 closed not-approved acosmin
#175144 THEME: Lenxel WP – 1.0.15 closed not-approved acosmin

(this ticket)

#176644 THEME: Lenxel WP – 1.0.16 closed not-approved kafleg
#177446 THEME: Lenxel WP – 1.0.20 closed live acosmin


https://themes.svn.wordpress.org/lenxel-wp/1.0.15/screenshot.png
Theme Check Results:

  • WARNING: A menu without a theme_location was found in inc/functions.php. <code>$lenxel_menu_main</code> is used inside wp_nav_menu(). You must manually check if the theme_location is included.
  • RECOMMENDED: Theme URI: is missing from your style.css header.
  • RECOMMENDED: Author URI: is missing from your style.css header.

Change History (5)

#1 @themetracbot
8 weeks 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


"/?p=1" (via: single.php) does not contain a body class
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-contain-body-class

"/" (via: index.php) does not contain a body class
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-contain-body-class

"/?cat=1" (via: archive.php) does not contain a body class
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-contain-body-class

"/?tag=alignment-2" (via: archive.php) does not contain a body class
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-contain-body-class

"/?post_format=gallery" (via: archive.php) does not contain a body class
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-contain-body-class

"/?post_format=gallery" (via: archive.php) contains PHP errors: Warning: Undefined variable $desc in wp-content/themes/lenxel-wp/content-gallery.php on line 83
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-not-have-php-errors

"/" (via: index.php) does not contain the blog body class
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#frontpage-should-show-correct-content

#2 @kafleg
8 weeks ago

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

#3 @kafleg
8 weeks ago

  • Owner changed from kafleg to acosmin

I would like to request @acosmin to review this theme.

Thank you
KafleG

#4 @ogunlab
7 weeks ago

Good day acosmin,

I would like to know. the current state of the Lenxel theme review.
Kindly let me know if there is still any adjustment to be made.

Thank you.

#5 @acosmin
6 weeks ago

  • Resolution set to not-approved
  • Status changed from reviewing to closed

@ogunlab

Hi!

I have had a quick look at the theme and at this point, it does not follow the requirements.

The Theme Review Team does not hard reject themes, -we want you to resubmit your theme, but we need you to read the requirements more carefully.
If the requirements are unclear, let us know so that we can continue to improve them.

When a ticket is closed as not approved, it loses its position in the review queue.
When the update is submitted, a new ticket is created at the end of the queue.

https://make.wordpress.org/themes/handbook/review/required/

https://make.wordpress.org/themes/handbook/review/how-to-do-a-review-draft/

https://github.com/WPTRT/theme-sniffer/

Use this upload form to submit your update: https://wordpress.org/themes/upload/


  1. No JS issues:
    	themes.php:932 Uncaught SyntaxError: Unexpected token '&' (at themes.php:932:13)
    
  1. No Console issues:
    	GET http://.../wp-content/themes/lenxel-wp/css/custom_style.css?ver=6.5.3 net::ERR_ABORTED 404 (Not Found)
    
  1. You can't have license activation functionality in the theme
  1. Provide a unique prefix for everything the Theme defines in the public namespace, including options, functions, global variables, constants, post meta, wp_enqueue_script/style handle names, add_image_size names, wp_script_add_data keys, slugs/ids for new categories created with register_block_pattern_category etc. Theme nav menu locations and sidebar IDs are exceptions.
    • e.g. functions.php:L349.
  1. Validate and/or sanitize untrusted data before entering into the database. All untrusted data should be escaped before output. (See: Data Validation)
    • e.g. functions.php:L351,353
  1. No minification of scripts or files unless you provide original files

+ possibly more

Note: See TracTickets for help on using tickets.