Eventastic
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEeventastic-install.zip
- FILE SIZE8434449 bytes
- MD5c525199ed56754dac77debffb733c2da
- SHA1e17f44d59ea11948396a8ee0f0e969960974a426
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- VERSION1.1.3
- TAGStwo-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, rtl-language-support
- CREATION DATE2019-08-27
- LAST FILE UPDATE2019-08-27
- LAST VALIDATION2019-08-27 11:59
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne26: $mapCode = '<iframe src='http://maps.google.com/maps?'.$strLocation.'&output=embed' wid
Found <iframe src="http://maps.google.com/maps?'.$strLocation.'&output=embed" width="'.$width.'" height="'.$height.'" frameborder="0" style="border:0" allowfullscreen> in file view.php. eventastic-core.zip revslider.zip
.
Plugins are not allowed in themes. The zip file found was
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 eventastic, eventastics.
- No reference to custom header was found in the theme.
- No reference to custom background 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.
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 category.php.
- This theme does not contain optional file tag.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 search.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 : wpes-theme-plugins.php
Ligne9: require_once( WPES_THEME_DIR . '/tgm/class-tgm-plugin-activation.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 : class-wpes-scripts.phpLigne138: require_once( WPES_THEME_DIR . '/css/color/custom.css.php' );
Ligne146: require_once( WPES_THEME_DIR . '/includes/wpes-customizer.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 : class-fw-extension-builder-ext.phpLigne161: return include_once( dirname(__FILE__) . '/templates/template-list.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.