Header – Ad – customization

Posted in: Newsmag
Post count: 15

Hi,
I have a few questions…

1. I want to create a full header Logo + a full menu (style 8) BUT with my logo on the left. Please help me!

2. How can I insert Ad banners with rotations effects? and is possible to insert an expiration date (automatically) for the banner/s?

3. If I want to customize a page with Blocks (1,2,3..etc), big Grid, Ad box…where I can fin them in Visual composer?? If I open the “ADD ELEMENT” I can’t find them…!!!

Thanks
Marco Sutter

Post count: 7909

Hi,

1. Please provide your site url so I can inspect this. In header style 8 logo should be centered – http://screencast.com/t/fteYsnPvjC
2. Unfortunately theme doesn’t have an option to rotate ads but you can try a plugin for this.
3. Please make sure that you have enabled all shortcodes from Visual Composer settings – http://screencast.com/t/qZyOGfvrT

Thanks!

Post count: 15

Hi,

my site URL is http://www.foodandtravelitalia.it. I want my Logo on the left.

I can’t find where blocks are! I want to insert a new block in my home page.
Thanks
Marco Sutter

Post count: 7909

Hi,

Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/Igm6OGAQ

.td-header-style-8 .td-header-header {
width: 1021px !important;
margin: 0 auto;
}
.td-header-style-8 .td-header-sp-logo img {
float: left;
}

Please provide more details about your issue with blocks. What do you mean with “I can’t find them”? You don’t see any block there?
Like I said above please make sure that all block are visible from Visual Composer settings – http://screencast.com/t/qZyOGfvrT
Let me know!

Thanks!

Post count: 15

Hi,
I,ve try the custom css and it works but I also need that the header color is full width.

About blocks I’ve settled the Visual Composer and now it works. great!

Thanks
Marco Sutter

Post count: 7909

Hi,

You will need custom modifications to the code as the above css set a fixed width to the container so the background color will not be full width.
Please make a backup of your current file and try to replace the content of header-style-8.php file with this – http://pastebin.com/SjY7yrCn
Remove the first css code that I provided to you and use this custom css to add a full background and place the logo to the left: http://screencast.com/t/VtGllUzS

.full-bg {
background-color: red;
}
.td-header-style-8 .td-header-sp-logo img {
margin-left: 0;
}

Thanks!

Post count: 15

Hi,
thank you very much…it works! Now I need to insert in the header a banner (728x90px)…when I tried the banner is below the main menu..I want it in the header beside my LOGo on the right. I am using WP PRO ADVERTISING SYSTEM plugin…I paste the code in the AD theme panel –> Header … but the banner appear below the menu…what can I do?

I also have problems with the plug in Visual Composer…and Ultimate Addons Visual Composer…when I Add an element as “creative links” and I tried to link to an URL of my website (a category or a post) the URL appear “undefined”. Can you help me please?
Thanks

Marco Sutter

Post count: 7909

Hi,

Try this code in your header style file – http://pastebin.com/cAx8Bmf0
And use only this custom css to add background as the logo and the ad are already positioned: http://screencast.com/t/cWnFn9gdYt

.full-bg {
background-color: red;
}

Unfortunately Ultimate Addons for Visual Composer is not tested with the theme, so I can only recommend you to check this also without any plugins active, leave just Visual Composer and Ultimate Addons active, clear cache and see if you still have this issue. Also if you still have issues with it please try with a default theme and see how it goes.

Thanks!

Post count: 15

Hi,
thanks…it works now. But now the top menu background color is NOT full!!!

Please help me
Thanks

Marco Sutter

Post count: 7909

Hi,

I cannot access your site to take a look – http://screencast.com/t/RYq5St82tvJY

Thanks!

Post count: 15

Hi here is a screenshot…http://screencast.com/t/eOf0dhaQDj6

Thanks

Marco Sutter

Post count: 7909

Hi,

I cannot replicate this, please make sure that you have added the code properly and clear cache. I have checked the code that I have provide to you and it works fine – http://screencast.com/t/Rp8J2p21zx

Thanks!

Post count: 15

Hi,
can you kindly explain me how I can clear the cache??

Thanks
Marco Sutter

Post count: 7909

Hi,

If you use a cache plugin just go to the plugin’s settings and clear cache. If you don’t use a plugin just delete browser’s cache.
Also if this doesn’t work I need to inspect this, so please provide a link when I can access it.

Thanks!

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