#119659 closed theme (live)
THEME: OceanWP – 3.3.3
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | theme update | Keywords: | theme-oceanwp accessibility-ready |
| Cc: | accounts@… |
Description
OceanWP - 3.3.3
OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful & professional design. Very fast, responsive, RTL & translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet & mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc… Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor & WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it’s the only theme you will ever need: https://oceanwp.org/demos/
Theme URL - https://oceanwp.org/
Author URL - https://oceanwp.org/about-oceanwp/
Trac Browser - https://themes.trac.wordpress.org/browser/oceanwp/3.3.3
WordPress.org - https://wordpress.org/themes/oceanwp/
SVN - https://themes.svn.wordpress.org/oceanwp/3.3.3
ZIP - https://wordpress.org/themes/download/oceanwp.3.3.3.zip?nostats=1
Diff with previous version: [169784] https://themes.trac.wordpress.org/changeset?old_path=oceanwp/3.3.2&new_path=oceanwp/3.3.3
History:
- 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.
- WARNING: Found <code>="<?php esc_html_e</code> in 404.php. Use esc_attr_e() inside HTML attributes, and esc_url() for link attributes. A manual review is needed.
Line 108: <img src='<?php echo esc_url( $logo_404 ); ?>' alt='<?php esc_html_e( '404 Logo', 'oceanwp' ); ?>' title='<?php esc_html_e( '
- WARNING: Found <code>="<?php esc_html_e</code> in search.php. Use esc_attr_e() inside HTML attributes, and esc_url() for link attributes. A manual review is needed.
Line 26: <img class='logo-search' src='<?php echo esc_url( $logo_search ); ?>' alt='<?php esc_html_e( 'Search Logo', 'oceanwp' ); ?>' title='<?php esc_html_e
- WARNING: file_put_contents was found in the file inc/customizer/controls/typography/webfonts.php. File write operations should are avoided unless necessary.
Line 163: $is_wrote_local_css_file_path = file_put_contents( $local_css_file_path, $font_style );
Line 177: $is_wrote_local_css_file_path = file_put_contents( $local_css_file_path, $font_style );
- WARNING: curl_init was found in the file inc/customizer/controls/typography/webfonts.php. HTTP requests should be made using the WordPress HTTP wrappers, such as wp_safe_remote_get() and wp_safe_remote_post().
Line 202: $ch = curl_init();
- WARNING: curl_exec was found in the file inc/customizer/controls/typography/webfonts.php. HTTP requests should be made using the WordPress HTTP wrappers, such as wp_safe_remote_get() and wp_safe_remote_post().
Line 208: $result = curl_exec( $ch );
- WARNING: file_put_contents was found in the file inc/themepanel/theme-panel.php. File write operations should are avoided unless necessary.
Line 773: file_put_contents(
- WARNING: A menu without a theme_location was found in partials/header/nav.php. <code> $menu_args </code> is used inside wp_nav_menu(). You must manually check if the theme_location is included.
- WARNING: A menu without a theme_location was found in partials/header/style/center-header.php. <code> $left_menu_args </code> is used inside wp_nav_menu(). You must manually check if the theme_location is included.
- WARNING: A menu without a theme_location was found in partials/mobile/mobile-dropdown.php. <code> $left_menu_args </code> is used inside wp_nav_menu(). You must manually check if the theme_location is included.
- WARNING: A menu without a theme_location was found in partials/mobile/mobile-fullscreen.php. <code> $left_menu_args </code> is used inside wp_nav_menu(). You must manually check if the theme_location is included.
- WARNING: A menu without a theme_location was found in partials/mobile/mobile-nav.php. <code> $menu_args </code> is used inside wp_nav_menu(). You must manually check if the theme_location is included.
- WARNING: The theme is using
#wpadminbarin assets/css/style.css. Hiding the admin bar is not allowed. This warning must be manually checked.Line 9366: #wpadminbar {
- WARNING: The theme is using
#wpadminbarin assets/css/style.min.css. Hiding the admin bar is not allowed. This warning must be manually checked. - REQUIRED: Found a reference to <code>freepik</code>. Assets from this website does not use a license that is compatible with GPL. <a href="https://www.freepikcompany.com/legal" target="_blank">View license (opens in a new window).</a>
- WARNING: role="search" was found in inc/helpers.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
- WARNING: role="search" was found in partials/header/search-overlay.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
- WARNING: role="search" was found in partials/header/search-replace.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
- WARNING: role="search" was found in partials/header/style/medium-header-search.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
- WARNING: role="search" was found in partials/header/style/vertical-header-search.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
- WARNING: role="search" was found in partials/mobile/mobile-fullscreen-search.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
- WARNING: role="search" was found in partials/mobile/mobile-search.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
- WARNING: Found a translation function that is missing a text-domain in the file inc/themepanel/views/panes/home.php. Function esc_html, with the arguments 'logo.png'.
Line 21: 'icon' => esc_html__( 'logo.png' ),
}}}
- WARNING: Found a translation function that is missing a text-domain in the file inc/themepanel/views/panes/home.php. Function esc_html, with the arguments 'favicon.png'.
Line 26: 'icon' => esc_html__( 'favicon.png' ),
}}}
- WARNING: Found a translation function that is missing a text-domain in the file inc/themepanel/views/panes/home.php. Function esc_html, with the arguments 'primary-colors.png'.
Line 32: 'icon' => esc_html__( 'primary-colors.png' ),
}}}
- WARNING: Found a translation function that is missing a text-domain in the file inc/themepanel/views/panes/home.php. Function esc_html, with the arguments 'typography.png'.
Line 38: 'icon' => esc_html__( 'typography.png' ),
}}}
- WARNING: Found a translation function that is missing a text-domain in the file inc/themepanel/views/panes/home.php. Function esc_html, with the arguments 'top-bar.png'.
Line 44: 'icon' => esc_html__( 'top-bar.png' ),
}}}
- WARNING: Found a translation function that is missing a text-domain in the file inc/themepanel/views/panes/home.php. Function esc_html, with the arguments 'header.png'.
Line 49: 'icon' => esc_html__( 'header.png' ),
}}}
- WARNING: Found a translation function that is missing a text-domain in the file inc/themepanel/views/panes/home.php. Function esc_html, with the arguments 'footer-widgets.png'.
Line 54: 'icon' => esc_html__( 'footer-widgets.png' ),
}}}
- WARNING: Found a translation function that is missing a text-domain in the file inc/themepanel/views/panes/home.php. Function esc_html, with the arguments 'footer-bottom.png'.
Line 59: 'icon' => esc_html__( 'footer-bottom.png' ),
}}}
- 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 oceanwp, skyrocket.
- 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: Tested up to is recommended to have major versions only (e.g. 5.8). Patch version is not needed (e.g. 5.8.1).
Change History (2)
#2
@
4 years 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
"/?post_format=gallery" (via: index.php) contains PHP errors: Notice: Undefined index: with_front in wp-content/themes/oceanwp/inc/breadcrumbs.php on line 726
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-not-have-php-errors
Expected to received a 200 status for https://oceanwp.org/. Received 503.
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-return-200-status
Expected to received a 200 status for https://oceanwp.org/about-oceanwp/. Received 503.
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-return-200-status

Theme Update for existing Live theme - automatically approved