Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #776346

    Hello,
    when i add a code block anywhere (both empty or with HTML code), the page shows a blank space. Is there any way to hide it?

    #776442

    Hey Qgrafica_7,

    First off, thanks for using the Enfold.

    May you provide the page link that`s occurring, please?

    Best regards,
    John Torvik

    #777574

    Here is the link in the private content. You can see the blank space at the bottom of the page, right before the copyright credits.
    If i move the code block somewhere else, the blank space will also move there.

    #777748

    Hi,

    It appears the Codeblock element is placed in a column or a color section? Please try to add the code block element just at the bottom of the page without any parent element.

    If you still have any issue we need to take a look at the backend please get back to us with the login credentials in private content.

    Best regards,
    Vinay

    #779217

    You can find a temporary account login in the private content.
    You can see the mentioned problem in any page (look at the published pages) but it is expecially visible in the home. If you move the text block in another place, the blank space moves with it.

    #779306

    Hi,

    First off, could you try updating the theme to the latest version (4.0.5) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Thank for the details, could you upgrade the account to admin rights as well please?

    Best regards,
    Rikard

    #779977

    Hello,
    I updated the template but the blank space is still there.
    The account now has administrator rights

    Thanks

    #780322

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .home #after_submenu {
      display:none !important;
    }

    Best regards,
    Rikard

    #780832

    Thanks for your reply.
    Adding this code solves the problem only for the home page. I tryed deleting the “.home” part and it solves the problem only in the home page and just 1 other page (“Contatti”). The other pages of the site still have the blank space, i don’t really understand why

    #781033

    Hi,

    Thanks for the feedback. Maybe you could try adding the code blocks into a Color Section element instead? Then give the Color Section an ID, for instance my-code-blocks, then you could use CSS like this:

    #my-code-blocks {
      display:none !important;
    }

    Best regards,
    Rikard

    #786023

    I’m sorry, i’ve seen this only now.
    Thank you very much, this workaround does the trick!

    #786159

    Hi,

    No problem, glad we could help and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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