Issue described here:http://screencast.com/t/nGC90udsBasically, I don’t want to write custom code for post format metaboxes for DW Focus. I assume you’ve already addressed this elsewhere, in another theme and I wonder if there is a code library I can poach to build metaboxes into my DW FOcus child theme.Thanks,dd
Unfortunately, our theme does not support this issue.
Regards,
Thanks Dominic. I ended up building out the metaboxes function and content-templates I needed.I have one follow on question regarding featured images and responsive design.How is the theme resizing featured images for mobile? Is it doing a browser check and swapping in/out a new CSS class? Below is an example of my content-quote.php.http://geeqly.com/2014/10/13/patton-oswalt-on-being-a-geek/It looks great on the laptop, but the image display has hard-coded dimensions which make it behave awkwardly in the mobile view. If you could point me to the method used to resize the feature image for mobile display, I am sure I can fix it.Thanks,dd
At the moment, DW Focus not display image of 404 page in the mobile, if you want, you can add the following code to the style.css file:
body.error404 {
background-position: right bottom;
background-repeat: no-repeat;
background-size: 80% auto;
}
Hope this helps !
Please login or Register to submit your answer
replied 11 years ago
For reference, here is the tutorial I am looking at to build from scratch:
http://www.smashingmagazine.com/2011/10/04/create-custom-post-meta-boxes-wordpress/