D5 Creation
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SunRain] TitleYou can set your own logo from Appearance > Header. You will find the perfect size information there.
Forum: Reviews
In reply to: [SunRain] tagged responsive, but not out of the boxWe expect that users will check all theme options before giving any negative rating. You should activate the Responsive Layout from the SunRain Options.
Forum: Themes and Templates
In reply to: [Simplify] Simplify – Default templateYou can manage your widgets from Appearance – Widgets. You can use the fullwidth template to avoid the right sidebar widgets.
Forum: Themes and Templates
In reply to: [Simplify] Fix HeaderYou opened multiple threads for the same issue. We believe that another thread resolved your problem.
Forum: Themes and Templates
In reply to: [Simplify] Static homepage does not showYou can delete the front-page.php to show the static front page instead of Front Page. But thus your Banner Image and Featured Boxes will not displayed.
Forum: Themes and Templates
In reply to: [Simplify] Removing Image link on PostDelete Line No. 31 and 32 from the single.php file
<div class="floatleft"><?php previous_image_link( false, '« Previous Image' ); ?></div> <div class="floatright"><?php next_image_link( false, 'Next Image »' ); ?></div>
Forum: Themes and Templates
In reply to: [D5 Design] Can't get a new page to be the home pageYou can use Plugin for ordering your posts. There are many Plugins in WordPress repository which can do this.
Forum: Themes and Templates
In reply to: [Simplify] Logo imageYou can implement this from Appearance > Header
Forum: Themes and Templates
In reply to: [Simplify] Linking from the Featured Boxes on the Front PageThere is an another topic on this issue. Please find the answer from That Topic.
Forum: Themes and Templates
In reply to: [Simplify] latest update display sidebar in front pageFind the option in the bottom of Theme Options.
Forum: Themes and Templates
In reply to: [Simplify] latest update display sidebar in front pageThis was added due to the Theme Reviewers Requirement as that should be implemented due to match with WordPress Core Features.
You can disable the Front Page Posts/Page and Sidebar from the Simplify Options. Thus your site will look like the previous Simplify Version. Please see This Image.
Forum: Themes and Templates
In reply to: [Simplify] Make Featured Box images change banner imagesAnother Thread already discussed this.
Forum: Themes and Templates
In reply to: [Simplify] How to put 'Comments' on Front Page ?This code may be used from the next version of Simplify which is awaiting for reviewing.
Forum: Themes and Templates
In reply to: [Simplify] Drop down menu doesnt have the same styleWe see that you have fixed the styling.
Forum: Themes and Templates
In reply to: [Simplify] ColorsYou can edit these styling from style.css
#header-bottom { background: url("images/header-bottom.png") no-repeat scroll center top #3C4143; }