smartdevth
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Advertising System] How do I make rows and coloumn of adsSure, you have to make 4 zones for those ads. By the way, why do you want to display ads like a table structure? Are they all stick together?
Forum: Plugins
In reply to: [Advanced Advertising System] html embed into any web pageAnyway, I will add the embed function(without messing with php) in my to do list for the PRO version.
Also, thank you for your suggestion.Regards
Forum: Plugins
In reply to: [Advanced Advertising System] html embed into any web pageMaybe you can adapt this function by adding a new page in back-end and then create a new php file name page-{your-page-slug}.php,header-ads.php and footer-ads.php in your theme root. In your page-{your-page-slug-here}.php should be something like this
<?php get_header(‘ads’);?>
<?php echo do_shortcode(‘[aas_zone zone_id=”{zone_id}”]’);?>
<?php get_footer(‘ads’);?>Make sure that the header and footer file contain only scripts and styles. Things like menu or footer should not be here.
Finally, your iframe src should be something like http://www.yoursite.com/your-page-slug
Cheers
Forum: Plugins
In reply to: [Advanced Advertising System] html embed into any web pageHave you tried to use custom HTML in the banner section yet?
Regards
Forum: Plugins
In reply to: [Advanced Advertising System] Call it through phpYou can use <?php echo do_shortcode(‘[aas_zone zone_id=””]’);?>