K_77
Forum Replies Created
-
Btw I forgot to mention the most important thing: Jetpack V4.7.1, WP v4.7.3… sorry -.-‘
Hi Jeremy,
I don’t want to practice threadomancy this evening, but the topic title seems pretty right for my problem (btw I’ll open a new thread if needed)
By installing and activating Jetpack, the visualization of some thumbnail on my site changes drastically: the images dimensione from 136x136px become 136x106px (or the same proportion, with smaller dimensions), so from a square/round shape they become like a chunked circle…
The code without Jetpack activated
<div class="photo"><a href="/sviluppare-un-team-benefici-e-fasi/"><img src="/wp-content/uploads/2017/03/Nina_Blog.png" class="scale-with-grid wp-post-image" alt="" srcset="/wp-content/uploads/2017/03/Nina_Blog.png 136w, /wp-content/uploads/2017/03/Nina_Blog-50x50.png 50w, /wp-content/uploads/2017/03/Nina_Blog-75x75.png 75w, /wp-content/uploads/2017/03/Nina_Blog-85x85.png 85w, /wp-content/uploads/2017/03/Nina_Blog-80x80.png 80w" sizes="(max-width: 136px) 100vw, 136px" width="136" height="136"></a></div>
The code with Jetpack activated
<div class="photo"><a href="/sviluppare-un-team-benefici-e-fasi/"><img src="/wp-content/uploads/2017/03/Nina_Blog.png?resize=136%2C106" class="scale-with-grid wp-post-image" alt="" srcset="/wp-content/uploads/2017/03/Nina_Blog.png?zoom=2&resize=136%2C106 272w, /wp-content/uploads/2017/03/Nina_Blog.png?zoom=3&resize=136%2C106 408w" sizes="(max-width: 136px) 100vw, 136px" width="136" height="106"></a></div>
So how can I handle with this issue?
Searching through the function.php file didn’t produced the aspected results…Regards
V
Forum: Plugins
In reply to: [Awesome Weather Widget] Updated widget and weather no longer there?Hi,
I’ve the same problem and even if I added the snippet to the functions.php file (newly created in the plug-in folder), I can’t show the data on the site.
I’ve already obtained an API key from Open Weather Map, but I can’t figure out how to set up the SHORTCODE correctly…
Any help will be much appreciated, thanks in advance =)