Shape 5

Joomla Templates => No1 Shopping - Club => : brunsgaard June 22, 2017, 03:20:24 AM



: Logo, menu, register and cart
: brunsgaard June 22, 2017, 03:20:24 AM
Hi Shape5

I have a few questions about things I can not solve myself. I have spent several hours and Firebug on it.  :)

First
When I'm at the top of the page, it appears, but I scroll down, so the logo disappears, but the menu flows down. Can I make some settings so that the logo comes with?

2nd
How do I remove the registry button. I have unpulished it in modules, but the button still appears. How do I remove it?

Third
Can I also get that bar where there is social media and seek to follow down like the main menu?

4th
Can I remove the cart and replace it with the MailChimp function?

The website we are using now is also a Shape5 template, and it worked well to make it, but this template is a bit tricky.  ;)


: Re: Logo, menu, register and cart
: jonahh June 22, 2017, 01:25:09 PM
Hello,

1. Can you post a URL of this so I can see this live?

2. Under the General tab of Vertex just remove the text for it and leave it blank and save.

3. This would require custom coding.

4. This also would require custom coding to achieve.



: Re: Logo, menu, register and cart
: brunsgaard June 26, 2017, 01:05:49 AM
Hi again

On your template demo you can't see the logo at the top. It only showes when you scroll down the page.

On my template the logo shows, but it disappears when I scroll down the page. What should I do to always show it together with the top menu?

Here is the link: http://brunsgaard-as.com/

// Thomas


: Re: Logo, menu, register and cart
: jonahh June 27, 2017, 10:42:47 AM
Ok I believe its caused by the following in the template.css file. Just remove this:

:
#s5_logo_and_options_inner #s5_menu_wrap .s5_logo, #s5_logo_and_options_inner #s5_menu_wrap .s5_logo_module {
    display: none;
}


: Re: Logo, menu, register and cart
: brunsgaard July 03, 2017, 01:52:22 AM
Hi Jonahh

If I do that. It shows the logo twice next to each other and when I start to scroll down, it only show the logo once.

http://brunsgaard-as.com/

//Thomas


: Re: Logo, menu, register and cart
: jonahh July 03, 2017, 02:27:15 PM
Ah I see the issue, you just need a class on your image since you are using via a module. Just a

:
class="s5_logo" 

should do it.


: Re: Logo, menu, register and cart
: brunsgaard July 04, 2017, 01:20:30 AM
It solved it  :) Thanks.