Footer Ad and other CSS issues

Posted in: Newsmag
Post count: 49

Hi,

I am following the tutorial here: But can’t get the ad to show. All I see on the footer is [td_ad_box spot_id=”custom_ad_1″]. Can someone take a look? http://tinyurl.com/footer-ad-css

I also like to know how do I add it above the footer across the entire site.

Also, the top menu and sidebar color seems to revert to an old setting then jumps to my current setting. Why does it do this? I made the color selections through the theme panel not custom css.

Thanks..

  • This topic was modified 11 years by elvinf.
Post count: 6535

Hi

We are sorry for the inconvenience, but we had a problem in documentation, please remove from the cod this row tags: [vc_row] [/vc_row] like in this example http://screencast.com/t/MY1Lcaag1P http://screencast.com/t/3pFrRoQo

The second issue happens because of the speed booster plugin which moves the css and java script files at the end of the page and it take a few milliseconds until are executed causing this.

To work around this you could also try and make the color changes directly into theme’s style file so the your design loads by default avoid this colors glimpse.

Thanks

Post count: 49

Hi Andrei,

The edited code doesn’t seem to work either. Below is what I inserted into single.php

?>
<div class="td-container">
<div class="td-container-border">
<div class="td-pb-row">
<?php echo do_shortcode('[vc_column width="1/1"][td_ad_box spot_id="custom_ad_2"][/vc_column]');?>
</div>
</div>
</div>
<?php

Post count: 49

Ha nevermind just noticed the issue. The new code is td_block_ad_box.

I missed the block.

Thanks this worked perfectly.

Question: What is the css to edit the menu and sidebar so I don’t see the jump and where do I place it?

Thanks

Post count: 3343

Hi,
All css is in style.css Depends of what you want to edit. You can apply, different colors, fonts from Theme Panel.

Thanks for the message!

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