Opened 7 months ago
Closed 6 months ago
#9854 closed theme (closed-newer-version-uploaded)
THEME: Tampa - 1.7
| Reported by: | Placester | Owned by: | SriniG |
|---|---|---|---|
| Priority: | major | Keywords: | theme-tampa |
| Cc: | wordpress@… |
Description
Tampa - 1.7
Alas, not all of us can sell real estate in a place with nonstop sun, palm trees, and breathtaking vistas. No, some of us are forced to endure the cold, rain, snow, and general ickiness of the northern climes. But if you can’t head south, why not let south come to you? With its warm red, orange, and yellow hues, Tampa will have you and your site visitors wearing your Bermuda shorts, no matter what ungodly weather you’re having. Perfect for both individual agents and single-office agencies, Tampa is ideal for displaying and surfing multiple property listings, with clean lines, a two-column layout, and top-level page navigation. It’s also fully customizable, so you can make it your own, and SEO optimized, which means more sun on more happy faces. Use with <a href="http://placester.com/">Placester</a>'s <a href="wordpress.org/extend/plugins/placester/">Real Estate Pro plugin</a>.
Theme URL - https://placester.com/themes/tampa
Author URL - https://placester.com/
SVN - http://themes.svn.wordpress.org/tampa/1.7
ZIP - http://wordpress.org/extend/themes/download/tampa.1.7.zip?nostats=1
All previous tickets for this theme: http://themes.trac.wordpress.org/query?keywords=~theme-tampa
Attachments (1)
Change History (5)
comment:1 Changed 6 months ago by emiluzelac
- Owner set to SriniG
- Status changed from new to assigned
Changed 6 months ago by SriniG
comment:2 Changed 6 months ago by SriniG
comment:3 Changed 6 months ago by Placester
Hello SriniG,
Thank you for your review, we are actively working on publishing several themes in the WordPress?.org Theme repository. All of our themes utilize the same internal blueprint framework.
We have fixed the errors marked in the review above and improved the overall quality of the codebase. Several notes regarding some of the comments and our framework:
add_theme_support( 'automatic-feed-links' ) not found in functions.php
The add_theme_support for automatic-feed-links is added in blueprint/blueprint.php, line 306
$content_width not defined
It is also defined in blueprint/css/styles.php, line 19
get_theme_data found in the file blueprint/extensions/options-framework/options-interface.php. (line 16 & 19) Deprecated since version 3.4. Use wp_get_theme() instead.
The get_theme_data call is designed as a fallback after a function_exists(...) for wp_get_theme, so it's not called directly for 3.4 and above
The theme appears to use include or require (in many instances).
The framework is large (codebase wise) and there are numerous includes for the setup.
The new version is submitted here - http://themes.trac.wordpress.org/ticket/10195 . We look forward to getting the next review and add several of our themes in the Extend repository.
comment:4 Changed 6 months ago by emiluzelac
- Resolution set to closed-newer-version-uploaded
- Status changed from assigned to closed


All the issues below are required to be fixed before the theme can be approved.
Note: This is not a complete review. After all the above issues are fixed, the theme should go through another round of review before it can be approved.