Make WordPress Themes

Opened 4 weeks ago

Closed 4 days ago

#180567 closed theme (live)

THEME: Proteus – 1.0.6

Reported by: indithemes's profile indithemes Owned by: kafleg's profile kafleg
Priority: new theme Keywords: theme-proteus
Cc: mail@…

Description

Proteus - 1.0.0

Set up your amazing website with our highly flexible and adaptable Proteusn WordPress Theme. Leverage the power of WordPress and create a mind-blowing website utlizing features such as multiple post layouts, multiple headers, Elementor Page Builder support, Gutenberg Block Editor Support, Typography Options and much more. To get started you can even import demo content from our pre-made demo templates. In case you run into any issue with Proteusn, reach out to us at support@….

Theme URL - https://www.indithemes.com/proteus
Author URL - https://www.indithemes.com

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

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

History:

Ticket Summary Status Resolution Owner
#180567 THEME: Proteus – 1.0.6 closed live kafleg

(this ticket)

#183414 THEME: Proteus – 1.0.7 closed live themetracbot
#183577 THEME: Proteus – 1.0.8 closed live themetracbot


https://themes.svn.wordpress.org/proteus/1.0.0/screenshot.png
Theme Check Results:

  • 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: 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.
  • WARNING: fopen was found in the file inc/google-fonts.php. File read operations should use file_get_contents() but are discouraged unless required.
    Line 31: $fp = fopen($fontFile, 'w');
    
Line 143: $fc = fopen($file, 'w+');
  • WARNING: fopen was found in the file inc/google-fonts.php. File write operations should are avoided unless necessary.
    Line 31: $fp = fopen($fontFile, 'w');
    
Line 143: $fc = fopen($file, 'w+');
  • WARNING: fwrite was found in the file inc/google-fonts.php. File write operations should are avoided unless necessary.
    Line 32: fwrite($fp, $fontContent['body']);
    
Line 144: fwrite($fc, $body);
  • WARNING: fclose was found in the file inc/google-fonts.php. File write operations should are avoided unless necessary.
    Line 33: fclose($fp);
    
