I have tested this on your website, it seems that the text editor in the HTML block parse/modifies the code (the javascript code to be more exactly) which becomes invalid.. This happens to all templates even the original UNI..
when is dolphin going to fix this java issue in the page blocks editor? or is there an easy fix without creating a seperate html page for each ad?
|
This has been a issue for quite sometime. To work around you can modify that block in the database inserting the code directly. then clearing the cache, or you can use a PHP block using my Deanos Tools module. PHP code would be like this.
$sCode = ' Your google code here '; echo $sCode;
Or you can edit existing html blocks using my Block Tools mod(not deanos tools) which does not strip any code from the inserted html.
There are ways. I am not sure if boonex is going to correct this issue or when if they do.
https://www.deanbassett.com |
Thanks Deano..I am using your block tools and it still giving me fits with my adsence ads..they appear sometimes and sometimes they dont. if i use the code you suggested will this fix the problem or could it be a template issue? |
Apearing sometimes, and sometimes not could be a different problem. That does not sound like a editor problem.
Edit the block in page builders and make sure the cache setting for the block is disabled. Set to 0.
You can also try the php version i suggested for a PHP block.
https://www.deanbassett.com |
Deano where in PHPMYADMIN would I find the pageblock ads to edit? |
They are in the table sys_page_compose
https://www.deanbassett.com |
Rules → http://www.boonex.com/terms |
Ah...no its not. I just installed 7.0.4 and I am still having the same problem. matter of fact now I am getting one of those little yield signs at the bottom left hand corner saying there is a javascript error on all my pages |
I have just successfully inserted adsence code: http://www.boonex.us/page/pagebuilder_test
However it took some time until generated code begin to appear - it looks like it is available after some time after code generation and not immediately. Rules → http://www.boonex.com/terms |
yup same here no problems inserting google ads in the HTML blocks (if your ad is new it can take up to 10min to show up) |
I am going to just do a complete uninstall and then install 7.0.4 and see if that works. No the ad was not new. I even tested on a non boonex page and it showed right away. Thanks for all you advice and help. I will let you know how it goes after the new install. |
Also Google Adsense is context ad. It means that Google need to know site page content to show the ad. If the site is new and is not indexed by google yet, then it can take some time to crawl the page by Google after the first ad show. It may cause additional delay in showing adsence on your site. Rules → http://www.boonex.com/terms |
Alex
I gotta call BS on this..the ads work absolutly perfect in firefox..but IE8 is a hit and miss situation some times they work sometimes they don't..there is definitly a problem with IE8 and dolphin 7.04
|
Alex
I gotta call BS on this..the ads work absolutly perfect in firefox..but IE8 is a hit and miss situation some times they work sometimes they don't..there is definitly a problem with IE8 and dolphin 7.04
depends on your i.e privacy /cookies settings some ads will get blocked
|
I put the Adsense Java into the html block, and all it displays on the site is the code I just pasted in there, not the ads. I also have 7.0.4 installed, upgraded from 7.0.3 |