nzqp325 Posted March 27, 2014 Report Share Posted March 27, 2014 Hi there, MTS Spike theme is absolutely wonderful in demo. And, I also like TruePixel theme - it looks very clean and well-organized. But I want to purchase one theme 'cause sitting on tight budget this month. It seems to me Spike has a lot of customization options than TruePixel. Is it possible to tweak Spike layout looks alike TruePixel theme? Thanks and look forward. Link to comment Share on other sites More sharing options...
Ben Posted March 28, 2014 Report Share Posted March 28, 2014 Hi, Spike theme can't be modified to look exactly like TruePixel, but there are many different settings you can experiment with in the Options Panel, and we can also help with minor customizations that can't be done from there, like changing the thumbnail sizes, etc. You can see many different site examples done with Spike on the demo page: http://demo.mythemeshop.com/s/?theme=Spike Link to comment Share on other sites More sharing options...
nzqp325 Posted March 28, 2014 Author Report Share Posted March 28, 2014 Hey Ben, I really don't need heavy customization - exact looks alike TurePixel. But I do like TruePixel display full width featured image. Is it possible to modify Spike to display full width image? I mean - Title | Featured Image | Teaser Post all positioning in same width. Thanks! Link to comment Share on other sites More sharing options...
Ben Posted March 28, 2014 Report Share Posted March 28, 2014 Here's how you make the featured images full width in Spike: 1. Open functions.php file, and find this part: set_post_thumbnail_size( 298, 248, true ); add_image_size( 'featured', 298, 248, true ); //featured Change it to this set_post_thumbnail_size( 850, 350, true ); add_image_size( 'featured', 850, 350, true ); //featured 2. Add the following code to the Theme Options > Styling Options > Custom CSS: #featured-thumbnail { width: 100%; } 3. Regenerate the thumbnails, as described on this page: http://mythemeshop.com/support/how-to-fix-featured-image-sizes/ Link to comment Share on other sites More sharing options...
nzqp325 Posted March 28, 2014 Author Report Share Posted March 28, 2014 What a coincidence! I just purchased Spike three minutes ago. I will definitely try it out. Wow. Thanks again Ben! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now