Have you enabled the shortcode?
For each code block you have such line in the settings below:
Enable manual insertion with shortcode [adinserter block=”1″] or [adinserter name=”Block 1″].
Sorry for not being clear. Instead of adding JavaScript to that ad code area. I want to use a 3rd party short code. I wasn’t referring to your plugins short code functionality.
I hope that makes sense now.
Whatever you will put in code box Ad inserter will insert at configured place.
It seems your plugin does not process its shortcodes after Ad inserter.
I tried several 3rd party short codes and your plugin doesn’t seem to support it. Was it designed to work with 3rd party short codes? If so can you give me an example of 3rd party plugin it does work with?
Other than this shortcoming I love the plugin!
Thanks.
Plugins are independent. What matetrs is the order of processing shortcodes.
Contact me via link in the plugin, maybe I have a solution for your website.
Showing the actual PHP code or something else?
Have you enabled PHP processing for this block?
Sorry, now I see the code on your page.
Simply enable PHP processing for this block and don’t forget to add PHP tags:
<?php
echo do_shortcode(' [ninja-inline id=7286] ');
?>
Ok, I see now.
Do i have to click enable ” Enable PHP function adinserter for block 3 “
and do i need to click on the box near “Process PHP”
Thanks.
Enable PHP function adinserter for block 3
NO
Process PHP
YES
Include proper PHP code enclosed with PHP tags.
Okay I tried the following:
<?php
echo do_shortcode(' [ninja-inline id=7286] ');
?>
I only enabled Process PHP
It’s still not working. Please advise.
Thanks again.
Contact me via link in the plugin, I need to debug the code to see what is going on.
Please wait for the next version of Ad Inserter.
It will have better support to process shortcodes of other plugins used in Ad Inserter code blocks.
It will be enought to put this into block code:
[thrive_leads id='9524']
I expect to release it in a week.