Using pages instead of Posts on Travel Demo

Posted in: Newspaper
Post count: 90

Hi, I like newspaper theme and the kind of support I receive here. I am modifying my homepage to showcase like a corporate theme and really liked the Travel Demo.

I have 2 questions:

1. Is it possible to remove the dates on the block 5 that appears ontop? (Screenshot Attached)
2. How can I filter to show specific pages instead of the normal posts to appear on the block 5? I have tried but only managed to show recent pages on the block 5. (I would like to achieve something like, About Us, Services, Contact us). On the top of the Travel Demo.

Any help will be highly appreciated.

Link to screenshot http://www.screencast.com/users/thelastpoet/folders/Default/media/b569a457-fcdc-4ccb-97eb-31eefb1aed53

Post count: 23312

Hi thelastpoet,

1. It is possible to remove the dates on the block 5 if you try a bit of CSS code below:
.td_module_3 .td-module-date {
display: none;
}

2. In our theme, blocks were designed to display only the posts. To get what you want, it requires custom work. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.

3. If you want to display the top bar in your theme, first of all you should activate this within theme panel and then creating a custom top bar menu like this: http://screencast.com/t/nZ8Xs3tST http://screencast.com/t/xaJ49ico

The result can see here: http://screencast.com/t/yMGsp3j9mD http://screencast.com/t/7RFkHmozhB

Let us how it goes!

Thanks.

  • This reply was modified 10 years by Catalin.
Post count: 90

Thanks, I have managed to use posts and redirected to the desired pages.

One thing though, I have noticed the background picture on the travel demo is not responsive but moves to a central place when on mobile, is there any thing I can do to achieve responsiveness?

If I use a background image that has text, most of the words on the image will be cut off on mobile.

this is how it is on mobile –http://www.screencast.com/users/thelastpoet/folders/Default/media/71b1fd67-0c96-48f7-88d2-30368c75a4b6

These parts don’t show on mobile — http://www.screencast.com/users/thelastpoet/folders/Default/media/b884d9d2-e6e3-4e50-ae55-9d781636ccf6

Post count: 23312

Hi thelastpoet,

I understand your request, but unfortunately our theme does not support this change and there is no easy solution for it. This is a complex task which requires lots of customization and if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.

As a quick solution to your problem, you can try the code below:

@media (max-width: 767px) {
.td-travel-header .vc_parallax-inner{
height: 100%!important;
top: 0!important;
}
}

Hope this helps!

Thank you!

Post count: 90

Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.