Shape 5

Joomla Templates => New Architect - November - Club => : kwoolf November 18, 2008, 06:22:00 AM



: Bug report and suggestions
: kwoolf November 18, 2008, 06:22:00 AM
Ok, I'm new here but have logged enough time at RocketTheme, YooTheme, and JoomlArt.  Sorry to say, the NA template was my first impression and Shape 5 has not impressed me with the quality of work so far.

I liked the clean design of the NA template enough to become a member, but I'm a strict critic and I actively post feedback when the need arises.  Since this is my first post, and of course I mean no disrespect, but I'd like to point out the following:

First, when the first menu item in the mainmenu is active and set to suckerfish, the submenu graphics are misaligned.
Then we have the login module that needs to be set to the cpanel position, not the icon position as stated in the demo.
Next, the
:
$s5_registerlink= $this->params->get ("xml_s5_registerlink");
is missing from the template configuration parameters.
Next, in the login module, the "Remember me" text color is set to white.
Next, in the login module, a "home.html" is added to the redirect URL when credentials are incorrect and a 404 error occurs.
Next, the system message text overlaps the images.

I love to help when I can, but I'd rather spend time working on projects and making money.  I have a feeling I'll be posting questions here soon.

Hope fixes can me made promptly.



: Re: Bug report and suggestions
: kwoolf November 18, 2008, 01:32:06 PM
Problem with "#s5_navv ul li.active a"  in suckerfish menu. Displays the "s5_na_menu_left.jpg" in the first submenu item in the first mainmenu menu item.  I've moved the menu item to menu item 2 in the mainmenu but you should fix it if you can.  Thanks!


: Re: Bug report and suggestions
: jonahh November 19, 2008, 04:00:57 PM
In response:


First, when the first menu item in the mainmenu is active and set to suckerfish, the submenu graphics are misaligned.

Not sure what you mean here, please explain more or give URL where this is occurring.

Then we have the login module that needs to be set to the cpanel position, not the icon position as stated in the demo.

The tutorial has been updated.

Next, the
Code:
$s5_registerlink= $this->params->get ("xml_s5_registerlink"); is missing from the template configuration parameters.

This has been updated

Next, in the login module, the "Remember me" text color is set to white.
Updated

Next, in the login module, a "home.html" is added to the redirect URL when credentials are incorrect and a 404 error occurs.
I am having trouble replicating this, please see our demo as this also does not occur there.  If you can post a URL of where this is occurring for you I can take a look at it.

Next, the system message text overlaps the images.

Fixed.


: Re: Bug report and suggestions
: roel November 19, 2008, 06:06:51 PM
Great work Jonah!! :)


