Keyword
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.

2.0.4 vesion: How Disable/Remove Navigation Tip?

  • Labros Orfanopoulos
  • Labros Orfanopoulos's Avatar Topic Author
  • Offline
  • New Member
  • Joomjutsu Shinobi
More
15 years 7 months ago #23318 by Labros Orfanopoulos
2.0.4 vesion: How Disable/Remove Navigation Tip? was created by Labros Orfanopoulos
???

The Dark Side Of Life Is Not Easy, Ask A Ninja!!

Please Log in or Create an account to join the conversation.

  • Labros Orfanopoulos
  • Labros Orfanopoulos's Avatar Topic Author
  • Offline
  • New Member
  • Joomjutsu Shinobi
More
15 years 3 months ago #23319 by Labros Orfanopoulos
Replied by Labros Orfanopoulos on topic Re: 2.0.4 vesion: How Disable/Remove Navigation Tip?
help?! ???

The Dark Side Of Life Is Not Easy, Ask A Ninja!!

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago - 15 years 1 month ago #23320 by simona branea
Replied by simona branea on topic Re: 2.0.4 vesion: How Disable/Remove Navigation Tip?
i have the same problem!!!

I remember that in teh free version, there used to be a parameter in the plugin to disable or customise that navigation tip.

now i can`t find anything like that  :'(

i want to keep the "you are browsing pictures from the article", but i really hate that navigation tip, especially since for the engine i`m using, it`s not even true....
beside the fact that makes the users feel treated as stupid... :o

also, it goes over the picture... if i could change that tip with something else, i would stilll not want it to go over the picture

please take a look and help me out:

darkitten.ro/light/covers/e-book-covers.html

thank you!

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #23321 by Katia
Sorry but there is no parameters settings so as to disable buttons. The only way is to hide them via css.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #23322 by simona branea
Replied by simona branea on topic Re: 2.0.4 vesion: How Disable/Remove Navigation Tip?
then can you guide me then on how to hide them?

i`m no coder, but i can follow instructions....

i`ve been searching through the plug in files and i can`t find nowhere written that text  :'(

which file exactly should i edit to get rid of that text, please? ???

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #23323 by Katia
Go to colorbox.css folder line20 and line22
and add the display:none; in this divs like I did below
#contentNext {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/controls.png) no-repeat scroll 0 0;
bottom:0;
height:25px;
left:27px;
position:absolute;
text-indent:-9999px;
width:25px;
display:none;
}
and
#contentPrevious {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/controls.png) no-repeat scroll -25px 0;
bottom:0;
height:25px;
left:0;
position:absolute;
text-indent:-9999px;
width:25px;
display:none;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #23324 by simona branea
Replied by simona branea on topic Re: 2.0.4 vesion: How Disable/Remove Navigation Tip?
ehem.... I did...
but that actually removed the little arrows and the close (X) button....
Those were quite all right  :-\

(i left it like that for you to see what it caused... darkitten.ro/light/covers/e-book-covers.html)

i want to get rid of the NAVIGATION TIP !!!!!
aka the "Navigation tip: Hover mouse on top of the right or left side of the image to see the next or previous image respectively."

thanks

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #23325 by Katia
You can only remove the whole text via this styling:
#contentTitle {
text-align:center;
display:none;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago - 15 years 1 month ago #23326 by simona branea
Replied by simona branea on topic Re: 2.0.4 vesion: How Disable/Remove Navigation Tip?
this means that "you are browsing.." disapears also?
then where is this "title" defined? can it be altered?


and in which file is that code that you mentioned?

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #23327 by Katia
It is in colorbox-custom.css folder line 18.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum