davidesheeley
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Full-Width / Slider Feautered Posts issuesI figured out that Pinboard will automatically place the slider on whichever page you declare as your blog page in Settings > Reading. Of course many people do not want the slider on their blog page, they want it on their index/landing page. Is there a way to remove it from the blog page without manually changing CSS or code?
Forum: Themes and Templates
In reply to: [Pinboard] Header image 960/125pxI don’t really consider this resolved. When I uploaded the same image size as pinboard’s theme, it’s stretched across the entire header. The same applies in either case with the HiDPI settings, just a little less stretched.
I’m having an issue as well. I just updated the plugin and now the slideshows are not working
I too would like this option.
Still seeking help here.
Forum: Themes and Templates
In reply to: TwentyEleven: Image Theme Distortion.I figured it out.. the img attribute is being modified by the style.css. It’s making the width 100%, which is somehow distorting the picture. I fixed it in my child theme by adding this to my style.css:
#branding img {
width: auto;
}Forum: Themes and Templates
In reply to: TwentyEleven: Image Theme Distortion.I’m using WAMP 2.2. It is enabled in my PHP.ini file. I’m assuming the latest WAMP package contains the updated GD Library.. Do you know if this is true?
Forum: Themes and Templates
In reply to: TwentyEleven: Image Theme Distortion.It would be great if this issue was addressed by the admins. It seems to be a technical issue on either twentyeleven styling or wordpress rendering in general