I need the ads on the homepage, I searched the forum and have not seen anything like what I need.
I need the ads appear on the home page, I’m using the model 13, below each publication. The following example
Thank you in advance.
Hello pedroarmindo1,
If you want to place the add above and below the blocks, you have to use the Ad Box from Visual Composer, like this -> http://screencast.com/t/2rrOMDZNIlkb -> http://screencast.com/t/PAqku3UM3Rp
Hope this helps and let us know how it goes!
Thank you for the message!
Eu uso o pagebuilder + latest articles + pagination e post loop 13. Eu preciso adicionar o anuncio no meio dos posts do loop 13
I use the page builder + + pagination latest articles and post loop 13. I need to add the announcement in the middle of the loop 13 posts
Hello pedro,
If you want to display the Ad, using the module 13 for latest article option, you have to use the do_shortcode method and place the code in td_module_13.php. First of all, you have to create the code from Visual Composer, like this -> http://screencast.com/t/WSsDj3xttlfk -> http://screencast.com/t/nrSIgUvY and then you have to create this code ->
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1" spot_title="AD TEST"]');?> and then you have to place the code in the core file, corresponding to the module used by you, in this case, module 13. Please check this -> http://screencast.com/t/x2QpnMVe9
Please notice that you have to customize your ad box as you wish, depending on what you want to show in this ad. As an instance, above I gave you an example using the custom ad 1. Before you check the result, please ensure that you have added the code in custom ad 1 field from Visual Composer, like this -> http://screencast.com/t/slwRK2ycOL92
The result you should see here -> http://screencast.com/t/dyHQ6SVuwq
Hope this helps!
Thank you for your understanding!
Muito obrigado, eu não estava achando esse td_module-13.php. Obrigado novamente. Eu usei o codigo
<?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘);?>
Para adicionar o banner abaixo de cada postagem na home page. Obrigado novamente.
Thank you, I’m not finding this td module-13.php. Thank you again. I used the code
<?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘);?>
To add the banner below each post on the home page. Thank you again.
Print http://prntscr.com/au9sjo
My website http://www.eusouandroid.com
Hello pedroarmindo1,
In the above explanation, you can find the path of this file, like this -> http://screencast.com/t/x2QpnMVe9 I have tested your website and the ad appears correctly.
Thank you for the message!