Jump to content

Recommended Posts

Posted
On 10/31/2024 at 5:09 PM, Matt said:

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.

Posted (edited)
18 hours ago, SoloInter said:

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
Posted
2 minutes ago, SoloInter said:

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

Posted (edited)
1 minute ago, SoloInter said:

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...