-
AuthorPosts
-
April 11, 2017 at 10:25 pm #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?April 12, 2017 at 5:27 am #776442Hey Qgrafica_7,
First off, thanks for using the Enfold.
May you provide the page link that`s occurring, please?
Best regards,
John TorvikApril 13, 2017 at 11:02 pm #777574Here 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.April 14, 2017 at 9:57 am #777748Hi,
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,
VinayApril 18, 2017 at 11:57 am #779217You 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.April 18, 2017 at 2:16 pm #779306Hi,
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,
RikardApril 19, 2017 at 2:49 pm #779977Hello,
I updated the template but the blank space is still there.
The account now has administrator rightsThanks
April 20, 2017 at 6:36 am #780322Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.home #after_submenu { display:none !important; }
Best regards,
RikardApril 20, 2017 at 10:18 pm #780832Thanks 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 whyApril 21, 2017 at 8:20 am #781033Hi,
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,
RikardMay 1, 2017 at 11:12 pm #786023I’m sorry, i’ve seen this only now.
Thank you very much, this workaround does the trick!May 2, 2017 at 6:44 am #786159 -
AuthorPosts
- You must be logged in to reply to this topic.