- Posts: 5
COMMUNITY FORUM
Thumbnail popup
- plomagli
- Topic Author
- Offline
- New Member
Less
More
17 years 4 months ago #5123
by plomagli
Thumbnail popup was created by plomagli
I just installed sig pluging and its working great but when I have the mouse over a thumbnail a popup shows up and looks like this
<br>The image name</br>
Is there anyway to get rid of this or do I need sig pro to stop that from happening?
Thanks in advance
<br>The image name</br>
Is there anyway to get rid of this or do I need sig pro to stop that from happening?
Thanks in advance
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
Less
More
- Posts: 1188
17 years 4 months ago #5124
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: Thumbnail popup
Hi there!
You mean the alt attribute of the <a> tag of the image?
Check to disable the display message from the parametrs of the mambot
of to cut off the alt atribute of the <a> tag from the code ( line 76-77 ) of the mambot.
Thank you!
You mean the alt attribute of the <a> tag of the image?
Check to disable the display message from the parametrs of the mambot
of to cut off the alt atribute of the <a> tag from the code ( line 76-77 ) of the mambot.
Thank you!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- plomagli
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
17 years 4 months ago #5125
by plomagli
Replied by plomagli on topic Re: Thumbnail popup
I have the pop up messages disabled
If you go to poweredbypropane.net/2006-nissan-sentra-4cyl-1.8l-test-subject.html
Then just let the mouse hover over the thumbnail for a few seconds it will show up.
<br>2006 sentra test subject</br>
thats what shows for the first picture. Its picking up the picture name.
Thanks
If you go to poweredbypropane.net/2006-nissan-sentra-4cyl-1.8l-test-subject.html
Then just let the mouse hover over the thumbnail for a few seconds it will show up.
<br>2006 sentra test subject</br>
thats what shows for the first picture. Its picking up the picture name.
Thanks
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
Less
More
- Posts: 1188
17 years 4 months ago #5126
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: Thumbnail popup
Ok lets try this!
Keep the display messages disable
and comment the line 78 from the file plugin_jw_sig.php
Keep the display messages disable
and comment the line 78 from the file plugin_jw_sig.php
//else {$html .= $images[$a]['filename'];}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- plomagli
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
17 years 4 months ago #5127
by plomagli
Replied by plomagli on topic Re: Thumbnail popup
that did not do the trick :'(
Please Log in or Create an account to join the conversation.
- likestuff
- Offline
- New Member
Less
More
- Posts: 6
17 years 4 months ago - 17 years 4 months ago #5128
by likestuff
Replied by likestuff on topic Re: Thumbnail popup
You probably entered it like this in your content:
<br>{gallery}mygallery{/gallery}
Oooops sorry...wrong post!!
Oooops sorry...wrong post!!
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
Less
More
- Posts: 1188
17 years 4 months ago #5129
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: Thumbnail popup
Well, lets try also this
Keep the display messages disable
and comment the line 75 from the file plugin_jw_sig.php
Keep the display messages disable
and comment the line 75 from the file plugin_jw_sig.php
//else {$html .= '<b>'.$images[$a]['filename'].'</b>';}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- plomagli
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
17 years 4 months ago - 17 years 4 months ago #5130
by plomagli
Replied by plomagli on topic Re: Thumbnail popup
Not sure what the code is supposed to look like.
This is what line 75 looks like now
Where do I insert the code you suggested?
This is what line 75 looks like now
if (preg_match_all("#{gallery}(.*?){/gallery}#s", $row->text, $matches, PREG_PATTERN_ORDER) > 0) {
Where do I insert the code you suggested?
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
Less
More
- Posts: 1188
17 years 4 months ago #5131
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: Thumbnail popup
???
Other version?!?!
Well, find and change the code
to
Lets see now if work! ;)
Other version?!?!
Well, find and change the code
if ($displaymessage) {$html .= $message.'
<b>'.$itemtitle.'</b>';}
else {$html .= '<b>'.$images[$a]['filename'].'</b>';}
to
if ($displaymessage) {$html .= $message.'
<b>'.$itemtitle.'</b>';}
//else {$html .= '<b>'.$images[$a]['filename'].'</b>';}
Lets see now if work! ;)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- plomagli
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
17 years 4 months ago #5132
by plomagli
Replied by plomagli on topic Re: Thumbnail popup
It worked. Thank you very much!! :D
Please Log in or Create an account to join the conversation.