Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
1.6k views
in Q2A Core by

hi, i dont cant find this code for delete it..

behind all questiona make google ads .. thats not funny .. all plugins and widgets from google i have remove or deactivatet ..

 

Q code from my site .. display this one..

 

<div class="adholder-mid">
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px;margin-top:40px;"
data-ad-client="ca-pub-6400847838975858"
data-ad-slot="1165688084"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

where can i delete it .. i have test many templates i all the same probleme ..

 

pls help

by
You are using the free ad-based version of SCEditor. You have 3 choices:
1. You accept the ads. 2. You buy the premium version of the plugin at http://www.q2apro.com/plugins/sceditor 3. You use the default editor that comes with the q2a core which is ckeditor.

1 Answer

+1 vote
by
edited by
 
Best answer
Hi Stefan,

I believe that you are using free version of this editor: http://www.q2apro.com/plugins/sceditor

He is adding a google adsense ad to the site for the free version, you can buy the paid version to remove that...

It is in this folder and file: /q2apro-sceditor-free/q2apro-sceditor-layer.php

Plugin owner note:

        // NOTE: You are NOT permitted to change the following code, if you do so, you break the granted license and can be sued legally.
        // If you do not like ads to be displayed, you have to buy the ads-free premium plugin at: http://www.q2apro.com/plugins/sceditor
by
> it says on that page that CSS and images in a theme do NOT have to be GPL, and that PHP code would only have to be GPL.
Yes. My recognition is same with you.

> If you override some theme functions you're not using the same PHP as Q2A.
I can not understand exactly. Please explain more in detail.

> I think for 99% of themes they do not need to be GPL.
Probably, your recognition is incorrect. Most of Q2A themes (including plugin layers), these inherit base theme class. This is because addons want to override functions of the base theme class in the inherited class, it is the purpose these want to change the basic behavior of the core. In other words, themes and plugins mean that it is closely related to Q2A core. Therefore, theme and plugin must apply GPL. Interpretation of Matt Mullenweg (co-founder of WordPress) will be same with me. However, GPL has a lot of gray zone. I like your careful attitude (not say 100%).

http://perpetualbeta.com/release/2009/11/matt-gpl-applies-to-wordpress-themes/
by
This issue is very important. And, it seems there are many users (include me and you) who do not know well GPL in this forum. WordPress also long time discussed this issue. So, in order to develop and community of Q2A in health, there will be a need to discuss this issue thoroughly with members of the community. I want to hear opinions of many users as possible. (Gideon, jatin, puti, maxj, monk, amiya, ProThoughts, and of course other users) in ANOTHER THREAD.

I am not attacking Kai. Rather, I have defended him and this community. Please understand it.
by
> I can not understand exactly. Please explain more in detail.

What I am saying is, when your theme inherits from the base theme you are not using the base theme code in your theme. You are basically using the "API" of the base theme by using its functions, but you are not using its actual code, you're putting your own code there.

But you're right, it is a grey area.
by
I'm not saying that there is no such plugins. However, That's 99.9% of addons will use class or function of Q2A core. So, it is GPL. Probably, most of WordPress developers will point out license violation of his plugin.
...