Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
02-17-2014, 07:01 AM
(This post was last modified: 02-17-2014 08:06 AM by Angry bo.)
Post: #1
|
|||
|
|||
How to Remove Powered by SkaDate dating software?
Hello
Can anyone tell me how to remove Powered by SkaDate dating software also the page header " Online dating at" Thanks |
|||
02-17-2014, 07:59 AM
Post: #2
|
|||
|
|||
RE:
Please add a question mark to your title next time.
|
|||
02-17-2014, 08:07 AM
Post: #3
|
|||
|
|||
RE:
Sorry, It's fixed now, Do you know how to remove powered by SkaDate?
|
|||
02-17-2014, 08:11 AM
Post: #4
|
|||
|
|||
RE: How to Remove Powered by SkaDate dating software?
try to use this javascript code, i use it for my legit/valid licensed whmcs and also works for kayako fusion.
Code: $('p:contains("Powered by")').remove(); |
|||
02-17-2014, 08:29 AM
Post: #5
|
|||
|
|||
RE: | |||
02-17-2014, 08:38 AM
(This post was last modified: 02-17-2014 08:39 AM by svencom.)
Post: #6
|
|||
|
|||
RE: How to Remove Powered by SkaDate dating software?
(02-17-2014 08:29 AM)Angry bo Wrote: Where should I put that javascript ?oke so you are a total noob in html php css javascript? (not java like minecraft thats a totally different coding language) like in whmcs i have in the theme/template whmcs.js file somewhere at the top in a function section like this Code: $(document).ready(function () { but you need to customize it to the script you use, search for a function thats getting loaded on all pages like a footer function of header function so that you cover all pages to find a .js file thats loaded just open your site where script is installed and do view source in your web browser and see which local(server/site) .js is loaded and search in side that .js a function you can use and add the javascript to. if you still don't understand what to do then follow and class in HTML/PHP/CSS/Javascript there bloody cheap to do (at least here in europe, for €60,- get class for 3 months and thats only you need) |
|||
02-17-2014, 08:49 AM
Post: #7
|
|||
|
|||
RE:
The problem is I can't find any .jc file in the template.
|
|||
02-17-2014, 08:58 AM
(This post was last modified: 02-17-2014 09:02 AM by svencom.)
Post: #8
|
|||
|
|||
RE: How to Remove Powered by SkaDate dating software? | |||
02-17-2014, 09:00 AM
Post: #9
|
|||
|
|||
RE:
I mean JS, there is no javascript file in the template
|
|||
02-17-2014, 09:06 AM
Post: #10
|
|||
|
|||
RE: How to Remove Powered by SkaDate dating software? | |||