Search…

X3 Photo Gallery Support Forums

Search…
 
lecraft
Topic Author
Posts: 6
Joined: 07 Apr 2017, 07:20

How to remove the bottom menu?

25 May 2017, 03:30

 How to remove the bottom menu? As on this site sonsnap.com
Attachments
111.jpg
111.jpg (90.89 KiB) Viewed 3174 times
 
User avatar
GGANG
Experienced
Posts: 122
Joined: 02 Feb 2012, 11:01

Re: How to remove the bottom menu?

25 May 2017, 06:32

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>
-->
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: How to remove the bottom menu?

25 May 2017, 09:11

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.
 
lecraft
Topic Author
Posts: 6
Joined: 07 Apr 2017, 07:20

Re: How to remove the bottom menu?

25 May 2017, 10:38

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)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: How to remove the bottom menu?

25 May 2017, 11:31

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
 
lecraft
Topic Author
Posts: 6
Joined: 07 Apr 2017, 07:20

Re: How to remove the bottom menu?

25 May 2017, 12:16

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: How to remove the bottom menu?

25 May 2017, 13:00

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: How to remove the bottom menu?

25 May 2017, 13:02

Then remove the stuff you added earlier.
 
lecraft
Topic Author
Posts: 6
Joined: 07 Apr 2017, 07:20

Re: How to remove the bottom menu?

25 May 2017, 13:28

Thank you so much. 

Is it possible to remove it? http://savepic.ru/14147636.jpg
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: How to remove the bottom menu?

25 May 2017, 15:23

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.