"Powered by..."

Questions on licencing of the software

Re: "Powered by..."

Postby EarlyOut » Sat Jan 09, 2010 7:11 am

The code for the head section needs to be place after the call to highslide.js.
User avatar
EarlyOut
 
Posts: 1699
Joined: Sun Nov 11, 2007 11:22 pm
Location: Sector R

Re: "Powered by..."

Postby torstein.honsi » Mon Jan 11, 2010 9:45 am

You can see showCredits set to false in this example: http://highslide.com/examples/gallery-f ... humbs.html.
Torstein Hønsi
CTO, Founder
Highsoft Solutions
User avatar
torstein.honsi
Site Admin
 
Posts: 9150
Joined: Thu Nov 09, 2006 1:22 pm
Location: Vik i Sogn, Norway

Re: "Powered by..."

Postby PSMdigital » Wed Nov 24, 2010 2:18 pm

For the fastest fix which doesn't involve adding in scripts to the header (avoid those conflicts) is BY ADDING THIS TO YOUR STYLESHEET:
Code: Select all
a.highslide-credits,
a.highslide-credits i {
display: none;
}

a.highslide-credits, a.highslide-credits i {
color:silver;
font-size:0;
padding:0;
text-decoration:none }

No link, no text. Nada.
PSMdigital
 
Posts: 1
Joined: Wed Nov 24, 2010 2:16 pm

Re: "Powered by..."

Postby leoniekuizenga » Tue Aug 02, 2011 10:13 pm

I also can't figure it out...

I'm using highslide in the simple image gallery van joomlaworks. I got rid of the link 'Highslide', but can't get rid of the 'Powered by'

Can you tell me in wich file I have to make a change? there is no HTML (?)

I set the "showCredits = true" to "showCredits = false" in all the files I found the code

highslide-full.js
highslide-full.packed.js
highslide-ie6.css
highslide-with-gallery.js
highslide-with-gallery.packed.js
highslide-with-html.js
highslide-with-html.packed.js
highslide.css
highslide.js
highslide.packed.js
leoniekuizenga
 
Posts: 2
Joined: Tue Aug 02, 2011 9:51 pm

Re: "Powered by..."

Postby leoniekuizenga » Tue Aug 02, 2011 10:21 pm

Got it! thanx to PSM Digital

I changed code in highslide.css, rule 84

Code: Select all
a.highslide-credits,
a.highslide-credits i {
   padding: 2px;
   color: silver;
   text-decoration: none;
   font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
   color: white;
   background-color: gray;
}

into
Code: Select all
a.highslide-credits,
a.highslide-credits i {
display: none;
}

a.highslide-credits, a.highslide-credits i {
color:silver;
font-size:0;
padding:0;
text-decoration:none }
leoniekuizenga
 
Posts: 2
Joined: Tue Aug 02, 2011 9:51 pm

Re: "Powered by..."

Postby RoadRash » Wed Aug 03, 2011 11:23 am

This FAQ describes how to remove the "Powered by..." label: viewtopic.php?f=4&t=608
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
User avatar
RoadRash
 
Posts: 8175
Joined: Tue Jul 15, 2008 8:43 pm
Location: Fredrikstad, Norway

Previous

Return to Highslide Licensing

Who is online

Users browsing this forum: No registered users and 2 guests