banner not filling the entire space allocated and error
- Posted by robbie (3) Offline
hi
i keep getting this error with the banners ticking at almost a 4/1 of the size it should
am i doing something wrong??
included is a screen cap of the issue
thanks in advance
rob
11 years 10 months ago #1
by robbie
i keep getting this error with the banners ticking at almost a 4/1 of the size it should
am i doing something wrong??
included is a screen cap of the issue
thanks in advance
rob
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5260) Offline
Hi robble, can you tell me what is your error reporting value on your global configuration page?
11 years 10 months ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by robbie (3) Offline
the value is set to 'default'
unless im looking in the wrong place
11 years 10 months ago #3
by robbie
unless im looking in the wrong place
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Robbie is that happen on your Joomla 3.0 installation? If that so then could you edit this file
/modules/mod_carousel_banner/mod_carousel_banner at line 21
to be just
11 years 10 months ago #4
by erwinschro
/modules/mod_carousel_banner/mod_carousel_banner at line 21
$doc = &JFactory::getDocument();
to be just
$doc = JFactory::getDocument();
Please Log in or Create an account to join the conversation.
- Posted by robbie (3) Offline
- Posted by erwinschro (1034) Offline