Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
macnews1
tagDiv Member

So I updated to the latest version of Newspaper but keep getting there is an update to the WPBakery composer. I understand how the license works, but is this correct that as of 8/1/2014, Newspaper version 4.1 is only compatible with WPBakery version 4.2.3? Meaning the update to WPBakery version 4.3.1 is not included?

macnews1
tagDiv Member

I was able to get this figured out so I will place what I figured out here as a reference in case others are also using double click.

First, in your header file you need to use the following code:

<script type=’text/javascript’ src=’//partner.googleadservices.com/gampad/google_service.js’>
</script>
<script type=’text/javascript’>
GS_googleAddAdSenseService(“ca-pub-your google ad sense pubid”);
GS_googleEnableAllServices();
</script>
<script type=’text/javascript’>
GA_googleAddSlot(“ca-pub-your google ad sense pubid”, “DFP inventory name spot1 here”);
GA_googleAddSlot(“ca-pub-your google ad sense pubid”, “DFP inventory name spot2 here”);
GA_googleAddSlot(“ca-pub-your google ad sense pubid”, “DFP inventory name spot3 here”);
GA_googleAddSlot(“ca-pub-your google ad sense pubid”, “rightsidebar_300x250″);

</script>
<script type=’text/javascript’>
GA_googleFetchAds();
</script>

Then in the theme file under the ads setting you place the following code in place:

<div style=”width:300px;height:250px;margin-top:10px;margin-left:auto;margin-right:auto”>
<script type=”text/javascript”>
GA_googleFillSlot(“rightsidebar_300x250”);
</script>
</div>

This works for me.

macnews1
tagDiv Member

I also did the whole, delete and re-upload new js file. Tried it again and still get the same thing.

macnews1
tagDiv Member

I just downloaded the latest update and still have this same issue. Not sure what I need to do differently.

Viewing 4 posts - 1 through 4 (of 4 total)