- Posts: 8
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- 2.0.4 vesion: How Disable/Remove Navigation Tip?
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
-
Topic Author
- Offline
- New Member
- Joomjutsu Shinobi
The Dark Side Of Life Is Not Easy, Ask A Ninja!!
Please Log in or Create an account to join the conversation.
- Labros Orfanopoulos
-
Topic Author
- Offline
- New Member
- Joomjutsu Shinobi
- Posts: 8
The Dark Side Of Life Is Not Easy, Ask A Ninja!!
Please Log in or Create an account to join the conversation.
- simona branea
-
- Offline
- New Member
- Posts: 8
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.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
Please Log in or Create an account to join the conversation.
- simona branea
-
- Offline
- New Member
- Posts: 8
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.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
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;
}
#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.
- simona branea
-
- Offline
- New Member
- Posts: 8
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.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
#contentTitle {
text-align:center;
display:none;
}
Please Log in or Create an account to join the conversation.
- simona branea
-
- Offline
- New Member
- Posts: 8
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.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
Please Log in or Create an account to join the conversation.
- simona branea
-
- Offline
- New Member
- Posts: 8
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.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
Please Log in or Create an account to join the conversation.
- simona branea
-
- Offline
- New Member
- Posts: 8
Please Log in or Create an account to join the conversation.
- simona branea
-
- Offline
- New Member
- Posts: 8
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.
- Apoio Design
-
- Offline
- New Member
- Posts: 11
:'(
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
Please Log in or Create an account to join the conversation.
- simona branea
-
- Offline
- New Member
- Posts: 8
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.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- 2.0.4 vesion: How Disable/Remove Navigation Tip?