Full screen site

Posted in: Newspaper
Post count: 10

Hi. Is it possible to build a full screen home page using newspaper theme?

I would like to build something like this https://www.templatemonster.com/demo/58404.html
but not sure if that is possible.

Thanks,
Miso

Post count: 22421

Hello,

Yes it is possible on pages as the tagDiv composer allows full width rows. Simply select to stretch row and content from the composer row settings: https://www.screencast.com/t/RkISOIx77

Thank you!

Post count: 10

Thanks Bogdan!

I did id and it works fine 🙂

Another question…is it possible to increase font size on the grids?

I would like to show bigger post headline on grids Big Grid Full 8 and Big Grid Full 4.

Where can I change it? Or any other grid option?

Thanks,
Miso

Post count: 10

…or image hight for Big Grid Full 4.

Miso

Post count: 22421

Hello,

The new big grid full blocks do not have font options yet. We plan to add them in the future but until such time you can use a bit of css to change the font sizes.

.td_block_big_grid_fl_4 .td-module-title a, .td_block_big_grid_fl_8 .td-module-title a{
font-size:25px;
}

The images however cannot be adjusted as the thumbnails and css are created for this specific dimension. The blocks in our grid are not editable in width and height. They are predefined in size. Different blocks have different sizes and aspect ratios.

Thank you!

Post count: 10

Ok, thank you very much Bogdan.

Is there a way to increase main header logo icone size?

On my site for example, as you can see it here, the logo is not looking good small: http://drukciji.ba/najnovije/

Also, my the home page (which is in test more) is not visible on mobile devices…you can check it here: drukciji.ba/naslovna-test3vwve-2/

Can you tel me why it is happening and how to fix it? The page is build using VC, not you tD composer.

Sorry for all of this questions.

Regards,
Miso

Post count: 22421

Hello,

If you want a bigger logo, you will have to use a different header style. The logo is shrunk to the size of the container as the space is needed for the ad besides the logo. You cannot have a bigger logo and the ad on the same line as there is not enough space for both to fit. If you want to use a bigger logo please use header style 9, 10 or 11 which show the full logo without changing it’s size.

I have tested your page but it is visible in mobile devices. I cannot see the issue you mention.

You probably used the mobile theme plugin. Please read this guide on the mobile theme if you have it enabled to learn about how to use it with pages: https://forum.tagdiv.com/the-mobile-theme/

Thanks.

Post count: 10

Hi. Yes, mobile plugin was active. I have deactivated it unfortunately, it was loading pages so fast…

Have one problem that I don’t know how to handle…how can I set some kind of sticky featured post on any grid? For example, on my home page, I am using Gig grid full 8 and one category to display posts. How can I stick a very important post from that category on the big image so that it does not move when I publish new posts in the same category? It is set so that I show latest posts. I want it to show that sticky post as long as I want, regardless of new post from the same category.

Kind regards,
Miso

Post count: 22421

Hello,

Sorry but our blocks were made to ignore sticky posts as the blocks would break if sticky posts were available. The grids or blocks do not support this feature.

Thank you!

Post count: 10

Hi.

How can I add post published time (hours:minutes:seconds) along with the day month year in the top of the article? Here is a post example and it show day month year below the header: http://drukciji.ba/2017/06/07/susret-s-piscem-bozena-volic-promovira-knjige-u-novom-travniku/

Thank you.
Miso

Post count: 20688

Hi,

You can change the date format in the WordPress settings, and create the custom format you want according to this guide
https://codex.wordpress.org/Formatting_Date_and_Time
For example like this
https://www.screencast.com/t/d5YaPQpbb4
https://www.screencast.com/t/Y33Ahont7g3
I used this time format in the example F j, Y, g:i:s A

Thanks

Post count: 10

Man,

first of all, thank you so much.

Secondly, I feel so stupid now…I was trying something with editing post .php file and changing get_date() to get_time() function…but the solution is…

Thanks again.

Miso

Post count: 10

Hi.

Can you please tell me if it is possible to put the post without sidebar
in the middle of the page? Have an example on my test website:

http://yourtestwebsite.info/2017/07/19/george-boateng-keeping-ron-vlaar-was-paul-lambert-masterstroke/

…using your sport template as default.

Thanks,
Miso

Post count: 10

…and also, how can I remove the “Read more” button when listing posts (using Block 12 for example)?

Thanks,
Miso

Post count: 20688

Hi,

The post has a sidebar, but you might not have any widgets inside it
https://www.screencast.com/t/jdz8s8iG
The post would occupy the full width of the post content if there is no sidebar at all
https://demo.tagdiv.com/newspaper/td-post-five-things-you-may-have-missed-over-the-weekend-from-the-world-of-business/
I could give you a code to make the post centered if that is what you want
https://www.screencast.com/t/9DQUMls7pQG
It will apply on all the posts. If you want it to apply more specifically, you will have to modify the code

.single .td-main-content {
float:none!important;
margin:auto;
}

You could remove the read more from block 12, with a code like this

.td_block_12 .td-read-more {
display: none;
}

Thanks

Post count: 10

Thank you very much Simon!

You solved everything for me 🙂

Kind regards:
Miso

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