The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 75 posts ]  Go to page Previous  1, 2, 3
Author Message
PostPosted: Wed Jan 10, 2007 6:18 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Nov 19, 2005 7:21 pm
Posts: 41
Installed the latest version, removed ajaxfloats(buggy as hell) and now only the greyout works in firefox???


Top
 Profile  
 
PostPosted: Thu Jan 11, 2007 10:15 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Nov 07, 2006 5:06 pm
Posts: 4
It is a template issue after all! (or you could say its an IE7 issue)

I am using a rockettheme modernbusiness template and it appears that the sliding menu is causing the problem in IE7.

I thought I would post again for the benefit of others who may have similar problems.

thread on the rockettheme forum http://www.rockettheme.com/option,com_smf/Itemid,190/topic,6098.msg29881/#msg29881

Best regards
Speru


Top
 Profile  
 
PostPosted: Thu Jan 11, 2007 12:48 pm 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Sun Jan 22, 2006 6:27 pm
Posts: 1404
Location: Athens, Greece
Template issue screaming from a mile away!! Haha!  :pop

_________________
CTO at JoomlaWorks Ltd. http://www.joomlaworks.net
Managing Director at Nuevvo Webware Ltd. http://nuevvo.com
JoomlaDay Greece organizer


Top
 Profile  
 
PostPosted: Fri Jan 19, 2007 2:29 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Jan 19, 2007 2:20 am
Posts: 3
HI im having a strange problem with the gallery in internet explorer 6 (not in 7 or firefox)

When clicking on a photo, the full sized image randomly fails to load. The browser continues attempting to load the image and eventually causes the site to stop responding. - try navigating to another page/refresh the page once the problem has occured

The problem can be viewed at http://www.mcleodacademy.co.uk/gallery/ ... llery.html

Other components active on this page are lxmenus and opensef.

ive ensured showtumb.php has permission 775

Look forward to any help on this

thanks


Top
 Profile  
 
PostPosted: Fri Jan 19, 2007 11:56 am 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Sun Jan 22, 2006 6:27 pm
Posts: 1404
Location: Athens, Greece
Are you using some Tab plugin?

_________________
CTO at JoomlaWorks Ltd. http://www.joomlaworks.net
Managing Director at Nuevvo Webware Ltd. http://nuevvo.com
JoomlaDay Greece organizer


Top
 Profile  
 
PostPosted: Fri Jan 19, 2007 12:43 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Jan 19, 2007 2:20 am
Posts: 3
HI

No im not.  Im not even 100% sure the problem occurs for other IE6 users, i only have 1 machine now with IE6 installed and its not the most  well mantained machine.  Were yuo able to reproduce the problem?



fotisevangelou wrote:
Are you using some Tab plugin?


Top
 Profile  
 
PostPosted: Fri Jan 19, 2007 1:57 pm 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Sun Jan 22, 2006 6:27 pm
Posts: 1404
Location: Athens, Greece
Yes, the popup image just froze sometimes (well, no image, but the white frame)...

:pop

_________________
CTO at JoomlaWorks Ltd. http://www.joomlaworks.net
Managing Director at Nuevvo Webware Ltd. http://nuevvo.com
JoomlaDay Greece organizer


Top
 Profile  
 
PostPosted: Fri Jan 19, 2007 7:57 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Jan 19, 2007 2:20 am
Posts: 3
thanks for letting me know, thats worrying.  Anyone have any suggestions as to the cause? 


Top
 Profile  
 
PostPosted: Thu Jan 25, 2007 8:22 pm 
User avatar
Joomla! Intern
Joomla! Intern

Joined: Sat Aug 19, 2006 1:29 am
Posts: 89
Location: Indiana
Hi

Me again.

I am still having a problem in IE with the image in lightbox display.  It sill displays at top of page, not at top of screen. (FF works fine)

Top of my CSS:
Quote:
/**
* template_name zonecopper
* copyright (C)2006 by Martin Rafferty
* This template is inspired by and based on the phpBB & phpNuke theme zoneCopper
* zoneCopper phpbb2 style by yassineb PHP-Nuke theme by http://www.nukemods.com
*/

/**
* General Body Styling
* --------------------
* These are normal css setup reccommended for your
* HTML template although they are not neccessary
*/