Line 145: fclose($fc);
  • WARNING: A menu without a theme_location was found in footer.php. <code> $args </code> is used inside wp_nav_menu(). You must manually check if the theme_location is included.
  • WARNING: role="search" was found in inc/template-functions.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
  • 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( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.

Change History (13)

#1 @kafleg
4 weeks ago

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

#2 @themetracbot
4 weeks ago

  • Summary changed from THEME: Proteus – 1.0.0 to THEME: Proteus – 1.0.1

Proteus - 1.0.1

Set up your amazing website with our highly flexible and adaptable Proteusn WordPress Theme. Leverage the power of WordPress and create a mind-blowing website utlizing features such as multiple post layouts, multiple headers, Elementor Page Builder support, Gutenberg Block Editor Support, Typography Options and much more. To get started you can even import demo content from our pre-made demo templates. In case you run into any issue with Proteusn, reach out to us at support@….

Theme URL - https://www.indithemes.com/proteus
Author URL - https://www.indithemes.com

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

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

Diff with previous version: [233451] https://themes.trac.wordpress.org/changeset?old_path=proteus/1.0.0&new_path=proteus/1.0.1

History:

Ticket Summary Status Resolution Owner
#180567 THEME: Proteus – 1.0.6 closed live kafleg

(this ticket)

#183414 THEME: Proteus – 1.0.7 closed live themetracbot
#183577 THEME: Proteus – 1.0.8 closed live themetracbot


https://themes.svn.wordpress.org/proteus/1.0.1/screenshot.png
Theme Check Results:

  • 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: 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.
  • WARNING: fopen was found in the file inc/google-fonts.php. File read operations should use file_get_contents() but are discouraged unless required.
    Line 31: $fp = fopen($fontFile, 'w');
    
Line 143: $fc = fopen($file, 'w+');
  • WARNING: fopen was found in the file inc/google-fonts.php. File write operations should are avoided unless necessary.
    Line 31: $fp = fopen($fontFile, 'w');
    
Line 143: $fc = fopen($file, 'w+');
  • WARNING: fwrite was found in the file inc/google-fonts.php. File write operations should are avoided unless necessary.
    Line 32: fwrite($fp, $fontContent['body']);
    
Line 144: fwrite($fc, $body);
  • WARNING: fclose was found in the file inc/google-fonts.php. File write operations should are avoided unless necessary.
    Line 33: fclose($fp);
    
Line 145: fclose($fc);
  • WARNING: A menu without a theme_location was found in footer.php. <code> $args </code> is used inside wp_nav_menu(). You must manually check if the theme_location is included.
  • WARNING: role="search" was found in inc/template-functions.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
  • 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( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.

#3 @themetracbot
4 weeks ago

  • Summary changed from THEME: Proteus – 1.0.1 to THEME: Proteus – 1.0.2

Proteus - 1.0.2

Set up your amazing website with our highly flexible and adaptable Proteusn WordPress Theme. Leverage the power of WordPress and create a mind-blowing website utlizing features such as multiple post layouts, multiple headers, Elementor Page Builder support, Gutenberg Block Editor Support, Typography Options and much more. To get started you can even import demo content from our pre-made demo templates. In case you run into any issue with Proteusn, reach out to us at support@….

Theme URL - https://www.indithemes.com/proteus
Author URL - https://www.indithemes.com

Trac Browser - https://themes.trac.wordpress.org/browser/proteus/1.0.2
WordPress.org - https://wordpress.org/themes/proteus/

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

Diff with previous version: [233795] https://themes.trac.wordpress.org/changeset?old_path=proteus/1.0.1&new_path=proteus/1.0.2

History:

Ticket Summary Status Resolution Owner
#180567 THEME: Proteus – 1.0.6 closed live kafleg

(this ticket)

#183414 THEME: Proteus – 1.0.7 closed live themetracbot
#183577 THEME: Proteus – 1.0.8 closed live themetracbot


https://themes.svn.wordpress.org/proteus/1.0.2/screenshot.png
Theme Check Results:

  • 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: 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.
  • WARNING: fopen was found in the file inc/google-fonts.php. File read operations should use file_get_contents() but are discouraged unless required.
    Line 31: $fp = fopen($fontFile, 'w');
    
Line 143: $fc = fopen($file, 'w+');
  • WARNING: fopen was found in the file inc/google-fonts.php. File write operations should are avoided unless necessary.
    Line 31: $fp = fopen($fontFile, 'w');
    
Line 143: $fc = fopen($file, 'w+');
  • WARNING: fwrite was found in the file inc/google-fonts.php. File write operations should are avoided unless necessary.
    Line 32: fwrite($fp, $fontContent['body']);
    
Line 144: fwrite($fc, $body);
  • WARNING: fclose was found in the file inc/google-fonts.php. File write operations should are avoided unless necessary.
    Line 33: fclose($fp);
    
Line 145: fclose($fc);
  • WARNING: A menu without a theme_location was found in footer.php. <code> $args </code> is used inside wp_nav_menu(). You must manually check if the theme_location is included.
  • WARNING: role="search" was found in inc/template-functions.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
  • 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( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.

#4 @kafleg
3 weeks ago

Hello @indithemes

Would you please check your theme by using the theme check plugin? I see some issues with it. please fix it and resubmit again for further review.

Regards
KafleG

#5 @themetracbot
3 weeks ago

  • Summary changed from THEME: Proteus – 1.0.2 to THEME: Proteus – 1.0.3

Proteus - 1.0.3

Set up your amazing website with our highly flexible and adaptable Proteusn WordPress Theme. Leverage the power of WordPress and create a mind-blowing website utlizing features such as multiple post layouts, multiple headers, Elementor Page Builder support, Gutenberg Block Editor Support, Typography Options and much more. To get started you can even import demo content from our pre-made demo templates. In case you run into any issue with Proteusn, reach out to us at support@….

Theme URL - https://www.indithemes.com/proteus
Author URL - https://www.indithemes.com

Trac Browser - https://themes.trac.wordpress.org/browser/proteus/1.0.3
WordPress.org - https://wordpress.org/themes/proteus/

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

Diff with previous version: [234414] https://themes.trac.wordpress.org/changeset?old_path=proteus/1.0.2&new_path=proteus/1.0.3

History:

Ticket Summary Status Resolution Owner
#180567 THEME: Proteus – 1.0.6 closed live kafleg

(this ticket)

#183414 THEME: Proteus – 1.0.7 closed live themetracbot
#183577 THEME: Proteus – 1.0.8 closed live themetracbot


https://themes.svn.wordpress.org/proteus/1.0.3/screenshot.png
Theme Check Results:

  • 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: 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.
  • WARNING: role="search" was found in inc/template-functions.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
  • 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( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.

#6 @indithemes
3 weeks ago

@kafleg Thankyou for the update.
Made changes and re-uploaded. Removed all the warnings except one. The theme uses the get_search_form filter to output the search form in template-functions.php. Might require a manual review.

Thanks!

#7 @themetracbot
3 weeks ago

  • Summary changed from THEME: Proteus – 1.0.3 to THEME: Proteus – 1.0.4

Proteus - 1.0.4

Set up your amazing website with our highly flexible and adaptable Proteusn WordPress Theme. Leverage the power of WordPress and create a mind-blowing website utlizing features such as multiple post layouts, multiple headers, Elementor Page Builder support, Gutenberg Block Editor Support, Typography Options and much more. To get started you can even import demo content from our pre-made demo templates. In case you run into any issue with Proteusn, reach out to us at support@….

Theme URL - https://www.indithemes.com/proteus
Author URL - https://www.indithemes.com

Trac Browser - https://themes.trac.wordpress.org/browser/proteus/1.0.4
WordPress.org - https://wordpress.org/themes/proteus/

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

Diff with previous version: [234601] https://themes.trac.wordpress.org/changeset?old_path=proteus/1.0.3&new_path=proteus/1.0.4

History:

Ticket Summary Status Resolution Owner
#180567 THEME: Proteus – 1.0.6 closed live kafleg

(this ticket)

#183414 THEME: Proteus – 1.0.7 closed live themetracbot
#183577 THEME: Proteus – 1.0.8 closed live themetracbot


https://themes.svn.wordpress.org/proteus/1.0.4/screenshot.png
Theme Check Results:

  • 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: 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.
  • WARNING: role="search" was found in inc/template-functions.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
  • 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( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.

#8 @kafleg
12 days ago

Hello @indithemes

  • Welcome notice is super big, https://i.rankmath.com/i/zgBHVU Make it small.
  • The menu is not good, https://i.rankmath.com/i/bHRu5u
  • WARNING: role="search" was found in inc/template-functions.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
  • Flickr image is not GPL compatible, Photo is released under Creative Commons. Please use freely with attribution in the form of a link to nordskovmedia.dk as the image owner. So, use image from pxhere, stocksnap, etc site.

Please check your theme design first.

Thank you
KafleG

#9 @themetracbot
12 days ago

  • Summary changed from THEME: Proteus – 1.0.4 to THEME: Proteus – 1.0.5

Proteus - 1.0.5

Set up your amazing website with our highly flexible and adaptable Proteusn WordPress Theme. Leverage the power of WordPress and create a mind-blowing website utlizing features such as multiple post layouts, multiple headers, Elementor Page Builder support, Gutenberg Block Editor Support, Typography Options and much more. To get started you can even import demo content from our pre-made demo templates. In case you run into any issue with Proteusn, reach out to us at support@….

Theme URL - https://www.indithemes.com/proteus
Author URL - https://www.indithemes.com

Trac Browser - https://themes.trac.wordpress.org/browser/proteus/1.0.5
WordPress.org - https://wordpress.org/themes/proteus/

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

Diff with previous version: [235034] https://themes.trac.wordpress.org/changeset?old_path=proteus/1.0.4&new_path=proteus/1.0.5

History:

Ticket Summary Status Resolution Owner
#180567 THEME: Proteus – 1.0.6 closed live kafleg

(this ticket)

#183414 THEME: Proteus – 1.0.7 closed live themetracbot
#183577 THEME: Proteus – 1.0.8 closed live themetracbot


https://themes.svn.wordpress.org/proteus/1.0.5/screenshot.png
Theme Check Results:

  • 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: 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.
  • WARNING: role="search" was found in inc/template-functions.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
  • 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( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.

#10 @themetracbot
12 days ago

  • Summary changed from THEME: Proteus – 1.0.5 to THEME: Proteus – 1.0.6

Proteus - 1.0.6

Set up your amazing website with our highly flexible and adaptable Proteusn WordPress Theme. Leverage the power of WordPress and create a mind-blowing website utlizing features such as multiple post layouts, multiple headers, Elementor Page Builder support, Gutenberg Block Editor Support, Typography Options and much more. To get started you can even import demo content from our pre-made demo templates. In case you run into any issue with Proteusn, reach out to us at support@….

Theme URL - https://www.indithemes.com/proteus
Author URL - https://www.indithemes.com

Trac Browser - https://themes.trac.wordpress.org/browser/proteus/1.0.6
WordPress.org - https://wordpress.org/themes/proteus/

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

Diff with previous version: [235039] https://themes.trac.wordpress.org/changeset?old_path=proteus/1.0.5&new_path=proteus/1.0.6

History:

Ticket Summary Status Resolution Owner
#180567 THEME: Proteus – 1.0.6 closed live kafleg

(this ticket)

#183414 THEME: Proteus – 1.0.7 closed live themetracbot
#183577 THEME: Proteus – 1.0.8 closed live themetracbot


https://themes.svn.wordpress.org/proteus/1.0.6/screenshot.png
Theme Check Results:

  • 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: 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.
  • WARNING: role="search" was found in inc/template-functions.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
  • 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( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.

#11 @indithemes
12 days ago

@kafleg
Thanks for the review!

  • Fixed the screenshot and image scredits.
  • Fixed the Top Bar.
  • For role="search" issue, please review the header files, the search form is being output using get_search_form() function. role="search" is showing up in template-functions.php because the form is being filtered using get_search_form` filter hook. Please review the file and you will find it.
  • Adjusted the height of notice. Noticed that many other themes are using notices of similar dimensions, leading us to believe it's within the guidelines.

Please continue with the review.
Thanks!

#12 @indithemes
7 days ago

@kafleg Just checking if there has been any update regarding the review of the theme.

#13 @kafleg
4 days ago

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

Setting Live.

Thank you
KafleG

Note: See TracTickets for help on using tickets.