Minimal2023 modify

Designvorlagen
Post Reply
janfi
Posts: 11
Joined: Mon 13. Jun 2016, 20:00
Location: Jura-France

Minimal2023 modify

Post by janfi »

Hello,

I have tried the template simple2023 to my site and I like it but I wish to remove the Submenu below the articles. I have looked into edit templates files, tried some things but with no succes.

I'm not very familiar with html/css, I use to program in c++/perl/pascal

Can someone help me please ?

thanks
Janfi
Last edited by janfi on Fri 28. Jul 2023, 09:26, edited 1 time in total.
Gert
Posts: 2092
Joined: Sun 18. Nov 2012, 14:18

Re: Minimal2023 modify

Post by Gert »

janfi wrote: Fri 28. Jul 2023, 08:19 I have tried the template simple2023 ...
Sorry, but I don't know a template "simple2023", please give us a link,

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
janfi
Posts: 11
Joined: Mon 13. Jun 2016, 20:00
Location: Jura-France

Re: Minimal2023 modify

Post by janfi »

Sorry, the name is Minimal2023 :oops:
Gert
Posts: 2092
Joined: Sun 18. Nov 2012, 14:18

Re: Minimal2023 modify

Post by Gert »

Remove that from template.htm:

Code: Select all

<nav class="tplge_subsibmenus">
<?php echo tf_submenu();?>
<?php echo tf_siblingsmenu();?>
</nav>
Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
janfi
Posts: 11
Joined: Mon 13. Jun 2016, 20:00
Location: Jura-France

Re: Minimal2023 modify

Post by janfi »

it works perfectly,

Danke Gert !
janfi
Posts: 11
Joined: Mon 13. Jun 2016, 20:00
Location: Jura-France

Re: Minimal2023 modify

Post by janfi »

Hello,

Because my site is essentially made with tables of words (english and french) I was looking on the web a way to make nicer tables than the standard ones and I found this link :
https://codepen.io/geoffyuen/pen/DZxEKy

I add the css part to the end of steelsheet .css and I copied the html example on my site at the end of one page.

But it doesn't work, I presume that an @import is not satisfied.

Can someone help me please, with some explanations to understand for next time please ?

Thank you
Janfi
Gert
Posts: 2092
Joined: Sun 18. Nov 2012, 14:18

Re: Minimal2023 modify

Post by Gert »

Hi janfi,

again: no link - no help.

Nobody will search your older posts, to find perhaps a link to your website, and then search your website for the mentioned problem. Make it easy for us to help you - and you will get help ;)

Nobody can analyse your problem without having a look about it,

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Post Reply