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
16 years 2 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 10 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 8 months ago - 15 years 8 months 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 8 months 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.

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

More
15 years 8 months 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 8 months 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;
}

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

More
15 years 8 months 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 8 months ago #23325 by Katia
You can only remove the whole text via this styling:
#contentTitle {
text-align:center;
display:none;
}

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

More
15 years 8 months ago - 15 years 8 months 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 8 months ago #23327 by Katia
It is in colorbox-custom.css folder line 18.

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

More
15 years 8 months ago - 15 years 8 months ago #23328 by simona branea
Replied by simona branea on topic Re: 2.0.4 vesion: How Disable/Remove Navigation Tip?
ok, that di the trick by removing the entire text from there, just as i assumed it would

now... i know you must be busy, and i really apreciate you taking the time to answer to me

but my problem is not yet solved, so i`m gonna continue asking questions until i can make it work as i want

also, i`m aware that with that change that you shown above, the title won`t be displayed on other pages where i decide to use labels.txt. So that is not the right solution....

i was asking about where can that title be edited
i`m pretty sure that title is called from somewhere, and that the text is written somewhere inside that plugin, and that it can be altered

so i need to know where
for example, if i want to change

"Navigation tip: Hover mouse on top of the right or left side of the image to see the next or previous image respectively."

with something like, for example

"hint: if you want to see the image in a browser page, just righ click on the thumbnail in the thumbnails list and select -open link in new tab-"

also, if i want to change "click on image to enlarge" with just "see image full size", this also should be somewhere in there written...

i know is possible, i just can`t find where that text is located

thank you

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

More
15 years 8 months ago #23329 by Katia
A simpler way is to undo the previous changes to your css and just go to SIG Pro settings and set Default caption (label) handling set it to No captions.

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

More
15 years 8 months ago #23330 by simona branea
Replied by simona branea on topic Re: 2.0.4 vesion: How Disable/Remove Navigation Tip?
yes, but that is still not what i asked about  :'(

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

More
15 years 7 months ago #23331 by simona branea
Replied by simona branea on topic Re: 2.0.4 vesion: How Disable/Remove Navigation Tip?
so... i guess all the support on this forums goes only up to where ppl ask about the code...

this should be a simple answer. I`m pretty sure you people know where you have written that "navigation tip" >:(, why can`t you tell us?

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

More
15 years 7 months ago #23332 by Apoio Design
Replied by Apoio Design on topic Re: 2.0.4 vesion: How Disable/Remove Navigation Tip?
I have the same problem. I want translate "Click to open image" and can't see where is this text.
:'(

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

More
15 years 7 months ago #23333 by Katia

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

More
15 years 7 months ago #23334 by simona branea
Replied by simona branea on topic Re: 2.0.4 vesion: How Disable/Remove Navigation Tip?
well then....

was that so difficult to tell me to edit the "/administrator/language/en_GB/en-GB.plg_content_jw_sigpro.ini" file?

thanks Katia for the answer you gave to Ave...  :P

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


Powered by Kunena Forum