[Resolved] Can not find disable elements

Home Forums Support [Resolved] Can not find disable elements

Home Forums Support Can not find disable elements

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #446831
    John

    Hi,
    I am switching from Avada to Generate press. I have rebuilt all my pages with elementor and now i am on the verge of switching to Generate Press. I have not switched themes very often.

    I do not want a header, so i am trying to hide that with disable elements.
    I have activated thge add-on and it is nowhere to be found within the layout section.
    I have made screenshots, but just found out i can not attach them.

    BTW i would like to customize GP in the customizer exactly (With GP inactive) as i want it before switching over. Is that possible and are all addons available in the customizer when GP is not activated ?

    Thanks,
    John

    #447007
    Leo
    Staff
    Customer Support

    Hi there,

    The disable element metabox has been combined with the layout metabox: https://docs.generatepress.com/article/layout-metabox-overview/

    If you are wanting to remove the header globally, might be best to use this:
    https://docs.generatepress.com/article/generate_header/

    #447049
    Leo
    Staff
    Customer Support

    The metabox is on the Edit page screen: http://www.screencast.com/t/TDlP6wMWwW4

    You can upload screenshots like this in the future: https://postimages.org/

    #447107
    John

    Hi Leo,

    I am afraid you are not making things any clearer:
    Where can i find the Edit page screen.

    #447128
    John

    Now it begins to dawn, are you saying that something global like wanting a header or not needs to be turned on or off on a page by page basis ?
    When switching from another theme, all pages edited and done, would mean for me to open some odd 100 pages to just turn one option off. This can’t be true. Surely there must be a global option to do that.

    #447147
    Leo
    Staff
    Customer Support
    #447169
    John

    Have a look at reply i send you per separate mail:
    “The second solution you offer is no option for me. I took the premium plugin so i would not need to be diving into PHP. I do not want that”

    We can conclude this email thread: i am expecting from a premium addon that it does not force me to open all pages to disable an option, nor that i need to dive into PHP. In my opinion that should be taken care of the addon. You have done that for sidebars, why not for page headers.
    Please accept the length of this thread as my disbelief that your premium addon is organized as it is.

    Regards,
    John

    #447187
    Leo
    Staff
    Customer Support

    Global disable options are in the work ๐Ÿ™‚

    You don’t actually have to write any PHP yourself, simply copy and paste the function will work.

    Or you can use CSS if you prefer. It does the same thing, just that PHP is better:

    .site-header {
        display: none;
    }
    #447218
    John

    Hi Leo,

    Thanks for the reply and i must say that it is a real consolation that global options are in the works.
    I was wondering whether i lost the feeling of what to expect from addons and plugins.

    CSS is no problem. This line works but could you give me the definition of the pagetitle, i would like to disable that too. Its the line “Vakantiehuis in de Cevennen, Zuid Frankrijk” in following screenshot: https://postimg.org/image/hszvqk1rb/

    Thanks,
    John

    #447331
    Leo
    Staff
    Customer Support

    This should do:

    h1.entry-title {
        display: none;
    }

    Let me know ๐Ÿ™‚

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