Opened 5 months ago
Closed 4 months ago
#238934 closed theme (live)
THEME: Ella Portfolio One Page – 0.0.4
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | previously reviewed | Keywords: | theme-ella-portfolio-one-page child-theme parent-ellapress |
| Cc: | info@… |
Description
Ella Portfolio One Page - 0.0.3
EllaPress is a fully responsive Retina enabled One Page & Multipurpose WordPress Theme suitable for any kind of creative or business use. Premium Kenburn Slider Effects Free from EllaPress. The theme is highly optimized for both mobile and desktop platforms. One uses lazy-loading of images and compression of all required scripts, meaning not only will your website look great, but it will also be lightening fast. In case you would like to integrate an online shop to your website you will benefit from WooCommerce compatibility provided by this parallax WordPress Theme. EllaPress can be used for all kinds of business or corporate websites and is furthermore suitable for personal online presences. Thanks to its responsiveness, your content will be displayed well-organized on all kinds of screen size resolutions, EllaPress SEO Ready and translatabe with Polylang and WPML. EllaPress is SEO Ready. EllaPress supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. The PRO demo at https://pixelonetry.com/previews/?theme=ella-premium
Theme URL - https://pixelonetry.com/downloads/ella-portfolio-one-page-wordpress-theme/
Author URL - https://pixelonetry.com/
Trac Browser - https://themes.trac.wordpress.org/browser/ella-portfolio-one-page/0.0.3
WordPress.org - https://wordpress.org/themes/ella-portfolio-one-page/
SVN - https://themes.svn.wordpress.org/ella-portfolio-one-page/0.0.3
ZIP - https://downloads.wordpress.org/theme/ella-portfolio-one-page.0.0.3.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Parent Theme: https://wordpress.org/themes/ellapress
Diff with previous version: [294455] https://themes.trac.wordpress.org/changeset?old_path=ella-portfolio-one-page/0.0.2&new_path=ella-portfolio-one-page/0.0.3
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #237789 | THEME: Ella Portfolio One Page – 0.0.2 | closed | not-approved | |
| #238934 | THEME: Ella Portfolio One Page – 0.0.4 | closed | live | |
- 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 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.
- WARNING: More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are ella-portfolio-one-page, ellapress.
- 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.
- RECOMMENDED: Tested up to is recommended to have major versions only (e.g. 5.8). Patch version is not needed (e.g. 5.8.1).
- REQUIRED The theme appears to use register_sidebar() but no dynamic_sidebar() was found. See: dynamic_sidebar
<?php dynamic_sidebar( $index ); ?>
Change History (6)
#3
follow-up:
↓ 5
@
5 months ago
Hello @pixelonetry
Check the below issues fix it and resubmit again.
- The mobile menu isn't working perfectly with the keyboard navigation. Check it once by adding 2-3 level sub-menus and viewing on the mobile view.
- Same license mentioned two times in the README file.
- https://pxhere.com/en/photo/1640893 - https://pxhere.com/en/photo/1640893
Thank you
KafleG
#4
@
5 months ago
- Summary changed from THEME: Ella Portfolio One Page – 0.0.3 to THEME: Ella Portfolio One Page – 0.0.4
Ella Portfolio One Page - 0.0.4
EllaPress is a fully responsive Retina enabled One Page & Multipurpose WordPress Theme suitable for any kind of creative or business use. Premium Kenburn Slider Effects Free from EllaPress. The theme is highly optimized for both mobile and desktop platforms. One uses lazy-loading of images and compression of all required scripts, meaning not only will your website look great, but it will also be lightening fast. In case you would like to integrate an online shop to your website you will benefit from WooCommerce compatibility provided by this parallax WordPress Theme. EllaPress can be used for all kinds of business or corporate websites and is furthermore suitable for personal online presences. Thanks to its responsiveness, your content will be displayed well-organized on all kinds of screen size resolutions, EllaPress SEO Ready and translatabe with Polylang and WPML. EllaPress is SEO Ready. EllaPress supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. The PRO demo at https://pixelonetry.com/previews/?theme=ella-premium
Theme URL - https://pixelonetry.com/downloads/ella-portfolio-one-page-wordpress-theme/
Author URL - https://pixelonetry.com/
Trac Browser - https://themes.trac.wordpress.org/browser/ella-portfolio-one-page/0.0.4
WordPress.org - https://wordpress.org/themes/ella-portfolio-one-page/
SVN - https://themes.svn.wordpress.org/ella-portfolio-one-page/0.0.4
ZIP - https://downloads.wordpress.org/theme/ella-portfolio-one-page.0.0.4.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Parent Theme: https://wordpress.org/themes/ellapress
Diff with previous version: [295784] https://themes.trac.wordpress.org/changeset?old_path=ella-portfolio-one-page/0.0.3&new_path=ella-portfolio-one-page/0.0.4
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #237789 | THEME: Ella Portfolio One Page – 0.0.2 | closed | not-approved | |
| #238934 | THEME: Ella Portfolio One Page – 0.0.4 | closed | live | |
- 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 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.
- WARNING: More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are ella-portfolio-one-page, ellapress.
- 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.
- RECOMMENDED: Tested up to is recommended to have major versions only (e.g. 5.8). Patch version is not needed (e.g. 5.8.1).
- REQUIRED The theme appears to use register_sidebar() but no dynamic_sidebar() was found. See: dynamic_sidebar
<?php dynamic_sidebar( $index ); ?>


Reviewing