Shape 5

Joomla Templates => No1 Shopping - Club => : brunsgaard September 04, 2017, 02:00:01 AM



: Home and Intro page
: brunsgaard September 04, 2017, 02:00:01 AM
Hi

I must have messed something up. But when I click on our logo and on the menu item with alias home, I will get to the intro page, but I want that when I click on the logo, it has to be on the Intro page as it does now, but when I press the "Forside" menu item with alias home, I would like it to show the frontpage you've created on the template http://www.brunsgaard-as.com/TEST/index.php  (I've have also installed the template in a subfolder, so I could see what I did wrong.)

Hope you can help.

Thanks in advance
Thomas


: Re: Home and Intro page
: jonahh September 04, 2017, 11:21:59 AM
Hello,

To have just the logo go to the intro page you would need to edit the URL in the index.php for the logo image.  Right now its a php output so you would need to manually type in your site URL so it doesn't got to the same page as your home menu item.


: Re: Home and Intro page
: brunsgaard September 07, 2017, 02:33:55 AM
Hi

When I press the "Forside" menu item with alias home, I would like it to show the frontpage you've created.

See attached file. Now it goes to the Intro page instead.


http://brunsgaard-as.com/index.php/alu-handformsforskalling


: Re: Home and Intro page
: jonahh September 07, 2017, 11:08:22 AM
Ok I understand now. The only way to do this is with some CSS. First you'd need to create a second Forside menu item and link that to the interior page or article. Then you'd need to add the following CSS to your custom.css file to hide the actual real homepage link that takes you to the intro page:

:
#s5_nav li:first-child {display:none;}


: Re: Home and Intro page
: brunsgaard September 08, 2017, 01:49:53 AM
Hi jonahh

Thank you. That worked perfectly :)


: Re: Home and Intro page
: brunsgaard October 10, 2017, 01:17:07 AM
Ok I understand now. The only way to do this is with some CSS. First you'd need to create a second Forside menu item and link that to the interior page or article. Then you'd need to add the following CSS to your custom.css file to hide the actual real homepage link that takes you to the intro page:

:
#s5_nav li:first-child {display:none;}

Hi jonahh

I found that the mobile menu is showing the two 'Forside'.

What do I need to write instead of #s5_nav, so it will work on mobile? Of course in a new line, so I'll keep the one that work now.

Best regards
Thomas


: Re: Home and Intro page
: jonahh October 10, 2017, 10:35:10 AM
Ok try adding the following to your custom.css file:

:
body .s5_responsive_mobile_drop_down_inner ul li:first-child {display:none !important;}


: Re: Home and Intro page
: brunsgaard October 12, 2017, 12:13:57 AM
That work perfectly. Thanks once again  :)