body{
background: #222222 url(../images/background.gif);
color: #747474;
scrollbar-3dlight-color: #6a6a6a;
scrollbar-arrow-color: #9999AA;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #444444;
scrollbar-highlight-color: #444444;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #2e2e2e;
}



Top of my template index file:
Quote:
/*
Template Name ZoneCopper
copyright (C) 2006 by Martin Rafferty
This template is inspired by and based on the phpBB & phpNuke theme zoneCopper.
zoneCopper phpbb2 style by yassineb PHP-Nuke theme by http://www.nukemods.com. Template supports the module
areas, top, bottom, left, right, user1, user2, user5, user6 and user7.
*/

defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

?>




id ) initEditor(); ?>


$database->setQuery("SELECT * FROM #__menu WHERE menutype = 'mainmenu' AND published ='1' AND parent = '0' ORDER BY ordering");
$mymenu_rows = $database->loadObjectList();
$mymenu_content = "";
foreach($mymenu_rows as $mymenu_row) {
// print_r($mymenu_rows);
$mymenulink = $mymenu_row->link;
if ($mymenu_row->type != "url") {
$mymenulink .= "&Itemid=$mymenu_row->id";
}
if ($mymenu_row->type != "separator") {
$mymenu_content .= "$mymenu_row->name | ";
}
}
$mymenu_content = substr($mymenu_content,0,strlen($mymenu_content)-2);
?>
" ?>
" ; ?>
" ; ?>




       
         
         
         
         
         
         
       
<?php echo $mosConfig_sitename; ?>



Link to my site page: http://davidhubler.com/joomla/index.php?option=com_content&task=blogsection&id=6&Itemid=33

Problem only occurs when I page down to lower part of page.  Then the image appears at top of page, not at top of screen.  (Also, the gray does not appear, only the image with white box)

HELP!  (please)  :)

Thanks


Top
 Profile  
 
PostPosted: Mon Feb 12, 2007 11:11 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Feb 12, 2007 11:06 pm
Posts: 2
i have the same problem totaly , but is working on mozilla well .. so could anyone tell me , what is the solution ? and Jons , i ve checked out ur site , it looks u got rid of the problem.. pls send me ur way to solve it pls .. best regards


Top
 Profile  
 
PostPosted: Mon Feb 12, 2007 11:18 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Feb 12, 2007 11:06 pm
Posts: 2
oh sorry , the same [censored] again .. ur problem still continue , when u browse it by mozilla , nothing wrong , but by i.e. , its not working properly ..anybody help ?


Top
 Profile  
 
PostPosted: Mon Feb 12, 2007 11:45 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Oct 04, 2005 3:40 pm
Posts: 35
Location: Pennsylvania
Try Fboxbot, it seem to work whan nothing else does.....


Top
 Profile  
 
PostPosted: Wed Feb 14, 2007 12:53 pm 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Sun Jan 22, 2006 6:27 pm
Posts: 1404
Location: Athens, Greece
janetweber wrote:
Try Fboxbot, it seem to work whan nothing else does.....


But it doesn't offer a gallery dear Janet  :pop

_________________
CTO at JoomlaWorks Ltd. http://www.joomlaworks.net
Managing Director at Nuevvo Webware Ltd. http://nuevvo.com
JoomlaDay Greece organizer


Top
 Profile  
 
PostPosted: Mon Mar 05, 2007 2:57 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Feb 27, 2007 4:07 pm
Posts: 1
Thinking that you had released a new verison since I installed mine, I tried to upgrade to new version.  Unpublished but am not allowed to install  message:"Are you trying to install the same CMT twice?
[ Continue ..."
Well I kind of would like to - do I have to delete the previous version manually?
thanks
W


Top
 Profile  
 
PostPosted: Tue Feb 28, 2012 10:56 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Feb 28, 2012 10:27 pm
Posts: 1
Hello,
Im looking for solution of overflow problem wit Allvideos and SIG, in Opera it's coexist properetyly, but in IE and Chrome it gives a bad effect (on attached screen).

I try to use CSS class to lower movie object
(.allvideos {position:relative;z-index:9999;}) but i doesn't work.

As i search in forum it look like none else got this problem before or i am not as good in searching as i spouse ;)

Have you got any ideas what i can do with that?

system:
joomla 1.5.28 with mootools upgrade on
allvideos 4.1
sigpro 2.5.1


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 75 posts ]  Go to page Previous  1, 2, 3



Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group