Dialoom
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEdialoom.zip
- FILE SIZE1805274 bytes
- MD5d800c2b0740c2b0f93957aff0936e146
- SHA13199025fc802950fd2e91d50a0e8b62afeec0f0f
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://zemez.io/free-themes/dialoom-free-creative-agency-wordpress-theme/
- VERSION1.2.8
- AUTHOR URIhttps://zemez.io/
- TAGScustom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
- CREATION DATE2020-05-24
- LAST FILE UPDATE2020-05-24
- LAST VALIDATION2020-05-24 22:28
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- Found wrong tag custom-logo in style.css header.
- 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 dialoom, jet-date-importer, jet-data-importer.
- The theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
- No reference to custom header was found in the theme.
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- Possible variable $args found in translation function in template-tags.php. Translation function calls should not contain PHP variables.
- Possible variable $args found in translation function in template-tags.php. Translation function calls should not contain PHP variables.
- 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 category.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 : cherry-x-dynamic-css.php
Ligne133: require_once 'inc/class-cx-dynamic-css-collector.php';
Ligne136: include 'assets/min/cx-css-collector.min.js';
Ligne314: require_once 'inc/class-cx-dynamic-css-utilities.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.The theme appears to use include or require : template-related-posts.phpLigne98: require( $holder_view_dir );
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.The theme appears to use include or require : wc-integration.phpLigne30: * @return array $classes modified to include 'woocommerce-active' class.
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.