- Posts: 1
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- How to eliminate the link "Powered by Highslide JS"
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
How to eliminate the link "Powered by Highslide JS"
- Stephen Rowe
- Topic Author
- Offline
- New Member
Less
More
15 years 5 months ago #25265
by Stephen Rowe
How to eliminate the link "Powered by Highslide JS" was created by Stephen Rowe
Can someone please tell me how to remove the link "Powered by Highslide JS" in the Highslide popup engine please?
TIA
TIA
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
15 years 5 months ago #25266
by Yiota
Replied by Yiota on topic Re: How to eliminate the link "Powered by Highslide JS"
I'm afraid you can't. The Highslide is commercial so if you remove the "powered by" you will have to buy the highslide.
Please Log in or Create an account to join the conversation.
- lacava
- Offline
- New Member
Less
More
- Posts: 3
15 years 5 months ago #25267
by lacava
Replied by lacava on topic Re: How to eliminate the link "Powered by Highslide JS"
U can change creditsText and creditsTitle in hs.lang javascript
Please Log in or Create an account to join the conversation.
- John Ofori-Anum
- Offline
- New Member
Less
More
- Posts: 1
15 years 3 weeks ago #25268
by John Ofori-Anum
Replied by John Ofori-Anum on topic Re: How to eliminate the link "Powered by Highslide JS"
Hi,
I don't know if I understand this....I also want to remove the text and cannot the file in which to do this....
I cannot believe that I paid for this product 20 minutes ago just to avoid debugg the free version so I can get a gallery to work with K2 and the answer is "No you can't".
I have not come across a product where it saids in the fine print, you can use the product oh and by the way another company's piece of advertising is permanent unless you pay a second fee.
Is this really the case?
Anyone?
regards
J
I don't know if I understand this....I also want to remove the text and cannot the file in which to do this....
I cannot believe that I paid for this product 20 minutes ago just to avoid debugg the free version so I can get a gallery to work with K2 and the answer is "No you can't".
I have not come across a product where it saids in the fine print, you can use the product oh and by the way another company's piece of advertising is permanent unless you pay a second fee.
Is this really the case?
Anyone?
regards
J
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
15 years 5 days ago #25269
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: How to eliminate the link "Powered by Highslide JS"
I think it shouldn't have a link to Highslide.com with the text "Powered by Highslide JS" - it does not belong to joomlaworks... did you figure out how to get rid of it? It would be very helpful. I'll post it if I figure it out, my website is not a commercial website, and highslide.com does not charge for their code for non-commercial websites. And in the extension called Highslide for Joomla by joomlanook.com showing the Highslide credits is an option in the configuration - that's how this one should be too. I would that one instead if it generated thumbnails.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Maik Kaune
- Offline
- New Member
Less
More
- Posts: 14
14 years 11 months ago #25270
by Maik Kaune
Replied by Maik Kaune on topic Re: How to eliminate the link "Powered by Highslide JS"
This could help you. Please read the docs carefully:
extensions.joomla.org/extensions/edition/replace/7642
or maybe this:
www.nonumber.nl/extensions/rereplacer
extensions.joomla.org/extensions/edition/replace/7642
or maybe this:
www.nonumber.nl/extensions/rereplacer
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
14 years 11 months ago #25271
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: How to eliminate the link "Powered by Highslide JS"
It sounds great, I'll try Abivia, that should do it. Thanks for your help.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- jeronimov
- Offline
- New Member
Less
More
- Posts: 2
13 years 6 months ago #25272
by jeronimov
Replied by jeronimov on topic Re: How to eliminate the link "Powered by Highslide JS"
For the fastest fix which doesn't involve adding in scripts to the header (avoid those conflicts) is BY ADDING THIS TO YOUR STYLESHEET:
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 }
BTW the developper lets commercial and non commercial users remove the credits with showCredits = false;
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 }
BTW the developper lets commercial and non commercial users remove the credits with showCredits = false;
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- How to eliminate the link "Powered by Highslide JS"