New Big Grid

Posted in: Newsmag
Post count: 199

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.

Post count: 6535

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!

Post count: 199

Yes, these are all images uploaded today after updating the theme -> http://overpress.it/pagina-di-prova/

Post count: 6535

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!

Post count: 199

But with the old Big Grid you gave and it worked fine. Indeed, it was with the Slide.

Post count: 6535

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!

Post count: 199

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

Post count: 6600

Hi,

Try just this custom css:

.td-big-grid-post-0 .entry-thumb{
width: 100% !important;
}

Let us know how it works.

Thanks

Post count: 199

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.
Post count: 6600

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

Post count: 199

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.

Post count: 6535

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

Post count: 199

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?

Post count: 6600

Hi,

Try this custom css and set the font weight as you want it.

.td-md-is-safari .td-grid-style-5 .entry-title {
font-weight: 500;
}

Thanks

Post count: 199

Thanks!

Viewing 15 posts - 1 through 15 (of 15 total)
The forum ‘Newsmag’ is closed to new topics and replies.