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

    Dear Folks,
    To create a perfectly blank page, do I need to add a file to the directory that contains the page templates through FTP?
    I assume that if I create my own template they will not be overwritten when the theme is updated?
    This will save me from creating/activate a child theme.
    Is this possible to create my own blank page directly from the Enfold theme options?
    Many thans for your help.
    Best regards,
    James

    #1476372

    Hey James,

    Thank you for the inquiry.

    It’s not possible to create a blank template in the theme options, but you can select the existing Blank – No Header, No Footer template in the Page > Template settings. If you want to create your own template, you can use the enfold > template-builder.php file as a reference. Please check the screenshot below.

    View post on imgur.com

    Best regards,
    Ismael

    #1476414
    This reply has been marked as private.
    #1476482

    Hi,

    Thank you for the update.

    If you need to prevent the page from scrolling on “accueil-01”, please add this css code:

    #top.page-id-2341 {
        max-height: 100vh;
        overflow: hidden;
        display: block;
        height: calc(100vh - 50px);
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    Best regards,
    Ismael

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