Opened 2 years ago
Closed 2 years ago
#4343 closed theme (not-approved)
THEME: Swift Premium Lite - 0.1
| Reported by: | gandham | Owned by: | emiluzelac |
|---|---|---|---|
| Priority: | major | Keywords: | theme-swift-premium-lite |
| Cc: | satish_g2009@… |
Description
Swift Premium Lite - 0.1
SwiftPremium? Lite is the polished version of popular SWIFT theme. We made it faster and more SEO friendly than SWIFT retaining all the good features of SWIFT.
Theme URL - http://swiftthemes.com/swiftpremium-quick-start-guide/
Author URL - http://SatishGandham.Com
SVN - http://themes.svn.wordpress.org/swift-premium-lite/0.1
ZIP - http://wordpress.org/extend/themes/download/swift-premium-lite.0.1.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/swift-premium-lite/0.0&new_path=/swift-premium-lite/0.1
All previous tickets for this theme: http://themes.trac.wordpress.org/query?col=id&col=summary&col=keywords&col=owner&col=status&col=resolution&keywords=~theme-swift-premium-lite&order=priority
Attachments (7)
Change History (9)
comment:1 Changed 2 years ago by emiluzelac
- Owner set to emiluzelac
- Status changed from new to assigned
Changed 2 years ago by emiluzelac
Changed 2 years ago by emiluzelac
Changed 2 years ago by emiluzelac
Changed 2 years ago by emiluzelac
Changed 2 years ago by emiluzelac
Changed 2 years ago by emiluzelac
comment:2 Changed 2 years ago by emiluzelac
- Resolution set to not-approved
- Status changed from assigned to closed


Theme Check:
No issues found
Theme Test
One is called Argument in WP_Query() and another one Function: wp_list_cats()
And again you have <?php if ( is_single() ) wp_enqueue_script( 'comment-reply' ); ?> which is not really correct.
This should be like this:
<?php if (is_singular() && get_option('thread_comments')) wp_enqueue_script('comment-reply'); ?>Line 279, Column 84: Stray end tag a.
… by <strong>Satish Gandham</strong></a>, a product of <a href="http://swiftthe…
Easy fix without JS would be:
#example img { max-width:98%; height:auto; }Here the CSS will not allow images to go over 98% which will be enough for image to fit into content area, while keeping height auto.
There are more than few items not right in this Theme and at this moment it does not meet the minimum standards. It is very important that every author checks the Theme before the actual submission to prevent delays in approval.
Screenshots are also provided for your convenience.
Once you have checked your Theme and fixed all of the above please feel free to resubmit. If you have any questions don't hesitate to post them here.
For more information please visit Theme Review.