WordPress.org

Make WordPress Themes

Opened 8 months ago

Closed 7 months ago

Last modified 7 months ago

#9773 closed theme (not-approved)

THEME: Columbus - 1.7

Reported by: Placester Owned by: sixhours
Priority: Keywords: theme-columbus
Cc: wordpress@…

Description

Columbus - 1.7

It goes without saying that the goal of a real estate website is to drive more leads. But what's the best way to do this? Is it better to dazzle visitors with digital velvet and mahoghany? Or should you ditch the expensive decor and let your inventory speak for itself? With Columbus, you don't have to choose. Columbus' borderless look will give your website an understated elegance, while its green and blue accents will make your listing details jump off the page. Perfect for both individual agents and single-office agencies, Columbus is ideal for displaying multiple property listings, with 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 you’ll get even more compliments on your feng shui. Use with <a href="https://placester.com/">Placester</a>'s <a href="http://wordpress.org/extend/plugins/placester/">Real Estate Builder plugin</a>.

Theme URL - https://placester.com/wordpress-themes/columbus/
Author URL - https://placester.com

SVN - http://themes.svn.wordpress.org/columbus/1.7
ZIP - http://wordpress.org/extend/themes/download/columbus.1.7.zip?nostats=1

Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/columbus/1.6&new_path=/columbus/1.7

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-columbus&order=id

http://themes.svn.wordpress.org/columbus/1.7/screenshot.png

Change History (4)

comment:1 sixhours7 months ago

  • Owner set to sixhours
  • Status changed from new to assigned

comment:2 sixhours7 months ago

Theme Check

PASSED

Previous Issues

  • REQUIRED: Since you are not supporting translation, remove translation functions "Theme Framework" supports translation, rest of the Theme not. This is pretty much a all or nothing decision (AFAIK). loop-entries.php still have functions. -- the older/newer entries links use (), which is a translation/textdomain function
  • REQUIRED: No CSS files other than style.css are hard-coded into the document head. (These files must either be enqueued and hooked in appropriately, or added using IE conditional tags.) -- this refers to the theme options custom CSS, which should be enqueued in functions.php
  • REQUIRED: No unnecessary meta tags (WordPress??? generator tag, SEO meta tags, copyright meta tags, etc.) are hard-coded into the document head. -- I'm going to assume from the previous reviewer's comment this refers to the author and description meta tags
  • REQUIRED: Themes are required to use the add_theme_page() function to add the Theme Settings Page to the Appearance menu, rather than using add_menu_page() to add a top-level menu.

Code

  • REQUIRED: wp_head should be called directly before the closing HEAD tag. Currently there is a function after wp_head() in header.php
  • REQUIRED: Scripts are required to be enqueued and hooked into the appropriate action in functions.php -- there are currently several scripts enqueued directly in footer.php, should be hooked into wp_enqueue_scripts in functions.php instead
  • REQUIRED: Many warnings on the home page upon activation:
    OTHER WARNINGS: 18
    -- Debug: Undefined index: classes on line 114 of /wp-content/themes/columbus/blueprint/extensions/image-util.php
    -- Debug: Undefined index: id on line 105 of /wp-content/themes/columbus/blueprint/functions/widgets/contact.php
    -- Debug: Undefined index: location on line 106 of /wp-content/themes/columbus/blueprint/functions/widgets/contact.php
    -- Debug: Undefined index: beds on line 389 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: min_beds on line 400 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: max_beds on line 410 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: baths on line 420 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: half_baths on line 430 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: property_type on line 441 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: listing_types on line 450 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: zoning_types on line 459 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: purchase_types on line 468 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: avail_on on line 477 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: min_price on line 522 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: max_price on line 532 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: min_price on line 541 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: max_price on line 551 of /wp-content/themes/columbus/blueprint/partials/get-listings-search-form.php
    -- Debug: Undefined index: classes on line 114 of /wp-content/themes/columbus/blueprint/extensions/image-util.php
    
  • REQUIRED: More warnings when viewing a page:
    Debug: Array to string conversion on line 51 of /wp-content/themes/columbus/custom/property-details.php
    -- Debug: Undefined index: classes on line 114 of /wp-content/themes/columbus/blueprint/extensions/image-util.php
    
  • REQUIRED: Theme is required to include WordPress?-generated CSS classes:
Caption Related Classes:
.wp-caption
.wp-caption-text
.gallery-caption
Post Classes:
.sticky
Comment Classes:
.bypostauthor

Theme Unit Test

Recommendation

Thanks for submitting your theme! Marking as Not Approved for now. Please address any REQUIRED issues above and resubmit your theme. If you do so in the next 2-3 days, comment here with a link to the new ticket and I'll be happy to re-review. Thanks!

comment:3 sixhours7 months ago

  • Resolution set to not-approved
  • Status changed from assigned to closed

comment:4 Placester7 months ago

sixhours, apologies for the late reply. We have several themes submitted for the WordPress?.org Theme repository and have been actively working to get two of them in last week.

New ticket for Columbus is available here. It addresses the remarks from your review as well as several small additions from our team.

Note: See TracTickets for help on using tickets.