- 🇦🇺Australia VladimirAus Brisbane, Australia
Thank you for your contributions.
Drupal 7 is no longer supported.
Closing issue as outdated.
I checked the code in the dfp_tag.tpl.php is the plane javascript. Which causes problem if scripts are moved to bottom. Which left variables in tpl file undefined and raise errors.
<script type="text/javascript">
googletag.cmd.push(function() {
googletag.display("<?php print $tag->placeholder_id ?>");
});
</script>
Add that js in the renderable for dfp_tag function. Checked for Blocks causing problem.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thank you for your contributions.
Drupal 7 is no longer supported.
Closing issue as outdated.