By Chris Lewis on Saturday, 14 June 2014
Posted in Technical Issues
Replies 15
Likes 0
Views 1K
Votes 0
I seem to be having a problem getting the Google Adsense to work, when you paste the code in it seems to save but when you open it again it is no longer there. The Adsense also doesn't show on the profile page.

I also seem to be getting an issue with the Komento app which is showing as APP_KOMENTO_USER_TITLE Rather than whatever it's supposed to say. This was also happening for ParaInvite app.

Thanks for all your help.
Regards
Chris
Hello Chris,

If you are using english as your main language of your site you may go to your local_joomla_folder /language/en-GB/en-GB.com_easysocial.ini and add this line of code
APP_KOMENTO_USER_TITLE="Comments"

and see how it goes

Regards
Kheng Wei
·
Monday, 16 June 2014 15:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chris,

Can you please paste the exact codes that you used?
·
Sunday, 15 June 2014 01:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark, thanks for the help.

I added the code used to the original post.
Here it is again.

<script type="text/javascript"><!--
google_ad_client = "ca-pub-8472032305081131";
/* SI General Pages 1 */
google_ad_slot = "7167003046";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

I also tried with the Asynchronous provided which is

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- SI General Pages 1 -->
<ins class="adsbygoogle"
style="display:inline-block;width:234px;height:60px"
data-ad-client="ca-pub-8472032305081131"
data-ad-slot="7167003046"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

Thanks again.
Regards
Chris
·
Sunday, 15 June 2014 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I just noticed that the ads are showing correctly on tablet chrome but not on PC in chrome, firefox or IE.
I don't have any ad blocking extensions or plugins in my browsers.
Thought this might help solve the issue.

Thanks
Chris
·
Sunday, 15 June 2014 03:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chris,

I am really sorry for the delay of this reply as it is a weekend for us here. You actually just need to insert this block of codes below,


google_ad_client = "ca-pub-8472032305081131";
/* SI General Pages 1 */
google_ad_slot = "7167003046";
google_ad_width = 234;
google_ad_height = 60;


I have tested this on the site and it does seem to appear on my profile on Firefox, Safari and Chrome http://screencast.com/t/IxahrjfA
·
Sunday, 15 June 2014 15:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

That's done it! Perfect. Thanks.

Any ideas about why the Komento app is showing as APP_KOMENTO_USER_TITLE this is also the same for the Parainvite app once it is selected as a default app, it doesn't seem to show as an app that has the choice to install.

Thanks again Mark.
Regards
Chris
·
Sunday, 15 June 2014 17:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chris,

Are you using the latest Komento app from http://stackideas.com/apps ?
·
Sunday, 15 June 2014 17:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,
I am using version 1.0.3 downloaded from the apps section.

Thanks
Chris
·
Sunday, 15 June 2014 18:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chris,

May I know where did you see APP_KOMENTO_USER_TITLE ? Please advise.
·
Monday, 16 June 2014 13:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick, it's in the left column on the user's profile page.
Thanks
Regards
Chris
·
Monday, 16 June 2014 15:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Kheng I'll give it a go.
Regards
Chris

That's working perfectly now and I also added the ParaInvite text which has also worked.
Many thanks for your help.
·
Monday, 16 June 2014 15:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chris,

You're welcome and have a nice day
·
Monday, 16 June 2014 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark wrote:

Hello Chris,

I am really sorry for the delay of this reply as it is a weekend for us here. You actually just need to insert this block of codes below,


google_ad_client = "ca-pub-8472032305081131";
/* SI General Pages 1 */
google_ad_slot = "7167003046";
google_ad_width = 234;
google_ad_height = 60;


I have tested this on the site and it does seem to appear on my profile on Firefox, Safari and Chrome http://screencast.com/t/IxahrjfA


it will be better in future version if we just allow the user to input the google ad_client id and ad slot, the rest will be determine by the admin. This will solve the confusion and also will allow the administrator to control the size of the ads in back-end.
·
Monday, 16 June 2014 16:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark sounds awesome.
Thanks for all the great support!!

Regards
Chris
·
Monday, 16 June 2014 17:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the heads up on this Mark
·
Tuesday, 17 June 2014 00:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post