Forum Support

Shape 5
March 29, 2024, 04:29:54 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: 1 [2]
  Print  
Author Topic: Bug report and suggestions  (Read 1325 times)
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #15 on: 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.

Code:
#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,
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
motoexpo
Jr. Member
**
Offline Offline

Posts: 21



« Reply #16 on: 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

Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #17 on: May 10, 2011, 05:02:03 PM »

In the horiztonal module login folder look for the "helper.php" file open up and look for:

      
Code:
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";

      }
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.