Page 1 of 1

How to remove the bottom menu?

Posted: 25 May 2017, 03:30
by lecraft
 How to remove the bottom menu? As on this site sonsnap.com

Re: How to remove the bottom menu?

Posted: 25 May 2017, 06:32
by GGANG
You can see it on SETTING > Footer > Custom Footer
Try comment that code as below. ( Just move --> to cover the code you want to hide. )
Code
<!-- ICON BUTTONS START 
<div class="icon-buttons hover-color hover-title">
  <a href="https://www.facebook.com/imagevue"></a>
  <a href="https://plus.google.com/+imagevue"></a>
  <a href="https://twitter.com/imagevue"></a>
  <a href="/contact/" title="Contact me"></a>
-->

Re: How to remove the bottom menu?

Posted: 25 May 2017, 09:11
by mjau-mjau
lecraft wrote: How to remove the bottom menu? As on this site sonsnap.com
If you want to entirely DISABLE the footer, best way to do it is to go to panel > settings > custom > Custom CSS:
Code
.footer {
  display: none !important;
}
Warning

Only licensed X3 websites can remove the footer. Non-licensed X3 websites will display a warning if hiding the footer, as it is part of the X3 authorization process.

Re: How to remove the bottom menu?

Posted: 25 May 2017, 10:38
by lecraft
Thanks for the help, but i need to remove everything.
So that only a photo. As on this site sonsnap.com (https://ibb.co/cE4R0v)

Re: How to remove the bottom menu?

Posted: 25 May 2017, 11:31
by mjau-mjau
That is not a menu, but part of the page FOLDERS module. It always displays if the page has child folders, unless you HIDE it.

If you want to remove it from the SAMPLE index page, just go to panel > index page > settings > folders, remove "folders assets" item that points to the galleries folder:
Image

Re: How to remove the bottom menu?

Posted: 25 May 2017, 12:16
by lecraft
Sorry for google translator. 
I used the code and Hide Folders Module
.footer {
  display: none;
}
I still have a streak http://savepic.ru/14103584.jpg
My site is lecraft.ru

Re: How to remove the bottom menu?

Posted: 25 May 2017, 13:00
by mjau-mjau
Sorry, but what are you trying to do? You want to remove EVERYTHING except the slideshow? That is simple. From panel, go to INDEX page > settings > gallery > slideshow layout. Make sure to check "hide context" and "hide footer".
Image

Re: How to remove the bottom menu?

Posted: 25 May 2017, 13:02
by mjau-mjau
Then remove the stuff you added earlier.

Re: How to remove the bottom menu?

Posted: 25 May 2017, 13:28
by lecraft
Thank you so much. 

Is it possible to remove it? http://savepic.ru/14147636.jpg

Re: How to remove the bottom menu?

Posted: 25 May 2017, 15:23
by mjau-mjau
lecraft wrote:Is it possible to remove it? http://savepic.ru/14147636.jpg
Sorry no. This is part of your browser and OS settings, which decide if the scrollbar should be visible. On Mac and all mobile devices, the scrollbar will not display.