Shape 5

Joomla Templates => Bliss - June 2007 - Club => : tenetour June 18, 2010, 04:58:42 AM



: Few Bugs / Component incompatibility
: tenetour June 18, 2010, 04:58:42 AM
Hello Again !

I got few small problems needing our attencion . All problems are in Bliss template , all are on :

www.kanarias.pl

1. Enabling S5_tabs makes Acces Panel button (image only) to float left

2. Part of MyApi component - Facebook Connect Login Box - seems to have a problem with Bliss (as it works with other templates)

error is :
Notice: Trying to get property of non-object in /modules/mod_myapi_fbLogin/mod_myapi_fbLogin.php  on line 57

3. Page peel seems to have similar problem as "Facebook Connect"

error is :

S5 Register
Name:
*
Username:
*
E-mail:
*
Password:
*
Verify Password:
*

Fields marked with an asterisk (*) are required.

Register

Notice: Undefined variable: adsystem in /modules/mod_fhw-pagepeel/helper.php on line 57

Notice: Undefined variable: count_banner in /modules/mod_fhw-pagepeel/helper.php on line 62

Thanx in advance ....

As always excuse my english  ;D


: Re: Few Bugs / Component incompatibility
: mikek June 18, 2010, 09:17:16 AM
Hello,

I am not sure what is causing the tab to move over but if you add the following to the bottom of template_css.css it should correct it:

#s5_button {
top:-20px;
left:414px;
}

The error messages however are problems with the modules you are using, the error messages themselves are showing that are undefined variables within the module files. The reason why other templates may not show them is our templates ususally turn error messaging on for php errors. There also could an ordering issues with the modules. These errors need to be fixed by the developers of these modules as they are directly related to those modules.


: Re: Few Bugs / Component incompatibility
: tenetour June 20, 2010, 04:16:49 PM
Id didnt helped ... but , makes s5 box acting werid


For further notice :

If You got same problem - change s5_button class in template.css file into f.e. s5_button_main, and then change div id in  php file of the templete to s5_button_main (or different class You set it to)


Mike