- NewspaperRetina Images
- Thumbnails vs. Featured image size
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperFlex Block Settings Guide
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperBig Grid Flex Settings
- NewspaperAd Box Element and Ads Overview
- NewspapertagDiv Composer Tutorial
- NewsmagAbove footer ads
- NewsmagSmart list ads
- NewspaperThe Mobile Theme
- NewsmagUsing other ads
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagTheme thumbs
- NewsmagFont customization
- NewspaperUsing Other Ads
- NewspaperTheme Thumbs
- NewspaperHeader ads
You’d likely need to edit the image sizes in the functions.php file, and then modify the modules for VC in the VC modules folder to change the dimensions (e.g., change something like 300×175 to 170×300 or whatever. Not simple, but you could certainly take it upon yourself to experiment with that.
Or, you could hire a developer to modify that for you, which can sometimes be less of a headache.
This is usually an issue with using crappy Jetpack Photon, in my own experience.
For ‘featured images’ WordPress will normally scale the image to fit the theme sizes but it has no “optimization” system in place to change the resolution of images. WordPress works based on pixel widths, not dpi; so it will generally always load a 72dpi/96dpi/ppi image. So, a 640×480 image is still a 640×480 image even if you start with a 1280×960 image and is reduced from the original to a new image file; it’s not loading the 1280×960 image, it’s loading the smaller copy which is 1/2 the resolution.
Might not be related to your issue. Just food for thought 🙂
That border is shown because your images don’t “fill” the spaces of the layout.
You need to regenerate thumbnails to the sizes used by those boxes.
If those boxes are larger than your original sizes, you need to use something like “Thumbnail Upscale” which over-rides WordPress turning off builtin upscaling “feature.”
Yeah. You would have to manually modify the blocks to use the same sizes in all the blocks, which seems to be a bit of a pain as you’d need to redo that with each theme upgrade.
But if you just used ONE module/block with square thumbs and used only that it might work, but not very exciting. I think with all square images you’d also end up with some blank space in blocks, etc.
Likely doing a mockup image to post here might help the tech support folk get a better idea of what you’re hoping to do and whether it’s possible or not.
Obviously with the wide blocks if you made the wide image square it would either be more narrow, or taller to be square, and with vertical it would break the box layout since it would be too wide, so it would be half as tall to keep same width.
My head hurts on that 😉
Thanks Chris, to be more specific, my problem is that it seems to be shrinking the images so there are horizontal thumbs, vertical thumbs, etc. What I’d like is consistently square thumbs, so changing module/block sizes doesn’t seem like it would fix it?
Thanks!
Hi,
All those blocks you’ve mentioned work fine on your page: http://screencast.com/t/GQN6ytO9ZCA2
If you refer to the thumb images that don’t look right, like in this two cases: http://screencast.com/t/I0dX14CbP then please note that this happens because of the cropping function and to somehow avoid this you could an image near to the aspect ration of the thumbs in which you want it to look well. You can read more about aspect ratio here: http://digital-photography-school.com/aspect-ratio-what-it-is-and-why-it-matters/
You can also read more about function which creates the thumbs and WordPress cropping here:
1. http://codex.wordpress.org/Function_Reference/add_image_size
2. http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
Also note that if you decide to change some thumbnails sizes you’ll need to regenerate thumbnails again in order to apply changes.
I saw that you use the Default page template and block 13 for Latest article. You also can use “Pagebuilder + Latest articles + Pagination” that Lucian refereed and your Latest articles will be automatically added on your page with your sidebar like you want: http://screencast.com/t/YK4uHRkthO
After you set the page template, you can set the layout and the sidebar position for your Latest article: http://screencast.com/t/mMRar9DuB
Result: http://screencast.com/t/qWaRffzf3
If you want to use a block for your Latest Articles(what you use now), you can add a sidebar using Widgetised sidebar block like this: http://screencast.com/t/NIvBfOkMq
Result: http://screencast.com/t/xUptQ5vby3uy
Also you can use another block for your Latest Article:
http://screencast.com/t/BoSBS6lU
http://screencast.com/t/7KOJG4jyO
http://screencast.com/t/1vYj3yXFAu
Result: http://screencast.com/t/U6N3B5CS
Regarding ads you can follow our guide: https://forum.tagdiv.com/ads-system-full-guide/
Also is useful our documentation: https://forum.tagdiv.com/newsmag-documentation/
Hope this helps!
Wow, thank you for your input. Very much appreciated.
However I feel like a dork because I’m not sure I get it 🙂
I copy the thumb size from:
td_global::$thumbs_list = array(
array(
‘name’ => ‘td_0x420’,
‘width’ => 0,
‘height’ => 420,
‘crop’ => array(‘center’, ‘top’),
‘used_on’ => array(
‘tagDiv Image Gallery’
)
)
array(
‘name’ => ‘td_80x60’,
‘width’ => 80,
‘height’ => 60,
‘crop’ => array(‘center’, ‘top’),
‘used_on’ => array(
‘Block 15’, ‘Live search’
)
and put the dimensions in the shortcode (I’ve tested all sizes from $thumbs_list):
[gallery size="td_0x420" link="file" td_select_gallery_slide="slide" td_gallery_title_input="Test" columns="2" ids="1769,1773,1771,1753,1759,1891,1792"]
But this doesn’t solve the issue. I’m sure there’s something that has evaded me but I don’t know what 🙂
Any ìdeas?
Hi,
The gallery shortcode default take the “thumbnails” size image that is at 150 x 150px like in your case. You need to setup the gallery shortcode to take a bigger image because the 150×150 px is not enough to cover the layout.
Edit your post and go to classic editor, locate your gallery shortcode and specify the size attribute. You can use from default sizes like “thumbnail”, “medium”, “large”, “full” but this not fit the look, here you can use one thumbnail that is cropped by the theme, all sizes are here: http://screencast.com/t/X7gqK4C9YvG
Here is an example I’ve used td_300x194: http://screencast.com/t/hmgjH7nSC and here is how it looks: http://screencast.com/t/fDPffCDE14X
or if you prefer another aspect ratio of the image you can try other size like: td_238x178 http://screencast.com/t/jKC5o7FSph3
Here is the gallery shortcode if you want to read more details: http://codex.wordpress.org/Gallery_Shortcode
Thanks
Hi,
I’m starting to make an effort to optimize the site for PageSpeed, and couple of minor things:
test page
http://ga-ga.com/1890/book-review-people-deserve-a-fighting-chance/
1) is it possible to setup the use of the optimum thumbnails for this kind of page layout? Basically actually using 200×150 images vs resizing them? I currently have 200×150 as one of the 3 sizes in the wp admin > media > small/medium/large, however the page blocks on posts don’t actually use the 200×150 size thumbs.
(to correct listed as “error” for pagespeed)
resized in HTML or CSS from 238×178 to 200×150. Serving a scaled image could save 1.5KiB (30% reduction).
2) can we set pages and posts and categories, etc., to NOT load the visual composer CSS since it’s only used on home page?
/wp-content/plugins/js_composer/assets/css/js_composer.css
3) getting this issue, which I don’t recall seeing before when doing past optimizations, and not sure if something in ad module is loading something via BOTH http and https, or if this is strictly an issue on Google ad side of the load:
The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 1 request(s) and 9.2KiB.
•http://pagead2.googlesyndication.com/bg/-GgkI9xeVCztemwrHKdpGDGZZ7feSdeVfZSSdFvmVw8.js
•https://www.google.com/js/bg/-GgkI9xeVCztemwrHKdpGDGZZ7feSdeVfZSSdFvmVw8.js
4) best way to defer parsing of this javascript
•http://ga-ga.com/wp-includes/js/comment-reply.min.js (622B)
•http://ga-ga.com/wp-content/plugins/akismet/_inc/form.js (533B)
Thanks folks 🙂
Hi folks,
Loving the theme, really nicely put together !
We have an issue remaining with the Smart List functionality which I need a little assistance with though please.
On first loading a page using the smart list the image height is not always set correctly so you sometimes see http://www.screencast.com/t/CCCvOmtLx whereas if you move forwards in the list then back it sizes correctly to http://www.screencast.com/t/ofRBgxCd2f The page with this post is here: http://www.maxviral.net/celebrity/10-celebrity-photos-nearly-broke-internet/10/
The bigger issue though is the list ordering. We want to do a “countdown” in some cases like the page above, starting with 10 and ending at 1. For some reason this list style always shows 1 first then the next button takes you to 10 and then it counts down from there. This gives away the best item at the start which is incorrect as this item is the bottom of our post and should show last.
Heres the smartlist settings: http://www.screencast.com/t/CxWqL0iJR7VP
Any assistance would be gratefully received !
Just FYI – I received an update notice.
Envato Notice of Update: Newmag 1.4 change log
[ V 1.4 ]
– improvement: this version of the theme requires the new tagdiv social counter plugin. You can find it in the /plugins folder
– fix: the [tagDiv] Text with title widget and shortcode. It now works properly with HTML content but please rebuilt the widget and hit save again to see the changes.
– fix: print css background issue
– fix: video title encoding issue on the tagdiv play list (sometimes the title of the video was rendered with strange characters)
– fix: issue with “&” encoding as strange characters in block titles
– fix: pagination issue on categories that don’t have child categories and when the category big grid is disabled
– fix: rich snippets reviews
– fix: missing image for two placeholders
– new: internal api
– improvement: dynamic loading of blocks and modules ( ~15% lower ram usage )
– improvement: video play list is more compatible with different hosts/servers. If your video play list was not downloading the video details, please update the theme.
– improvement: support for overwriting of blocks via child theme and via plugins
– improvement: support for new blocks, headers, modules, smart lists, thumbnail sizes via our plugin api
– improvement: admin panel help text (Template settings panel)
– improvement: when the user disables the post view, the theme will stop keeping track of them in the background -> faster loading time
– improvement: added option to have a border on the text with title widget + page builder block
– improvement: now you can login to post a comment directly from the comment section
– improvement: added in Theme Panel -> Translations: SHARE
Hi,
To comment the images sizes you don’t plan to use and that the theme creates in theme’s functions file: http://screencast.com/t/iA5FdUdGw2 and regenerate thumbs again.
Thanks
Hi,
I see you are using the newsmag theme. That is why you don’t have the crop feature image option in theme panel as this is present just on newspaper theme.
Please address your questions on newsmag forum section on future: https://forum.tagdiv.com/forum/newsmag/
The big grid uses this two image sizes/thumbs: http://screencast.com/t/ucE2vOfWEy In order to change them you need to alter their sizes here: http://screencast.com/t/u1V0JjGCQNZR
Then regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Then you need to alter/adjust the container width via css. Here is the css code for the big grid: http://screencast.com/t/9qRFpsCE
This is not easy if you don’t have basic php/html/css knowledge so I suggest to make a backup and get some to help you with hit if you don’t know how to do it yourself.
I suggest you make a backup of your current theme installation before you alter it and get someone to help you with it if you don’t know how to do it.
Hope this helps!
Thanks
Hm. It might be on either the wordpress > media > settings page (same place with the small/medium/large sizes for thumbnails.
Or, I think it was in the theme panel … um…. (you know, I am now getting the two themes confused…) …
okay…
theme panel > post settings > featured images > crop featured image …
Is there a way to change the default sizes of the images? Or maybe the size they are being treated by ig. The big Grid. My problem is that I export images sometimes from a video 16:9 and would like the images to stay in that aspect. Its not nice when they are being stretched verticaly…out of proportion…
Hi,
Having an issue with the featured image sizes. Had a version running locally on my machine and everything was fine. Have put stuff up on a test server and the featured images seems to be showing at specific width and heights. Let me know if you have any ideas.
Well, responsive design is designed to resize images “to fit” … hence the name. Not all phones and tablets have the same resolution, so technically impossible to have all the sizes for every phone. Unless you know how to do that?
So, if you happen to use that size yourself, you may want to add that specific size to your functions.php file for the image thumb sizes, and/or make sure that size is enabled in the theme panel if it’s a standard size, and/or make that specific size the medium size in your wordpress > media > small/medium/large sizes to force enable that size.
*then* regenerate thumbnails so you have that size for your specific phone.
🙂
We also use “thumbnail upscale” plugin to make some of the smaller images a tad bigger, since we had a lot of 300x and 500x images and wanted them to fit 640x sizes. Fun 🙂
And of course “regenerate thumbnails” to get it all working right.
Had couple of ooooooold websites with same issue. The auto post thumbnail pro really saved the day for us. 🙂
you must be smartlist 2 update, very important.
mobile optimization really good : http://imgim.com/9437inciz145113.png
desktop (1366×768) very bad : http://imgim.com/5162inciu2713645.png
I have been running wpsmush on my website but i keep noticing images aren’t being optimized. Thing is, when i send the smush option (to optimize all images), I get a count of 1700 images. But on the ftp i can count over 9,000. It seems at plain sight as though the original image is being optimized, but the other versions generated by the theme aren’t (the thumbnails, and slider and box sizes). Anyone else noticing this?
Theme cannot break image location or remove items from your media lists/folder.
You should regenerate thumbnails to fit news sizes used in theme.
If you check your media/uploads folder via FTP, you might be able to check on the permissions for that folder. If you accidentally deleted that, it would not be recoverable; hopefully you backed up your site prior to making major changes.
An example image link, like so – does appear missing:
http://dance.land/wp-content/uploads/2014/12/nathan-barnatts-curious-dances.jpg
However installing the theme does not delete your /uploads/ folder unless you did that manually. If you deleted the /uploads/ folder, or the /wp-content/ folder for some reason, then that would have deleted the images folder.
Ideally you should double check with your hosting provider in case they have some bizarre setting which impacts that folder in some way.
-
This reply was modified 11 years by
simchris.
Visual Composer was updated with theme 1.31 the other day; it updated the version of Visual Composer which broke due to WordPress 4.1 update.
The plugin is updated separate from the theme, as it’s a plugin. So you have to delete old plugin, and install the newer version.
Newsmag 1.31 just updates the plugin, which can be installed alone if you already have Newsmag 1.3.
The updated version of Visual Composer (changelog):
19.12.2014 - ver 4.3.5
- Compatibility with WP 4.1
For images, make sure you have regenerated thumbnails for the theme sizes.
Thank you Emil!
I dropped the following code into the post:
<div class="wrapper">
<div class="ribbon-wrapper-green"><div class="ribbon-green">$85.99</div></div>
</div>
I also only used this part of the code:
.ribbon-wrapper-green {
width: 85px;
height: 88px;
overflow: hidden;
position: absolute;
top: 52px;
right: -2px;
}
.ribbon-green {
font: bold 15px Sans-Serif;
color: #333;
.ribbon-green {
font: bold 15px Sans-Serif;
color: #333;
text-align: center;
text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: relative;
padding: 7px 0;
left: -5px;
top: 15px;
width: 120px;
background-color: #BFDC7A;
background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
color: #6a6340;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-green:before, .ribbon-green:after {
content: "";
border-top: 3px solid #6e8900;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
position:absolute;
bottom: -3px;
}
.ribbon-green:before {
left: 0;
}
.ribbon-green:after {
right: 0;
}
It seems to work. I adjusted the position slightly.
The problem that I have, is that some of the featured images seems to be different sizes? Thus the ribbon seems off on some pics.
Also how can this also be put on the thumbnails?
Thank you
-
This reply was modified 11 years by
mboydnv.
Hi,
When uploading an image and when you set a post to video mode the theme generates this thumbnails sizes: http://screencast.com/t/DuBXXSuMhy which are used on blocks,sliders..
This are generated once for each image/video, this is normal so if in your case thumbs are created for the same video or same image each time you update a post or edit it please make sure that this is not cause by a plugin and check this without any plugins active, empty cache and try again and please let me know if this still happens as I have also tested this and didn’t found any issues.
Thanks
-
This reply was modified 11 years by
Lucian.