Hi, we have upgraded to the new version 2.1. Beautiful new Big Grid.
The Big Grid 6 and 7 give us a problem with images. Look here -> http://overpress.it/pagina-di-prova/
The Big Grid 6 shows small the first image. We can expand automatically into occupy 100% of space?
The Big Grid 7 view the first and last image deformed.
Hi
Please try to regenerate your thumbs: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ and let us know if you still have this issue, also make sure you empty all caches.
Thanks!
Yes, these are all images uploaded today after updating the theme -> http://overpress.it/pagina-di-prova/
Hi
WordPress don’t enlarge the images, so you need to upload an image at least by thumb size, otherwise will not fill the entire thumb like here: http://screencast.com/t/8n8XjodcS The thumbs sizes can be found in theme panel: http://screencast.com/t/UrVU8CRBDto
Thanks!
Hi
The big grid 6 have a larger height then big grid 1, and at slide depends what type of slide you’re using (1, 2 or 3 colons) http://screencast.com/t/k6CEQEkl0 If the image it’s large enough to fill the entire thumb should be displayed well because WordPress crop the image, but if it’s smaller then remain that grey space. You can try to use a plugin like Thumbnail Upscale to make smaller image fit in bigger thumbs.
Thanks!
Here is the code that you told me to put.
.td-big-grid-post-0 .entry-thumb{
min-height: 100%;
}
.td-big-grid-post-0 .td-module-thumb {
height: 100%;
}
.td-big-grid-post-0 .td-module-thumb a{
height: 100%;
}
@media (max-width: 767px) {
.td-big-grid-post-0 {
min-height: 100px !important;
max-height: 300px !important;
}
}
You can not change to make it work here? -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-08-06%20alle%2015.50.44.png
It works thanks a lot. Of this (https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-08-07%20alle%2013.13.29.png) We can decrease the intensity of black and delete the name of the author of the article?
-
This reply was modified 11 years by
OverPress.
Hi,
Use css, like this: http://screencast.com/t/WiZpxIZv
.td-grid-style-5 .td-module-thumb a:last-child:before {
opacity: 0.3;
}
.td-grid-style-5 .td-meta-info-container .td-post-author-name {
display: none;
}
Thanks
Thank you very much.
These can be coloured with the colour of the category if you go over your mouse? -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-08-10%20alle%2015.22.28.png
Now they are always white.
Hi
To change the category color on hover try this css:
.td-grid-style-5 .td-post-category:hover {
background-color: #BB3A3A;
color: #A28AE7;
}
Here is the result: http://screencast.com/t/o18qU6H93Psr
Ok thank you. But why on Safari for Mac font is thinner? -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-08-10%20alle%2016.44.08.png
You can enlarge?