• If I make a new page I can choose builder template or standard template…
    My question is: how can I make sure the standard template is, well, the standard?
    By that I mean, that if I make a new page it is set to the standard template and not the builder template?

    I am making a child theme, so no problem if there is not a simple setting but if I need to change something in my templates or functions file.

    I hope someone can help!!

Viewing 1 replies (of 1 total)
  • Thread Starter omniafausta

    (@omniafausta)

    Ok, one step further, I found the line that makes it so, thanks to the comments added in the theme (thanks for good commenting :D)

    // Builder template is selected by default
    self.cache.$pageTemplate.val(‘template-builder.php’);

    in edit-page.js

    My problem is solve by removing that line in the theme itself.
    But of course that’s not the way to go.

    So: Now to find out how to override this in the childtheme!
    Never did javascript in a childtheme before… Any tips?

Viewing 1 replies (of 1 total)

The topic ‘builder template vs standard template’ is closed to new replies.