תגיות: everst
-
מאתתגובות
-
27/11/2014 בשעה 17:12 #10429
באתר הזה יש מלא בעיות בתבנית,
האתר לא עובד כמו שצריך באקספלורר ישן.REQUIRED:License URI: is missing from your style.css header.
REQUIRED:.bypostauthor css class is needed in your theme css.
WARNING: The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
WARNING: file_get_contents was found in the file core/settings/pages/tools.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
Line 58: $options = json_decode( file_get_contents( $import_file ), true );
WARNING: .htaccess Hidden Files or Folders found.
REQUIRED: The theme uses the register_taxonomy() function, which is plugin-territory functionality.
REQUIRED: The theme uses the register_post_type() function, which is plugin-territory functionality.
REQUIRED: The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or next_posts_link() and previous_posts_link() to add post pagination.
REQUIRED: The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output
REQUIRED: Found a Customizer setting that did not have a sanitization callback function. Every call to the add_setting() method needs to have a sanitization callback function passed.
REQUIRED: Could not find comment_form. See: comment_form
<?php comment_form(); ?>
REQUIRED: screen_icon() found in the file core/addons/plugins/class-tgm-plugin-activation.php. Deprecated since version 3.8.
Line 399: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
Line 1593: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
REQUIRED: core/settings/settings.php. Themes should use add_theme_page() for adding admin pages.
Line 151: add_submenu_page(
REQUIRED: core/settings/pages/tools.php. Themes should use add_theme_page() for adding admin pages.
Line 76: add_submenu_page(
REQUIRED: core/licenses/class-pojo-licenses-settings.php. Themes should use add_theme_page() for adding admin pages.
Line 80: add_submenu_page(
REQUIRED: core/addons/plugins/class-tgm-plugin-activation.php. Themes should use add_theme_page() for adding admin pages.
Line 354: add_submenu_page(
RECOMMENDED: could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.
RECOMMENDED: Possible variable $social found in translation function in core/widgets/class-pojo-widget-social-links.php. Translation function calls must NOT contain PHP variables.
Line 125: $items_array[] = '<li class='social-' . self::get_social_slug( $social ) . ">' . $icon . '';
RECOMMENDED: Possible variable $day_title found in translation function in core/widgets/class-pojo-widget-opening-hours.php. Translation function calls must NOT contain PHP variables.
Line 39: 'title' => __( $day_title, 'pojo' ),
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: Tags: is either empty or missing in style.css header.
INFO: Possible hard-coded links were found in the file header.php.
Line 26: Upgrade to a different browser or
Line 27: install Google Chrome Fra
INFO: Possible hard-coded links were found in the file header.php.
Line 26: Upgrade to a different browser or
INFO: Non-printable characters were found in the core/widgets/class-pojo-widget-catalog.php file. You may want to check this file for errors.
Line 38: 'desc' => __( 'Enter the price for the item here, Eg: 34$, 55.5���, £12, 14���.', 'pojo' ),
INFO: includes/theme-setup.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 57: include( 'class-pojo-wc-templates.php' );
INFO: iframe was found in the file core/widgets/class-pojo-widget-google-maps.php iframes are sometimes used to load unwanted adverts and code on your site.
Line 65: '<div class='pojo-google-map-wrap custom-embed'><iframe frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src=
INFO: iframe was found in the file core/setup.php iframes are sometimes used to load unwanted adverts and code on your site.
Line 63: iFrame on the page
Line 64: $pattern = '/<iframe.*?src='.*?(vimeo|youtu\.?be).*?'.*?<\/iframe>/';
INFO: core/widgets.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 19: include( 'widgets/class-pojo-widget-base.php' );
Line 22: include( 'widgets/' . $w_key . '.php' );
INFO: core/units.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 301: include( $located );
INFO: core/smart-page/smart-page.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 5: include( 'api.php' );
INFO: core/setup.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 112: include( POJO_INCLUDES_DIRECTORY . '/class-pojo-theme-template.php' );
Line 113: include( POJO_INCLUDES_DIRECTORY . '/class-pojo-customize-register-fields.p
INFO: core/settings/settings.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 71: include( 'settings-validations.php' );
Line 74: include( 'pages/page-base.php' );
Line 75: include( 'pages/general.php' );
Line 76: include( 'pages/content.php' );
Line 77: include( 'pages/tools.php' );
Line 93: include( 'fields/base.php' );
Line 98: include( 'fields/' . $field_slug . '.php' );
INFO: core/page-builder/page-builder.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 752: include( 'page-builder-templates.php' );
Line 756: include( 'widgets/class-pojo-widget-title.php' );
Line 757: include( 'widgets/class-pojo-widget-divider.php' );
Line 758: include( 'widgets/class-pojo-widget-button.php' );
Line 759: include( 'widgets/class-pojo-widget-wysiwyg.php' );
Line 762: include( 'widgets/class-pojo-widget-rev-slider.php' );
INFO: core/meta-box/meta-box.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 68: include( 'classes/helpers.php' );
Line 69: include( 'classes/meta-box-panel.php' );
Line 70: include( 'classes/meta-box-field.php' );
Line 71: include( 'classes/api.php' );
Line 99: include( sprintf( '%s/core/meta-box/fields/%s.php', get_template_directory(
INFO: core/licenses/class-pojo-licenses.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 22: include( POJO_CORE_DIRECTORY . '/licenses/class-pojo-licenses-settings.php'
Line 28: include( POJO_CORE_DIRECTORY . '/licenses/class-pojo-licenses-api.php' );
Line 29: include( POJO_CORE_DIRECTORY . '/licenses/class-pojo-theme-updater.php' );
INFO: core/helpers/class-pojo-thumbnails.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 8: include( 'bfi_thumb/BFI_Thumb.php' );
INFO: core/customize/customize.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 213: include( 'fields/base.php' );
Line 218: include( 'fields/' . $field . '.php' );
Line 329: include( 'class-pojo-customizer-sections.php' );
INFO: core/bootstrap.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 61: include( POJO_CORE_DIRECTORY . '/config.php' );
Line 62: include( POJO_INCLUDES_DIRECTORY . '/theme-config.php' );
Line 64: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-maintenance.php' );
Line 66: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-embed-template.php' );
Line 68: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-masterslider.php' );
Line 71: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-compatibility.php' );
Line 73: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-thumbnails.php' );
Line 75: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-layouts.php' );
Line 78: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-web-fonts.php' );
Line 81: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-breadcrumbs.php' );
Line 84: include( POJO_CORE_DIRECTORY . '/helpers/walkers/class-pojo-navbar-nav-walk
Line 85: include( POJO_CORE_DIRECTORY . '/helpers/walkers/class-pojo-navbar-nav-mobi
Line 88: include( POJO_CORE_DIRECTORY . '/helpers/walkers/class-pojo-nav-menu-dropdo
Line 91: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-create-css-code.php' );
Line 94: include( POJO_CORE_DIRECTORY . '/admin-ui.php' );
Line 96: include( POJO_CORE_DIRECTORY . '/helpers/class-pojo-templates.php' );
Line 98: include( POJO_CORE_DIRECTORY . '/helpers/deprecated.php' );
Line 101: include( POJO_CORE_DIRECTORY . '/setup.php' );
Line 102: include( POJO_INCLUDES_DIRECTORY . '/theme-setup.php' );
Line 105: include( POJO_CORE_DIRECTORY . '/units.php' );
Line 107: include( POJO_CORE_DIRECTORY . '/customize/customize.php' );
Line 110: include( POJO_CORE_DIRECTORY . '/settings/settings.php' );
Line 113: include( POJO_CORE_DIRECTORY . '/meta-box/meta-box.php' );
Line 116: include( POJO_CORE_DIRECTORY . '/widgets.php' );
Line 119: include( POJO_CORE_DIRECTORY . '/enqueue-scripts.php' );
Line 122: include( POJO_CORE_DIRECTORY . '/page-options/page-options.php' );
Line 125: include( POJO_CORE_DIRECTORY . '/smart-page/smart-page.php' );
Line 128: include( POJO_CORE_DIRECTORY . '/page-builder/page-builder.php' );
Line 131: include( POJO_CORE_DIRECTORY . '/page-format/page-format.php' );
Line 134: include( POJO_CORE_DIRECTORY . '/licenses/class-pojo-licenses.php' );
Line 137: include( POJO_CORE_DIRECTORY . '/addons/post-formats/post-formats.php' );
Line 139: include( POJO_CORE_DIRECTORY . '/addons/plugins/plugin-activation.php' );
Line 141: include( POJO_CORE_DIRECTORY . '/addons/galleries/class-pojo-gallery.php' )
Line 142: include( POJO_CORE_DIRECTORY . '/addons/slideshow/class-pojo-slideshow.php'
Line 144: include( POJO_CORE_DIRECTORY . '/addons/menu-search/menu-search.php' );
Line 147: include( POJO_CORE_DIRECTORY . '/addons/woocommerce-integration/class-pojo-
INFO: core/addons/woocommerce-integration/class-pojo-woocommerce-integration.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 122: include( 'widgets/class-pojo-widget-wc-products.php' );
Line 123: include( 'widgets/class-pojo-widget-wc-products-category.php' );
Line 124: include( 'widgets/class-pojo-widget-wc-product-categories.php' );
INFO: core/addons/slideshow/class-pojo-slideshow.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 4: include( 'classes/class-pojo-slideshow-helpers.php' );
Line 5: include( 'classes/class-pojo-slideshow-cpt.php' );
Line 6: include( 'classes/class-pojo-slideshow-shortcode.php' );
Line 7: include( 'classes/class-pojo-slideshow-ajax.php' );
Line 39: include_once( 'classes/class-pojo-slideshow-widget.php' );
INFO: core/addons/plugins/plugin-activation.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 4: include( 'class-tgm-plugin-activation.php' );
INFO: core/addons/plugins/class-tgm-plugin-activation.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 1081: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
INFO: core/addons/galleries/class-pojo-gallery.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 4: include( 'classes/class-pojo-gallery-helpers.php' );
Line 5: include( 'classes/class-pojo-gallery-shortcode.php' );
Line 6: include( 'classes/class-pojo-gallery-cpt.php' );
Line 7: include( 'classes/class-pojo-gallery-front.php' );
Line 35: include_once( 'classes/class-pojo-widget-recent-galleries.php' );
Line 36: include_once( 'classes/class-pojo-widget-gallery.php' );27/11/2014 בשעה 17:45 #10430מאיפה בדיוק הבאת את השגיאות האלו?
-
מאתתגובות
הפורום 'תמיכה' נסגר לדיונים ולתגובות חדשות.