Jump to content

Featured Replies

Posted

Is there a way to change the mobile footer menu?

  • Community Expert
  • Management

What do you need to change?

i assume he means to change the menu items..

  • Author
 

What do you need to change?

To change the fixed tabs. For example, I want to add a custom page there. The same issue raised by @WebCMS in the above post.

  • Community Expert
  • Management

It's not possible for v5.0 but it's a common request that we'll likely add to our roadmap.

About the footer menu on desktop. We can find theses links  privacy, contact, ... 
Is there a way to add a link ?

 

About the footer menu on desktop. We can find theses links  privacy, contact, ... 
Is there a way to add a link ?

You can create a template from Appearance > Themes > Theme Designer: Templates > Hook

Select dropdown values -> System, front/global/footer, themes, after closing tag -> and add links (<li> for consistency but can be just <a> elements too) in the Content box, like so:

<li><a href="/help/">Help</a></li>
<li><a href="/terms/">Terms</a></li>

The above will add the links after the Themes dropdown in the footer (no way to precisely position the links in the footer as there are only 4 fixed positions for the target -> before/after opening tag and before/after closing tag). These hooks will not get overwritten when we apply an update (unlike the template files in v4).

However, I haven't found a way to remove/hide existing links like Cookies in the footer (maybe use nth-child CSS and JS).

Also could not find parent-child hierarchy of themes (like it exists in v4) so we could create a parent CSS that gets shared across child themes. Please implement this in v5. Existing essential features in v4 cannot be taken away in v5. That would be a bummer.

Edited by WebCMS

Thanks a lot for your message @WebCMS , I was not aware of this way to edit template. Nice. 

On my side, I can not find the file you speak about (front/global/footer)

Could contain: Page, Text, File, Webpage

 

Thanks a lot for your message @WebCMS , I was not aware of this way to edit template. Nice. 

On my side, I can not find the file you speak about (front/global/footer)

Could contain: Page, Text, File, Webpage

 

When you select Hook Application dropdown > System, it is 4th item in the System dropdown -

Could contain: Page, Text, Electronics, Mobile Phone, Phone, File

Strange. This is all my list :

Could contain: File, Page, Text, Webpage

 

Strange. This is all my list :

Could contain: File, Page, Text, Webpage

You may be using self-hosted and not up-to-date?

In my Dashboard on IC Cloud, it says "Invision Community v5.0.0 Beta 3"

Edited by WebCMS

Ah yes, I'm self hosted. Is it a bug @Marc ?

 

Ah yes, I'm self hosted. Is it a bug @Marc ?

It may be due to an old version you are using

I'm using Beta 3...

 

Ah yes, I'm self hosted. Is it a bug @Marc ?

If you feel something isnt working, please post in the bug tracker

Custom template does not work, I reported this on this version.

You need wait the next version with the problem has resolved !

Okay okay thanks 👍

Recently Browsing 0

  • No registered users viewing this page.