Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1305996

    Dear Enfolders,
    I’m trying to not display the tabs „Blog Title, Portfolio, Categories and Pages“ of the template-archives.php. I just need the monthly tab. CSS didn’t work and neither did cutting code pieces out of the template. Please help!

    https://www.feuerwehr-marchtrenk.at/website_neu/einsatzarchiv/#tab-id-5

    Thanks in advance
    Andreas

    #1306003

    Dear folks from ENFOLD,

    I just found out by myself. :)

    (I made the same tiny mistake with a selector all over again.)

    Topic closed by user!

    #1306005

    Actually I didn’t solve the whole problem.

    Please have a look into it!

    Thanks
    Andreas

    (P.S.: Topic reopened by user.)

    #1306171

    Hi,

    Thank you for the inquiry.

    Are you trying to remove the default widgets in the sidebar? Try to add this filter in the functions.php file.

    
    add_filter( 'avf_show_default_sidebars', '__return_false', 10, 1);
    

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.