Hello,
I have no problem advertising page in the page header. When I make a change, I see the ad, but when I save nothing happens. No page advertisements anywhere.
I have no problem advertising page in the page header. When I make a change, I see the ad, but when I save nothing happens. No page advertisements anywhere.
Best Regards,
Veet
Hi
I’ve checked your site and header ad is displayed frin: http://screencast.com/t/6Kbs7EbIs For article ads please check this link and make sure that you added the ad-code in proper ad-spots: https://forum.tagdiv.com/newsmag-article-ads/
Let me know if you still need assistance on this.
Thanks!
Hi,
Sorry it’s my fault, I forgot I turned on ADBlock.
Thanx.
I have another question, I have to move the date to the left side
http://www.screencast.com/t/s0ZS4bpoS
Best Regards,
Veet
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/vbFllhugfU
.top-bar-style-4 .td-header-sp-top-menu {
float: none;
}
.td_ul_login{
float: right!important;
}
Thanks!
HI
The urls from your site are controlled by wordpress not by the theme and you will need some customization to achieve a similar result.
This is a complex task which involve many customization and lots of tests in order to be achieved.
We can’t offer speed customization services at the moment so if really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
HI
The theme does not have a similar option but you can achieve that with some customization in code. Please check this link for more details in this regard: https://forum.tagdiv.com/topic/category-page-ads/
Thanks!
Hi,
I do according answers in offers post.i added cod to loop.php. and i get in output just code from loop.php.
what i am doing wrong?
http://www.screencast.com/t/9BLSBnET
http://www.screencast.com/t/yAEATiCK
Thanks!
Hi,
It works well, but not all blocks.
http://www.screencast.com/t/xEFjf0nIRrt
http://www.screencast.com/t/xEFjf0nIRrt
Thanks!
HI,
last question. Sorry for too many questions.
I should add banner after Pagination.
It is possible?
https://dev.omgnews.today/15-top-movies-of-the-last-decade/
Best Regards,
Veet
-
This reply was modified 9 years by
veet1975.
Hi
To display the article bottom ad after pagination you will need some customizations in theme’s code. Please check this topic for more details in this regard; https://forum.tagdiv.com/topic/pagination-buttons/ At point 4 I’ve offered o solution for this.
Thanks!
Hi,
i need your help.
1. I must add ADS to “search results page”.
see picture:http://www.screencast.com/t/AmtIh2M25
2.Advertising on posts pages much smaller:http://www.screencast.com/t/sos5dXud90fd
It must be like in header: http://www.screencast.com/t/AupnhVUPfT
How do i fix it?
Best Regards’
Veet
Hi
1. You ca use do_shortcode() function in search.php file: http://screencast.com/t/I72dALrU0GJ and pass it as parameter ad’s box shortcode from Visual Composer
2. When you’re using sidebar on posts the content have a width by 680px and the ad can’t be higher then that value. The only way is to not use sidebar and the ad will be displayed at 720px.
Thanks!
Hi,
Thanks.
Another question-I have to on “load more” http://www.screencast.com/t/ca4qhdvcaz button-click event have to have to cover whole button surface, not only on text. How i fix it?
Thanks