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.
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
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