: Re: Bug report and suggestions
: roel November 19, 2008, 06:47:03 PM
Installed the siteshaper downloaded just now, and installed it, the errors are still there:(
Did you update the package? I got this error (among others) on localhost:

window.document.location.href='
 Notice:  Undefined variable: s5_registerlink in C:\xampp\htdocs\dimitra\templates\new_architect\index.php on line 324
 '



: Re: Bug report and suggestions
: jonahh November 20, 2008, 05:59:45 PM
Ok I just took a look at the files and the template overwrote but apparently the site shaper for 1.5 didn't.  I've updated the site shaper with the above fixes.

Regards,


: Re: Bug report and suggestions
: xanluna November 20, 2008, 07:06:49 PM
Jonahh,

Can you please give us a list of the files and locations that have been fixed? I have now replaced the siteshaper 3 times and it is getting harder to keep up with all these bugs!

Thanks
Troy


: Re: Bug report and suggestions
: roel November 21, 2008, 05:13:19 AM
Thanks Jonah for the update!


: Re: Bug report and suggestions
: reivers November 21, 2008, 03:48:21 PM
can you give me also a link to that update.
I have the same problem i think.

see post reivers


: Re: Bug report and suggestions
: jonahh November 21, 2008, 04:12:38 PM
The index.php file and suckerfish.css file were updated.

Also the s5 tabs module php file was updated too to fix the white text issue.



: Re: Bug report and suggestions
: tripod0502 November 26, 2008, 11:53:25 AM
Kwoolf,

I too am having the "s5_na_menu_left.jpg" problem. Would you mind if you tell me exactly what you did to modify the menu problem? I've extensively modified my CSS and would rather fix the specific problem than to replace the file and lose my work. Thanks in advance!

Also, just to anyone out there...I've noticed that this template, after loading successfully to the homepage, destroys Internet Exploder 7 when navigating to any other page. I'd really like to know what this snippet of code in the template's index file means...

:
<?php
$br 
strtolower($_SERVER['HTTP_USER_AGENT']); // what browser.
if(ereg("msie 6"$br)) {
$is_ie6 "yes";

else {
$is_ie6 "no";
}

$br strtolower($_SERVER['HTTP_USER_AGENT']); // what browser.
if(ereg("safari"$br)) {
$is_safari "yes";

else {
$is_safari "no";
}

$br strtolower($_SERVER['HTTP_USER_AGENT']); // what browser.
if(ereg("msie 7"$br)) {
$is_ie7 "yes";

else {
$is_ie7 "no";
}
?>


I don't see any reference to the handlers used anywhere else...is this the root of the problem?


: Re: Bug report and suggestions
: roel November 26, 2008, 01:24:07 PM
This code snipped just detects the browser that is being used, nothing more nothing less. Hope that helps


: Re: Bug report and suggestions
: jonahh November 26, 2008, 02:10:20 PM
If you are having the same problem as:

http://www.shape5.com/component/option,com_smf/Itemid,75/topic,2809.0/

Add the below to the bottom of your suckerfish.css file:

:
	#s5_navv ul li ul li a {
background:none;
    color:#FFFFFF;}

Regards,


: Re: Bug report and suggestions
: tripod0502 November 26, 2008, 02:27:00 PM
I hate to say it...but that snippet of code didn't help  :(

Check out the site...

http://test05.seed-creative.com/

Any time that the active menu item has children the "s5_na_menu_left.jpg" problem pops up in Suckerfish and S5 menu options.

Thanks in advance for your help!


: Re: Bug report and suggestions
: jonahh December 01, 2008, 11:37:19 AM
Hm, can you PM FTP or Joomla super admin access?  I'll then be able to see whats up and apply a fix.  Thanks,


: Re: Bug report and suggestions
: jonahh December 03, 2008, 04:34:36 PM
Hey Guys,

If this still isn't working for you then add the below and this will fix the sub menu problems.

:
#s5_navv ul li li a, #s5_navv ul li ul li a, #s5_navv ul li li a.sub {
background:none;
    color:#FFFFFF;}

Regards,


: Re: Bug report and suggestions
: motoexpo May 09, 2011, 03:12:06 PM
Hello.
I have the same problem with the link when a user fill a wrong or right user and password in login fields.
The site is http://www.itaparts.it

The link comes back is: http://www.itaparts.it/www.itaparts.it?option=com_content&view=frontpage&Itemid=1
instead of http://www.itaparts.it?option=com_content&view=frontpage&Itemid=1

The same problem comes back with logout. The link comes back is: http://www.itaparts.it/www.itaparts.it?option=com_content

These cause 404 page error.
Any



: Re: Bug report and suggestions
: jonahh May 10, 2011, 05:02:03 PM
In the horiztonal module login folder look for the "helper.php" file open up and look for:

      
:
if($itemid =  $params->get($type)) 
{
$url = 'index.php?Itemid='.$itemid;
$url = JRoute::_($url, false);
}
else
{
// Redirect to login
$uri = JFactory::getURI();
$url = $uri->toString();
}

change it to:


      if($itemid =  $params->get($type))
      {
         $url = "http://www.itaparts.it";

      }