Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#2927 closed theme (live)

THEME: Platform - 1.1.3

Reported by: arpowers Owned by: pross
Priority: Keywords: theme-platform,
Cc: hello@…

Description

Platform - 1.1.3

Platform is a drag-and-drop framework for WordPress?. It will help you do amazing things with your site, faster & easier than ever before. Designed and developed by PageLines? in San Diego, California.

Theme URL - http://www.pagelines.com/themes/platformpro
Author URL - http://www.pagelines.com

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

Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/platform/1.1.2&new_path=/platform/1.1.3

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-platform&order=priority

http://themes.svn.wordpress.org/platform/1.1.3/screenshot.png

Change History (4)

comment:1 Changed 2 years ago by pross

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

comment:2 Changed 2 years ago by pross

  • Resolution set to approved
  • Status changed from assigned to closed
  • REQUIRED: core/library/actions.options.php. Themes should use add_theme_page() for adding admin pages.
    Line 25: $_pagelines_options_page_hook = add_submenu_page('pagelines', 'Settings', 'Settings', 'manage_options', 'pa
    
  • RECOMMENDED: could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.

Mainly cosmetic changes.
PHP errors from previous ticket were fixed.

comment:3 Changed 2 years ago by chipbennett

Note To Future Reviewer

The following issues should be addressed in the next Theme revision:

  • Screenshot: screenshot must reflect, as accurately as possible, the Theme in its default configuration. The current screenshot shows several ads and various sidebar content that is not visible in the Theme's default configuration.
  • Header Logo: Header logo should be disabled by default, or default header logo should be generic (i.e. not displaying the Theme Name/Developer? Company Name)

comment:4 Changed 2 years ago by chipbennett

And a couple more:

  • Settings Page: must use add_theme_page() (to add to the "Appearance" menu), rather than add_menu_page() (to add a top-level menu entry)
  • Settings Page: must use edit_theme_options user capability, rather than manage_options
Note: See TracTickets for help on using tickets.