Register
User Panel
User Name  Password   
Go Back   Youjoomla Support Forums > Public Joomla forums > Free Joomla Extensions > Multimediabox

Multimediabox Show your movies, pictures , videos in integrated joomla lightbox using this extension

Closed Thread
Old 12-04-2009, 07:05 AM   #1 (permalink)
Developer License holder
 
itips9273's Avatar
 
Join Date: Apr 2009
Posts: 4
Default [SOLVED] Popup Close button not showing when Joomla SEF turned on

Hi:

have just finished a new website using the wonderful "Realtor" YouJoomla template - which aslo included the Multimediabox extension. I actually used the Multimediabox v2.0.

Anyway, after a bit of testing and searching the YouJoomla forums, the minor weird problem I've got is that when displaying the image galleries, on the popup window that displays, the Close button normally displayed at the bottom right corner doesn't show up. However, turn off Joomla core SEF links and the Close button miraculously appears.

I'm also using a third party SEF Component: SEF Advance, but this doesn't appear to be influencing the problem: only when I turn off Joomla SEF in the Global Configuration > Site > SEO Settings does the problem disappear.

The same problem displays on a range of browsers including: IE8, Firefox 3.5.5., Opera 10, Safari, and Google Chrome, so doesn't appear to be browser-dependent.

I would appreciate it if anyone can suggest where else to start looking to find a remedy. Perhaps there's a javascript conflict somewhere?

Here's a link where you can see the problem: Landscape Photo Galleries - Kid Friendly Landscapes - Phoenix, Arizona, AZ - LandscapeCreator.com

I use Firefox mainly: just click a gallery preview image, click a "Next" or "Previous" button and you should see the problem.

Thanks in advance for any suggestions.

Last edited by itips9273; 12-07-2009 at 10:43 AM.. Reason: Problem solved - thank you.
itips9273 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12-04-2009, 01:08 PM   #2 (permalink)
neo
 
neo's Avatar
 
Join Date: Mar 2005
Posts: 7,957
Send a message via Skype™ to neo
Default

open plugins/content/bot_mb/css/yjmmbox.css

line 34

Code:
#close{width:24px; height:24px; right:-23px; bottom:-25px; margin-top:5px; cursor:pointer; position:absolute;}
change to

Code:
#close{width:24px; height:24px; right:-23px; bottom:-25px; margin-top:5px; cursor:pointer; position:absolute; background:url(../../../../plugins/content/bot_mb/images/close.png) no-repeat}
downloads are updated
neo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12-06-2009, 07:23 AM   #3 (permalink)
Developer License holder
 
itips9273's Avatar
 
Join Date: Apr 2009
Posts: 4
Default

Hi Neo:

Thank you for suggesting the above code change. As soon as I saw it, I thought: that makes sense. I've made the update.

Yet much to my surprise, the problem remains - though there is a difference: when viewing the first popup, the Close button now displays, but as soon as the "Next" or "Previous" buttons are clicked, the Close button disappears and a weird corruption of the Close button displays instead (looks like it's missing the center). Maybe it's png thing :-)

Any further thoughts much appreciated.
itips9273 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12-06-2009, 05:06 PM   #4 (permalink)
Support Team
 
SomeoneHere's Avatar
 
Join Date: Jun 2008
Posts: 106
Default

Open FTP and browse to root of your site->plugins->bot_mb->js.
If you open the file called: yjmmbox_uncompressed.js and look for this piece of code here:
Code:
plugins/content/bot_mb/images/close.png
And replace it with this here:
Code:
http://www.landscapecreator.com/plugins/content/bot_mb/images/close.png
this sets the full path to the close button image.

The plugin uses the packed version of the javascript file,so you will need to open the file called bot_mb.php and find this line here(this file you will find in plugins folder):
Code:
$document->addScript(JURI::base() . 'plugins/content/bot_mb/js/yjmmbox.js');
and replace it with this here:
Code:
$document->addScript(JURI::base() . 'plugins/content/bot_mb/js/yjmmbox_uncompressed.js');
Save and upload the file and check your site if the button shows up fine now?
SomeoneHere is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12-07-2009, 10:37 AM   #5 (permalink)
Developer License holder
 
itips9273's Avatar
 
Join Date: Apr 2009
Posts: 4
Default

Hi SomoneHere:

Thank you for your suggestion: your remedy absolutely fixed the problem! Because the site uses the Joomla Cache memory, I had to empty that first though, then force the browser to "Refresh" / "Reload" the page, then Close button appeared perfectly.

What a weird one!

So thank you once again :-)

I guess we can mark this thread as Solved.

Last edited by itips9273; 12-07-2009 at 10:40 AM.. Reason: Improve writing quality
itips9273 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12-07-2009, 11:27 AM   #6 (permalink)
Support Team
 
SomeoneHere's Avatar
 
Join Date: Jun 2008
Posts: 106
Default

Great, i see the title is Solved now,and good to hear its working for you
SomeoneHere is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 12:34 AM.


All times are GMT -4. The time now is 12:34 AM. Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 RC2