#10574 closed theme (closed-newer-version-uploaded)
THEME: Mimbolove - 1.0.4
| Reported by: | venkrao | Owned by: | chipbennett |
|---|---|---|---|
| Priority: | major | Keywords: | theme-mimbolove |
| Cc: | venkatakrishnarao.ks@… |
Description
Mimbolove - 1.0.4
Mimbolove is a simple, customizable theme for WordPress? with support for custom menu, header image, two column layout, footer sidebar. Sticky post support, and Gallery, Image post formats, featured images are some of the other features supported. Mimbolove is suitable for those who write more on their blog, and also for those who publish photos.
Theme URL - http://mimbolove.wordpress.com
Author URL - http://slatebalapa.wordpress.com/about/
SVN - http://themes.svn.wordpress.org/mimbolove/1.0.4
ZIP - http://wordpress.org/extend/themes/download/mimbolove.1.0.4.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/mimbolove/1.0.3&new_path=/mimbolove/1.0.4
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-mimbolove&order=id
Change History (7)
comment:1 Changed 5 months ago by venkrao
comment:2 Changed 5 months ago by chipbennett
- Owner set to chipbennett
- Status changed from new to assigned
comment:3 Changed 5 months ago by chipbennett
Previous-ticket required issue regarding copyright/license declaration not addressed. Please address, and re-submit the Theme as necessary. I'll hold this ticket open in the meantime. Please comment here with a link to the new ticket once you've re-submitted.
Note: regarding the "headers not sent" error, the more-likely culprits are found internally in functions.php, particularly, the closing PHP tag after the doc-level phpDoc, followed by newlines and an opening PHP tag.
Basically, look for anywhere that you have only whitespace or newlines between a closing PHP tag and another opening PHP tag, and remove both the closing and opening PHP tag in such locations.
There are two here:
<?php /** * Defines various theme specific functions, * Implements WordPress standard hooks * Enables various WordPress functionalities. * * @package Mimbolove * @since Mimbolove 1.0.2 */ ?> <?php if ( ! isset( $content_width ) ) $content_width = 775; ?> <?php
I would recommend removing the final, closing PHP tag from the file, as having it there is more likely to case "headers already sent" errors.
comment:4 Changed 4 months ago by venkrao
Thank you for picking up the review so quickly.
New ticket is : http://themes.trac.wordpress.org/ticket/10586
I'd to make few more changes along The following are the changes compared with the version that is live.
- Copyright information added in readme.txt
- Support for custom background added
- The unnecessary or troublesome closing/opening php tags have been removed from functions.php. I could find two instances of such tags.
- mimbolove_next_prev_post_titles() - to print next/previous post title on single post page - added
- Default header images - added
- style.css - I'd to change the layout of the theme, as I wasn't convinced with the old one.
comment:5 Changed 4 months ago by chipbennett
- Resolution set to closed-newer-version-uploaded
- Status changed from assigned to closed
comment:6 Changed 4 months ago by venkrao
Hi Chip, Yes
- Copyright information added in readme.txt
comment:7 Changed 4 months ago by chipbennett
@venkrao:
Sorry, that was a comment for the Reviewer who reviewed the subsequent ticket, to verify that the change was made.


Only 2 changes have been made.