Milan_Pompa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] Featured Image SizesHi,
I want to resize all featured images, and also automatically for author set size for featured images, to not manualy change size.
I want to change all post thumb resize in 332×221 and also put some code for automatically resize for new added images to 332×221
I put some code to function php :
add_theme_support( ‘post-thumbnails’ );
add_image_size( $name, $width, $height, $crop);
set_post_thumbnail_size( 332, 221, true );
add_image_size(‘Archive thumb’, 332, 221, true);
add_image_size(‘thumb’, 332, 221, true);
add_image_size(‘featured-slider-img’, 332, 221, true );
add_image_size(‘feat_img’, 332, 221, true );in image.php
I added in meta data
$metadata[‘332’],
$metadata[‘221t’],in content.php I added
$thumb_w = get_option($feat_size.’332′);
$thumb_h = get_option($feat_size.’221′);I also put custom.css code from admin :
#post-entry div.post-thumb.in-archive {height: 221 !important;}
But some images are not resizing into these sizes.
How I can fix it ?Forum: Plugins
In reply to: [Yoast SEO] Focus Keywords and Snippet View not working in v 3.0.3I have content analysis, where is writing that I have not fill meta tags, and so, I can see snippet editor, I can edit it, I don′t know how to save editor to work properly, as last Yoast SEO, where I just put what I want. When I put something to editor, it′s not saving, so when I update post, in snippet editor it looks like new post. In dashboard I have two post with no snippet character, after maybe 20 times of writing in editor and update post, purging from caches and so.
If is not with caches, also is there no problem with other plugins, cause I just have one on SEO, than where is problem ?Forum: Plugins
In reply to: [Yoast SEO] Focus Keywords and Snippet View not working in v 3.0.3After crawling my site from onepage, is no change. I have empty caches and still is not saving. I have two post with no SEO character for snippets. It is damaging SEO for these posts, and also than damaging SEO for my website.
How to fix this ?Forum: Plugins
In reply to: [Yoast SEO] Focus Keywords and Snippet View not working in v 3.0.3I have a problem.
I can see snippet editor, i can edit it, but it′s not saving.
After actualisation post, it is turning snippet editor how I never edit it. Can be cause of it onepage is crawling my site or I have bigger problem with something ?