The header image (the dog) on all my pages is way too tall.
I’ve browsed so many forums and none have helped me.
I would like any help, either coding or plugins to try and make it smaller.
Thanks, Simon B
]]>In my testing so far, both sizes display the same. Is that because I am using the “Free” version? I have “Clear all Awesome Weather Widget Cache” between tests. Other options I modify (e.g. colours and titles) are working as expected. It is only the “size” option that doesn’t seem to work.
]]>I have 6 Instagram images displayed at the bottom of the site. Normally, they look fine on mobile. But, If I visit the site through a link [For example: Twitter (https://twitter.com/irisofstyle) or Facebook (https://www.facebook.com/irisofstyle/)], the images are stretched.
Any ideas?
I’m using the following Custom CSS and Custom JS within the plugin:
@media(max-width: 667px){
#sb_instagram #sbi_images .sbi_item{ display: none; }
#sb_instagram #sbi_images .sbi_item:nth-child(-n+6){ display: inline-block; }
#sb_instagram #sbi_images .sbi_item { width: 33% !important; }
}
$(window).resize(function(){
setTimeout(function(){
$(‘#sb_instagram .sbi_photo’).each(function(){
$(this).css(‘height’, $(this).innerWidth() );
});
}, 501);
});
Thank you
https://www.ads-software.com/plugins/instagram-feed/
]]>I upgraded to WP 4.4. Using my own child theme with TwentyFifteen parent.
I have a plugin (DrawIt) where I use media_handle_sideload() to upload image data, then use wp_get_attachment_image() to get the HTML for the image. It returns the responsive image HTML (with srcset and sizes attributes), and does this correctly for images shorter than 510px. However, if the original image was taller than 510px, such as the example of 517×618, then the srcset attribute does not include the original image URL as the option for the srcset 517w option. Instead, it uses a height-cropped version of 517×510 for the srcset 517w option. It should only show the full image, not the cropped image. I am calling wp_get_attachment_image() with the “full” argument.
Here’s how I get the image HTML:
$img_html = wp_get_attachment_image($attach_id, 'full', false);
Here’s what it returns:
<img width="517" height="618" src="https://example.com/deleteme.png" class="aligncenter wp-image-1277" alt="deleteme" title="deleteme" srcset="https://example.com/deleteme-251x300.png 251w, https://example.com/deleteme-517x510.png 517w" sizes="(max-width: 517px) 100vw, 517px" />
Since the 517w option lists the cropped version, in a large browser window the image never shows the full image, it only shows the cropped image.
Here’s what it should have returned:
<img width="517" height="618" src="https://example.com/deleteme.png" class="aligncenter wp-image-1277" alt="deleteme" title="deleteme" srcset="https://example.com/deleteme-251x300.png 251w, https://example.com/deleteme.png 517w" sizes="(max-width: 517px) 100vw, 517px" />
Just want to start by saying thanks for such a great plugin. I have been looking for a simple solution to this functionality for a long time & it works great!
One issue I have come across is (and I understand it’s not a normal occurrence) that I have a crop size that is quite tall.. And it’s meaning that the submit/crop button is below the browser window. When trying to scroll down to it, it just scrolls the editing screen that is faded behind it.
Here is what it looks like for me: https://monosnap.com/image/TYpU6pF5DZzbdWerVdEovjBJOUOHDw
Any help would be appreciated!
https://www.ads-software.com/plugins/acf-image-crop-add-on/
]]>page: playcentreforums.co.nz (although there’s not much to see yet)
Q1:
Is there a solution to use the Header Image Slider, and set the height of the header images, and thus also the height of the slider, to a lower value?
I would like to use the Header Image Slider, but do not want the header pictures to take up as much screen height as they do by default in Twenty Eleven.
[Side note: Why are they even that tall in the first place? Because it makes Twenty Eleven look good in screen shots that are presented in a small size on the web?]
Q2:
Is it possible to use the Header Image Slider on the landing page only, and have static header pictures on all other pages that are different from those that are used in the landing page slide show?
Q3:
Can all this be done WITHOUT WordPress messing with it every time I upload a picture to my library? I want to be able to set the pictures for the landing page slide show, and for the other page headers, without anything being changed about that without me explicitly doing so.
Any help would be very much appreciated!
Cheers,
Matt
]]>Starting a new blog, did some modding of a couple of themes, hope you like!
]]>