Newsmag + WP Pro Ad System + delayed Popup

Posted in: Newsmag
Post count: 15

I want to add a popup to all pages of the site with delay, there are several options

Post tag [shortcode]
[pro_ad_display_adzone id=”1237″ ajax_load=”1″ popup=”1″ cookie=”1″ delay=”10″ nobg=”1″ popup_bg=”#7f7f7f”]

Template tag
<?php echo do_shortcode(“[pro_ad_display_adzone id=’1237′ ajax_load=’1′ popup=’1′ cookie=’1′ delay=’10’ nobg=’1′ popup_bg=’#7f7f7f’]”); ?>

Where should i put this code? I tryed putting this into custom code section. But it didn’t worked.

Post count: 6535

Hi

The php code won’t be rendered by theme’s ad spots so you have top place your code directly in theme’s files. For example you can paste the code in header.php file which is called on all pages: http://screencast.com/t/x9skQmqPGavA I can’t guarantee that the code will work fine if will be pasted in this file because we didn’t tested WP Pro Ad System plugin and we’re not aware of its functionality.

Thanks!

Post count: 15

can you add custom php code in next update?

Post count: 6535

Hi

The php code runs only on sever side and cannot be rendered in a text block, sorry.
Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.