Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #426432

    Hi there! Sorry, I realize I must ask here and not in comments on themeforest.
    I would need to create a copy of default template to make some modifications on some pages (diferent main menu and footer), but I only found template-archives.php, template-blank.php and template-builder.php, could you tell me which one is the default archive of default template? I suposse is template-builder.php, but I couldn’t find the tipical structure “template name:… ” and so on. Could you please give me a hand? It’s really important for us!

    Thanks a lot!!!

    #426729

    Hi Motiona!

    So your trying to change the menu and footer on certain pages correct? For the menu I would use this plugin, https://wordpress.org/plugins/zen-menu-logic/.

    For the footer though you could create a template to use but what I would do is just use some CSS to hide the footer on the page.

    <style type = "text/css">#footer { display: none !important; }</style>
    

    And then add a color section to your page content and set the Section colors to “Footer”. You can then add columns and widget area elements inside the color section to recreate the footer. I think this way would be a lot easier.

    Best regards,
    Elliott

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