Jump to content
WebFlake
  • 0

Behemoth theme copyright


SOilRa

Question

Hey guys, I downloaded the following theme:

 

 

my question is how do I remove the copyright showing at the bottom? in 4.1.x I just used to open the theme's CSS and search for the copyright line (in this case, "theme by Taman") and I would find it, remove it and that's pretty much it but in this case, it doesn't work.. any idea?

 

 

Thanks!

Link to comment
Share on other sites

Recommended Posts

  • 0
Just now, killshandra said:

you dont only dont pay  but you want also  remove the copyright that did all the work for you, would be kind respetfull of that person to leave at least the copyright intact

With all due respect the theme is nulled, so clearly, should have the option to do that I guess?

 

Besides, not trying to sound rude or pick on a fight or anything but I don't remember that I asked whether you think ethical to do such a thing or not.

Link to comment
Share on other sites

  • 0
1 minute ago, SOilRa said:

With all due respect the theme is nulled, so clearly, should have the option to do that I guess?

 

Besides, not trying to sound rude or pick on a fight or anything but I don't remember that I asked whether you think ethical to do such a thing or not.

if you downloaded here  most likely  somebody bought it ^^

Link to comment
Share on other sites

  • 0
3 minutes ago, KELSIER said:

Edit the ta.library.js and search for 


ta_c.setAttribute("style","display:inline !important")

replace it with 


ta_c.setAttribute("style","display:none !important")

 

ta.library.js means? where can I locate it..?

Link to comment
Share on other sites

  • 0

just look for t-man and change to what you want but dont delete it its part of the ticker

if you need to change it and need the editor here is the link

Intelligent HTML, CSS, JavaScript editor

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

  • 0
1 hour ago, KELSIER said:

Inside your IPS directory uploads/set_resources_* (* stands for a number)

didn't work..

58 minutes ago, Cookie Monster said:

Normally this should do the trick


#elCopyright {
dispay: none;
}

Though it depends if its part of the copyright.

same.

 

57 minutes ago, mr-pimpen said:

just look for t-man and change to what you want but dont delete it its part of the ticker

if you need to change it and need the editor here is the link

Intelligent HTML, CSS, JavaScript editor

nothing comes up

Link to comment
Share on other sites

  • 0

This is line 19 of the ta.library.js as @KELSIER pointed to.

var ta_c=document.createElement("a");ta_c.innerHTML="|Theme by Taman",ta_c.setAttribute("href","https://invisionpower.com/profile/537452-taman/"),ta_c.setAttribute("title","Behemoth Theme"),ta_c.setAttribute("id","taCopyright"),ta_c.setAttribute("style","display:inline !important"),null!==document.querySelector("#elCopyright")?document.getElementById("elCopyright").appendChild(ta_c):document.getElementById("ipsLayout_footer").appendChild(ta_c);

Regards

Caleeco

Link to comment
Share on other sites

  • 0
14 minutes ago, Caleeco said:

This is line 19 of the ta.library.js as @KELSIER pointed to.


var ta_c=document.createElement("a");ta_c.innerHTML="|Theme by Taman",ta_c.setAttribute("href","https://invisionpower.com/profile/537452-taman/"),ta_c.setAttribute("title","Behemoth Theme"),ta_c.setAttribute("id","taCopyright"),ta_c.setAttribute("style","display:inline !important"),null!==document.querySelector("#elCopyright")?document.getElementById("elCopyright").appendChild(ta_c):document.getElementById("ipsLayout_footer").appendChild(ta_c);

Regards

Caleeco

I'm aware, changed it looks like it didn't change anything..

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...