MEGAC4
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEbackup_2023-06-19-1716_UFA189_64de9c84e1d9-themes.zip
- FILE SIZE1040026 bytes
- MD57fe392fc21dda6c9a4c10a4cbe16e53f
- SHA1556aba1efdab4cabb7ce3d092e39961650356ade
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://www.MEGAC4.com/
- CREATION DATE2023-06-19
- LAST FILE UPDATE2023-06-19
- LAST VALIDATION2023-06-19 10:00
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
Warning
- Found wrong tag in style.css header.
- Found a translation function that is missing a text-domain. Function __, with the arguments '« Previous' in file reviews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next »' in file reviews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary Menu' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '« Previous' in file reviews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next »' in file reviews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary Menu' in file functions.php.
- Found the URL of a CDN in the code:
code.jquery.com/jquery-
. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme. - .ds_store was found.
- Non-printable characters were found in file functions.php. This is an indicator of potential errors in PHP code.665: '<label for='author'>' .'<i class='fas fa-user cutcolor'></i> ยูสà¹à¸à¸à¸£à¹'. '</label>'.666: ( $req ? '<span class='required'></span>' : â ).671: '<label for='email'>' .'<i class='fas fa-envelope cutcolor'></i> à¸à¸µà¹à¸¡à¸¥à¸¥à¹'. '</label>'.672: ( $req ? '<span class='required'></span>' : â ).715: // à¹à¸¥à¹à¸à¹725: //à¸à¸µà¹à¸à¸à¸£à¹à¹à¸ªà¹à¸£à¸¹à¸731: //à¹à¸à¸´à¹à¸¡à¸à¸´à¸à¸ªà¸à¸ªà¸³à¸«à¸£à¸±à¸à¹à¸à¹à¹à¸ WordpressNon-printable characters were found in file functions.php. This is an indicator of potential errors in PHP code.665: '<label for='author'>' .'<i class='fas fa-user cutcolor'></i> ยูสà¹à¸à¸à¸£à¹'. '</label>'.666: ( $req ? '<span class='required'></span>' : â ).671: '<label for='email'>' .'<i class='fas fa-envelope cutcolor'></i> à¸à¸µà¹à¸¡à¸¥à¸¥à¹'. '</label>'.672: ( $req ? '<span class='required'></span>' : â ).715: // à¹à¸¥à¹à¸à¹725: //à¸à¸µà¹à¸à¸à¸£à¹à¹à¸ªà¹à¸£à¸¹à¸731: //à¹à¸à¸´à¹à¸¡à¸à¸´à¸à¸ªà¸à¸ªà¸³à¸«à¸£à¸±à¸à¹à¸à¹à¹à¸ Wordpress
- Themes should not hide admin bar. Detected in file style.css.
- No reference to custom header was found in the theme.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : includes/elementor-functions.php 15: require 'settings/settings-header.php';16: require 'settings/settings-footer.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.