Opened 7 months ago
Closed 4 months ago
#9727 closed theme (not-approved)
THEME: Neupaper - 0.1
| Reported by: | zourbuth | Owned by: | emiluzelac |
|---|---|---|---|
| Priority: | major | Keywords: | theme-neupaper |
| Cc: | zourbuth@… |
Description
Neupaper - 0.1
Designed for fast loading with clean and simple design created with Twitter Bootstrap, suitable for all user device. A stylish, customizable, simple, and readable -- make it yours with a custom menu, and many theme options. This theme supports widgetized areas (sidebar and footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor.
Theme URL - http://creativefault.com/items/neupaper/
Author URL - http://zourbuth.com
SVN - http://themes.svn.wordpress.org/neupaper/0.1
ZIP - http://wordpress.org/extend/themes/download/neupaper.0.1.zip?nostats=1
All previous tickets for this theme: http://themes.trac.wordpress.org/query?keywords=~theme-neupaper
Change History (5)
comment:1 Changed 7 months ago by emiluzelac
- Owner set to kdrewien
- Status changed from new to assigned
comment:2 Changed 6 months ago by emiluzelac
- Owner changed from kdrewien to austinpickett
Ticket not reviewed within 7 days (no big deal) but we're re-assigning to @austinpickett
Thanks!
comment:3 Changed 5 months ago by emiluzelac
Austin, any ideas?
comment:4 Changed 4 months ago by emiluzelac
- Owner changed from austinpickett to emiluzelac
comment:5 Changed 4 months ago by emiluzelac
- Resolution set to not-approved
- Status changed from assigned to closed
License:
The Bootstrap was released under the Apache License which is not compatible with GPLv2. Please change your Theme license to GPLv3.
Theme URI:
Redirect from http://creativefault.com/items/neupaper/ to http://returnobject.com/items/neupaper/ and 404 on the end. Please fix the URI.
functions.php
jQuery does not need to be enqueued wp_enqueue_script('jquery');. jQuery should be called in array instead:
wp_enqueue_script('bootstrap', get_template_directory_uri() . '/js/bootstrap.min.js', array('jquery'), '1.x.x', true);
header.php
The following should not be included by default:
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/images/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo get_template_directory_uri(); ?>/images/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo get_template_directory_uri(); ?>/images/apple-touch-icon-114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo get_template_directory_uri(); ?>/images/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
since Theme does have Theme Options, please either move this there and turned off by default, or remove completely.
This was a preliminary review where more than few requirements are found not to approved the Theme at this time. Please address the issues listed above and feel free to re-submit.
Note that fresh review might be in order in your next submission.
If you have any questions post them here. Also go over the Theme Review guidelines as well.
Thanks!


@kdrewien please review against the guidelines
Thanks!