02-17-2014, 07:01 AM
Pages: 1 2
02-17-2014, 07:59 AM
Please add a question mark to your title next time.
02-17-2014, 08:07 AM
Sorry, It's fixed now, Do you know how to remove powered by SkaDate?
02-17-2014, 08:11 AM
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
Where should I put that javascript ?
02-17-2014, 08:38 AM
(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 () {
"use strict";
$('p:contains("Powered by")').remove();
}
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
The problem is I can't find any .jc file in the template.
02-17-2014, 08:58 AM
(02-17-2014 08:49 AM)Angry bo Wrote: [ -> ]The problem is I can't find any .jc file in the template..js dumb face not .jc
.js <- J is for Java and S is for Script
there is always a javascript in big scripts like whmcs and your dating script and wordpress joomla
02-17-2014, 09:00 AM
I mean JS, there is no javascript file in the template
02-17-2014, 09:06 AM
(02-17-2014 09:00 AM)Angry bo Wrote: [ -> ]I mean JS, there is no javascript file in the templatethere is but you are blind.
i went to the demo site of SkaDate
and look what i found more then 5 .js files
![[Image: d32bfecc8e067711b91201810c87e53c.png]](http://gyazo.com/d32bfecc8e067711b91201810c87e53c.png)
Pages: 1 2