SantaFeMichael
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [tecblogger] How to make the header responsive?I made sure the style.css file that came with the theme is pristine and untouched, I added !important to the ‘contain’ snippet you provided and now the 1000 x 250 image is smaller than the width of the content.
What do I need to do to get it to work as advertised with a 1000 x 250 header image that matches the size of the content and be responsive to smart phones? I’ve never had this much trouble with a css issue but it must be my day.
Santa Fe Michael
Forum: Themes and Templates
In reply to: [tecblogger] How to make the header responsive?Thanks for the quick reply. It had no effect. The header is still stretched all out of shape, it fills the entire page, and it is supposed to be 1000 x 250. That’s the size I made it as per the customizer recommendation.
Santa Fe Michael
Forum: Plugins
In reply to: [Cloudflare] CloudFlare update breaks front end / back endHi Simon,
Thank you for the swift response. I did not know that I was running a PHP at EOL but I upgraded to PHP 5.4, re-renamed the temp file, re-activated the plugin, then turned caching back on at the CloudFlare dashboard and everything seems to be running fine with WP core and CloudFlare.
Now I’m just going to make sure no other plugin is broken ??
Thanks!
Michael Hess
Forum: Plugins
In reply to: [Awesome Weather Widget] Data cut off on right side of image…It was simply me. I changed the margin to 10% from the 20% in your example shortcode and that worked for the Tempera theme.
Thanks for the great plugin!
Forum: Themes and Templates
In reply to: [Tempera] Image padding and missing imagesIf anyone else has this problem when having images aligned to the left, there is no padding on the right side of the image I added this to my child theme style sheet:
#content img { margin: 0; margin-right: 7px; height: auto; max-width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
I chose 7 pixels.
Forum: Themes and Templates
In reply to: [GeneratePress] How to make site header full width…Thank you so much. You can mark this resolved.
Forum: Themes and Templates
In reply to: [Tempera] Image padding and missing imagesCan anyone clue me into as to why images that are with posts are not showing up on the recent posts page? I really would like to know. Some show and some don’t and I am not seeing why. And it would be great if one of the theme developer’s could point to why there is no padding around images in posts?
I cannot find a specific instance in the stylesheet that controls image padding around post images in single.php – can anyone help answer these questions?
Forum: Themes and Templates
In reply to: [Anarcho Notepad] Static page – Posts pageThanks,
I wrote about what I tried and what I found here:
https://santafemichael.com/show-featured-image-wordpress/
Thanks again.