Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Gysbertus11

    (@gysbertus11)

    Sorry, I was a bit rud. I have been using Customizr for +5 years on another website. I build it, it works great. My new Hobby project is starting to take shape and I require a couple of pages that are empty. No header, no menu, etc.

    Hi Gysbertus,
    ?
    To remove header, menu etc, you can try taking advantage of tools such as Inspect or Firebug which can aid in customizing. These are useful 3rd party tutorials on how to go about using Inspect.
    ?


    https://developers.google.com/web/tools/chrome-devtools/inspect-styles/
    ?
    Thank you!

    Thread Starter Gysbertus11

    (@gysbertus11)

    Many many Thanks, I will work through this. When I have identified the elements that I need to change, how do I progress?
    1) I have created a Child Theme
    2) I copied the index and renamed it to page-custompage.php
    3) Add the code so that it becomes a custom template.
    I can now get a blank page if I delete all the code apart from the template code ??
    Naturally, I feel great but lose all the value of Customizr :(. I worked through the snippets on the website and the discussion there. Followed the links to the codex ….. into the dark arts ;).
    The plugin that I want to use is ProfileGrid with Customizr. The webpage, if you want to have a look is: https://miningmet.ru/pm_profile/
    As you can understand, I don’t want to lose any of the power of Customizr, just the heading as it is not needed when the team is in the community plugin.

    Again thank you

    Thread Starter Gysbertus11

    (@gysbertus11)

    Emranemranx thanks for your input!!! Continuing on my journey through these dark arts. After lost of YouTubing, Googling, etc. I used the following code in Modern Theme setting, Child Theme, style.css:
    https://miningmet.ru/pm_profile/ Page ID = 2169
    .page-id-2169 .tc-header:not(.header-transparent) {
    box-shadow: 0 2px 2px rgba(102,102,102,.08);
    display: none;
    }
    .page-id-2169 .page-breadcrumbs {
    margin-top: 2em;
    margin-bottom: 2em;
    display: none;
    }
    https://miningmet.ru/pm_registration/ Page ID = 2165
    .page-id-2165 .tc-header:not(.header-transparent) {
    box-shadow: 0 2px 2px rgba(102,102,102,.08);
    display: none;
    }
    .page-id-2165 .page-breadcrumbs {
    margin-top: 2em;
    margin-bottom: 2em;
    display: none;
    }
    The first two works but the last two do not work. What am I missing?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Creating a Blank Page’ is closed to new replies.