AbCOM80
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme Hades Magazine Bold – Click on CategoriesBy the way, the website is: https://abarrotero.com. Category titles are Proyecto Tiendita Abarrotero, Changarrotips, Entrale a tu Negocio… you can see them as you scroll down. You will find those titles also on the upper Menu buttons, but I am trying to make the titles of each category clickable. Thanks in advance to anyone that could help me out
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Adding DFP Tagsthank you man!
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Adding DFP TagsI cannot give you access to the website, I am sorry, it is the companies website and I am not authorized for that. I just wanted to follow up basic steps to setup DFP tags on your plug in.
The scenario is this:
Everything is set on DoubleClick (Google DFP) and the tags have been generated. The only thing missing are the ad spaces on wordpress theme. Any suggestions?
Thanks for your help!
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Adding DFP TagsBy the way, those are the tags generated by the DFP
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Adding DFP TagsThanks for the response.
I just don′t find it very clear on where to put this code, which is for my home leaderboard 728×90:
<!DOCTYPE HTML>
<html lang=”en-us”>
<head>
<meta http-equiv=”Content-type” content=”text/html; charset=utf-8″>
<title>Widgets Magazine</title>
<style type=”text/css” media=”screen”>
</style>
<script type=’text/javascript’>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement(‘script’);
gads.async = true;
gads.type = ‘text/javascript’;
var useSSL = ‘https:’ == document.location.protocol;
gads.src = (useSSL ? ‘https:’ : ‘http:’) +
‘//www.googletagservices.com/tag/js/gpt.js’;
var node = document.getElementsByTagName(‘script’)[0];
node.parentNode.insertBefore(gads, node);
})();
</script><script type=’text/javascript’>
googletag.cmd.push(function() {
googletag.defineSlot(‘/30747816/abarrotero_home_leaderboard’, [728, 90], ‘div-gpt-ad-1435991423179-0’).addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
…
</head>AND then I have this other code (which is for the body):
<!– /30747816/abarrotero_home_leaderboard –>
<div id=’div-gpt-ad-1435991423179-0′ style=’height:90px; width:728px;’>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘div-gpt-ad-1435991423179-0’); });
</script>
</div>The URL of the website where it needs to be shown is: abarrotero.com
Thank you for your help.