boojoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wasting time with featured imagesI think I’ve done it, the Stockholm image is now a bit blurry but I think it is as good as it will get. I don’t really understand what the problem was/is. But I do appreciate you helping, so thank you.
Forum: Fixing WordPress
In reply to: Wasting time with featured imagesI set it as the featured image when writing the post.
I’ve got them all looking clear now, but they’re all different heights again. ARGH.
Thank you for helping.
I’ll look into this srcset.
Forum: Fixing WordPress
In reply to: Wasting time with featured imagesHi,
Thank you but I don’t understand because the featured image, say for the Ischia post is this size:
2560 by 1440 pixels
So that is way bigger. The 250×200 is the size it says in settings > media > thumbnails
They have to be big because once you click through to the post the featured image is used as the header image on the actual post.
If I make the screen smaller the featured images shrink a bit and look fine. But at full screen they blur. When I click through onto the main post and it is expanded it is fine. But when I set it to thumbnail display on the main page it makes them blurry 🙁 I don’t understand.
Forum: Themes and Templates
In reply to: [OceanWP] Blurry ThumbnailsThis is a screenshot to the blurry images http://prntscr.com/q61xb3
I’m going back to image style “medium” until this is solved even though they are now different heights 🙁
- This reply was modified 6 years, 6 months ago by boojoo.
Forum: Fixing WordPress
In reply to: Parse Error in functions.phpI was using the editor within WP. Seems to work better when I do it in the code editor via cpanel.
Forum: Fixing WordPress
In reply to: Parse Error in functions.phpIt’s done it again, as soon as I add those lines (without the quotes) I get the parse error….?
Forum: Fixing WordPress
In reply to: Parse Error in functions.phpI am meant to add this code to the functions.php. I had just added it right at the end. Is that ok in theory?
‘<?php
function my_connection_types() {
p2p_register_connection_type( array(
‘name’ => ‘posts_to_pages’,
‘from’ => ‘post’,
‘to’ => ‘page’
) );
}
add_action( ‘p2p_init’, ‘my_connection_types’ );
?>’Forum: Fixing WordPress
In reply to: Parse Error in functions.phpIs that why there is a discrepancy in the <? vs the ?> ?
Because the final closing one is not needed?
Forum: Fixing WordPress
In reply to: Parse Error in functions.phpThank you – I tried both of those and still got the same error.
I have just this minute overwritten functions.php on the server (instead of copying and pasting within the dashboard) and it’s ok now – until I try adding the code again!.
Strange.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Links in Tablepress imagesI can’t even post the code….how can I delete this post and how can I put code in the question, I tried using ” ?!