Opened 18 months ago

Closed 16 months ago

Last modified 7 months ago

#5825 closed theme (not-approved)

THEME: GroundWork - 1.0

Reported by: bhadaway Owned by: saymar90
Priority: major Keywords: theme-groundwork
Cc: bhadaway@…

Description

GroundWork? - 1.0

GroundWork? is the groundwork already prepared for any website, mobile site, social network, blog or forum. A responsive framework to jumpstart any project.

Theme URL - http://calmestghost.com/groundwork/
Author URL - http://calmestghost.com/

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

All previous tickets for this theme: http://themes.trac.wordpress.org/query?keywords=~theme-groundwork

http://themes.svn.wordpress.org/groundwork/1.0/screenshot.png

Attachments (6)

bottom-menu.png (9.3 KB) - added by saymar90 16 months ago.
Clearing-floats-page.png (33.8 KB) - added by saymar90 16 months ago.
definition-list.png (16.5 KB) - added by saymar90 16 months ago.
Page-with-all-widgets-areas-actived.png (112.2 KB) - added by saymar90 16 months ago.
table.png (3.5 KB) - added by saymar90 16 months ago.
wide-image.png (249.4 KB) - added by saymar90 16 months ago.

Download all attachments as: .zip

Change History (13)

comment:1 Changed 16 months ago by saymar90

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

Changed 16 months ago by saymar90

Changed 16 months ago by saymar90

Changed 16 months ago by saymar90

Changed 16 months ago by saymar90

Changed 16 months ago by saymar90

Changed 16 months ago by saymar90

comment:2 Changed 16 months ago by saymar90

Suggest

Not approved.

Theme Check Recommended

  • Could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.
  • No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  • No reference to add_custom_image_header was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • No reference to add_custom_background() was fo

Layout

Code Quality

  • If incorporated into the Theme, custom template files are required to be called using get_template_part() or locate_template()
  • Since you use __(); or _e(); your theme support translation. You should internationalize all text in the theme. If you don't want to support translation just remove all __() or _e().

comment:3 Changed 16 months ago by saymar90

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

comment:4 follow-up: Changed 16 months ago by bhadaway

  • Previous or Next image links don't display to image page.

I think perhaps you made a mistake on this one or I'm misunderstanding? Both Post Format Test: Gallery and Layout Test which are the surrounding posts (at least on my setup) link to it just fine.

  • If incorporated into the Theme, custom template files are required to be called using get_template_part() or locate_template()

See here for additional information: How To Load Files Within WordPress? Themes
include( TEMPLATEPATH . '/file.php' ) must not be used to call Theme template part files.

  • Since you use (); or _e(); your theme support translation. You should internationalize all text in the theme. If you don't want to support translation just remove all () or _e().

Not sure what to do specifically for either of these.

Thanks, Bryan

comment:5 in reply to: ↑ 4 Changed 16 months ago by saymar90

Replying to bhadaway:

  • Previous or Next image links don't display to image page.

I think perhaps you made a mistake on this one or I'm misunderstanding? Both Post Format Test: Gallery and Layout Test which are the surrounding posts (at least on my setup) link to it just fine.

You are misunderstanding. When we are in Post Format Test: Gallery and you click on an image, you go to attachment page but previous and next image links should display like previous and next post links on single post page.

  • If incorporated into the Theme, custom template files are required to be called using get_template_part() or locate_template()

See here for additional information: How To Load Files Within WordPress? Themes
include( TEMPLATEPATH . '/file.php' ) must not be used to call Theme template part files.

You should use get_template_directory() instead of TEMPLATEPATH

  • Since you use (); or _e(); your theme support translation. You should internationalize all text in the theme. If you don't want to support translation just remove all () or _e().

You should internationalize all text in the theme ie if you have Archives you should <?php _e( 'Archives', 'groundwork' ); ?> instead of or if you don't want to support translation just remove all _e(); and __(); functions.

comment:6 Changed 16 months ago by bhadaway

You are misunderstanding. When we are in Post Format Test: Gallery and you click on an image, you go to attachment page but previous and next image links should display like previous and next post links on single post page.

Is there an example of this somewhere, both in demo and code? I've actually never seen or even heard of this WordPress? feature before.

Thanks, Bryan

comment:7 Changed 7 months ago by bhadaway

http://themes.trac.wordpress.org/ticket/9868 - Better late than never :).

Note: See TracTickets for help on using tickets.