Alexraptor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Webhost broke my websiteI am pleased to report that the webhost now seems to have resolved the problem. Website looks like it should now as far as I can tell.
Thanks!
Forum: Fixing WordPress
In reply to: Webhost broke my websiteAll right, i’ll try that, thanks.
Forum: Fixing WordPress
In reply to: Webhost broke my websiteExcept the site was always pointing to aquatic.alexraptor.com, never ever alexraptor.com.
The domain structure hasen’t changed, or at least its not supposed to have.Ahhh, that seems to have done the trick! Thanks a lot! ??
I can’t seem to figure out how to make the post-thumbnail fill out properly to the right when viewing in a fully maximized browser window at 1080p.
I did find the code that controls the size in fuctions.php.
// Enable support for Post Thumbnails, and declare two sizes. add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 672, 372, true ); add_image_size( 'twentyfourteen-full-width', 1038, 576, true );
And I can make the post thumbnail image “smaller”, but If I enter a higher value it seems to remain unchanged and still refuses to fill into the blank striped space.
Something about the sidebar itself seems to be causing problems, because If I remove the content sidebar and get a full-width page the problem does not appear there.
Well I think i got something somewhat figured, looks good in general but now i’m having trouble with the article/post pictures/thumbnails not filling out the field properly.