Adding Top Area Like 'Travel' Example

Posted in: Newspaper
Post count: 263

When selecting the new ‘Travel’ template, the top area doesn’t appear. What is needed for the large background image at the top with those 3 blocks?

Post count: 7909

Hi,

You can add a background image to a row and stretch it – http://screencast.com/t/eXbpEs4O then you can play with the design option – css box – http://screencast.com/t/47x0TU2Yb and also for the bellow row(in demo block 5 row) – http://screencast.com/t/fleFsRa7f add negative top margin for example.
On our demo we use some extra classes to those row and we have added css code in style.css. So you could use the demo classes if you want:
*for background row td-travel-headerhttp://screencast.com/t/fUvEoIMwjXY
*for block row td-travel-featureshttp://screencast.com/t/oDcj0EY0

You can find the css in style.css file just search after those classes – http://screencast.com/t/t6ln5rgUpxx8http://screencast.com/t/eJN8kUOQVu

Hope this helps!

Post count: 28

I try to stretch row, but once i do that, the raw going left
http://snag.gy/7NK21.jpg
http://snag.gy/a4wtK.jpg

What to do?

Post count: 7909

Hi,

Please note that the theme doesn’t come with rtl support and you will need custom modifications for it and it is not an easy task. The parallax feature from Visual Composer use javascript and it is not an easy task to change it. I suggest to hire a professional developer for this as the time doesn’t allow us to provide custom work, sorry!

Thanks!

Post count: 28

How the stretch row related to rtl? it’s just styling isn’t it? you don’t think it’s a bug? even when i remove every rtl css style that i made, it’s still going left.

Post count: 7909

Hi,

The stretch row is a Visual Composer feature and the javascript code is used for it and it is not an easy task to change it. The theme doesn’t alter this css and it’s doesn’t support rtl, sorry!

Thanks!

Post count: 7

I am facing same problem,I can’t make same Travel template for my website:So i was posted here https://forum.tagdiv.com/topic/how-can-i-make-same-homepage-like-travel/ and I have tried your instruction but failed.

You don’t mention how to add 3 Box like travel template showing.Please clear me step by step how to create same home like TraveL?

If possible make a video tutorial.

Post count: 7909

Hi,

The travel homepage is custom, you can achieve this if you install the travel demo to check how the page is designed(there is a specific css, I have specified above about 2 extra-classes used on the rows). Also you can install the travel without content and add those 2 classes.
Another solution on this is to customize the page yourself using negative margin top on design options for row – http://screencast.com/t/umwciAYiMz

Thanks!

Post count: 7

This is a BIG BUG of TRAVEL theme ,Please Update this ASAP,Why i can’t design same Travel Demo, Please make a video tutorial for travel demo or fix the problem,So we can build same as travel demo homepage,I am exactly want same homepage like this http://www.screencast.com/t/Hb7NxIh78zL ,Your previous instruction isn’t clear.

So tell me exactly how can i make same as Travel Demo.Waiting for your clear response.

Post count: 22421

Hello,

This is the simplest solution of recreating the travel demo homepage on another demo. This cannot be done without the custom classes used by this demo.
Please follow these simple steps to recreate the travel demo homepage with another demo installed:

1) This is the shortcode of the page layout. You can simply paste it inside your page editor in classic mode and text mode: http://screencast.com/t/SUt9ItUc the code: http://pastebin.com/RAA6DkWp

2) The background image will not be found so you will need to add your own image in the row setting: http://screencast.com/t/yB2Bh0rbo

3) This is the final and most important step as the css for the travel homepage will not apply without this step. Please add this class: td-travel to the body of the website like so: http://screencast.com/t/fOt9sfquQtVy

This will be the result: http://screencast.com/t/vlZG4G8m1Xpy

I hope this helps!
Thank you!

Post count: 7

Hi Bogdan!

This is a great tutorial,Its just took me 3 minute to make Travel Demo Homepage,But i have waste 2 days with Alin [tagDiv] tutorial,But failed again and again, Bogdan you are really Awesome! Here is my Updated Travel Homepage: http://i.imgsafe.org/144e146.jpg

Wonderful Tutorial.

Thank You

Post count: 45

Thank you so much Bogdan, I get same problem and I fixed it with your instruction 🙂

Post count: 30

Hi Bogdan, thank you for this great tutorial!

How can I do that the all site has a header banner similar like this?
(simple picture or defined revolution slider)

Have to edit my child theme / header.php file?

thanks,
cstibi

  • This reply was modified 10 years by cstibi.
Post count: 22421

Hi,

This guide only applies to pages using visual composer. If you want to add an image across the whole site, you will have to edit the post files or category files. Inside the header.php the image will be displayed above all content including the main menu and top menu.
For posts: http://screencast.com/t/ccJYqabD1Un and for categories: http://screencast.com/t/n7LuohrYq
I hope this helps.

Thanks.

Post count: 30

Hi, I have found in RevolutionSlider, that have to insert this code at the end of child theme / header.php:
<?php putRevSlider(‘slider_alias’); ?>
Using single side is the same than a static image (I have tried, it’s ok)

There is an insert code to insert slider into frontpage: <?php putRevSlider(‘slider_alias’, ‘homepage’); ?>

What do you think, is there a php code with insert slider into all pages, but no homepage?

thanks
cstibi

Post count: 30

Hi, I’ve got the answer from ThemePunch:

<?php if (!is_front_page()) {
putRevSlider(‘finnugor_default’);
} ?>

cstibi

Post count: 3

Hi,

I have completed all the instructions from Bogdan B but still have a white space between my menu and full-width image. http://prntscr.com/c3ycsd

It seems like the “td-travel-slider” CSS code is not being applied. I’ve all added the “td-travel” class like here: http://screencast.com/t/fOt9sfquQtVy

Any ideas?
-Astra

Post count: 22421

Hi,

If you use newspaper 7, the css was changed and the demo css is no longer found in the main css file. Each demo now has it’s own css file so this method will require a further step to work in newspaper 7. Please copy the content of this file: http://screencast.com/t/yfy0U1VGfOm and paste it at the end of the main style.css from the main theme folder.

Thank you!

Post count: 3

Thanks! That worked perfect.

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