Customizing the Header

Posted in: Newspaper
Post count: 20

Hi TagDiv team,

I hope you all had a Merry Christmas!

I want to add a custom button (which I have designed) in to the right section of my header (on the other side of where the logo is). http://www.aculco.co.uk

Where can I customize this so I can input code to determine: the image, the hover image, the link, where to open (in this case a new tab) etc.

Thank you!

Jean-Paul

Post count: 6535

Hi

I’ve checked your site and noticed that you’rte using header style 3. In this case you have to edit header-style-3.php and add a new container here: http://screencast.com/t/n5dOU1LSL Note that you may need some css customizations such that the bottom to be displayed fine.

Hope this help.
Thanks!

Post count: 20

Thanks Andrei!

Is there any way to incorporate the VC element in to the header?

The reason I ask is because the VC element has option such as: call to action, buttons, custom html, js…..

That would make life a lot simpler! I would just add the element in the header, input the code and et voila!

How would I do that if it is not a standard feature?

Thanks!

Post count: 23312

Hello Jean-Paul,

If you want to use the Visual Composer in your header, it is neccesary to use do_shortcode from the generated code of the Visual Composer. You have to insert this in header_style used by you. (header_style_1, header_style_2, ….).

Below, I gave you an example for header_style_1 and I added a text block in this kind of header with Visual Composer. You have to follow these steps for any header style used by you – http://screencast.com/t/6gTYtbdo

Useful screenshots -> http://screencast.com/t/y1sREKfUhttp://screencast.com/t/IcFTzoWYJ

Also, you have to make a different class with this shortcode because you will to need of this because are required to do some customisation using Custom CSS to give a better look.

<?php echo do_shortcode('enter visual composer element here');?>

The result you should see here: http://screencast.com/t/RSzP7Xol

Hope this helps and let us know how it goes!

Thank you for the message!

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