Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #370934

    I’m currently using the code block to enable a per-page chat script, and it’s working fine, but the code block is generating a space (or new section). Even though there is nothing there to generate that space…

    Is there any way to hide that?

    If you don’t know what I am talking about you can visit http://priorityev.info/donate/ and it’s at the very bottom underneath the contact form!

    • This topic was modified 9 years, 11 months ago by SeizeTheBeat.
    #370976

    Hi,

    your link is not working. Please make sure it’s correct.

    cheers

    #371020

    Hey!

    Try setting this class to the code block – http://screencast.com/t/gV2Qw2qlYLhF

    Regards,
    Josue

    • This reply was modified 9 years, 11 months ago by Josue.
    #371031

    Unfortunately, adding that class did not work :(

    Here is the link (Last one I typed incorrectly): http://priorityev.info/donate/

    Do I need to do anything in the Quick CSS to get the “hidden” class working properly?

    #371057

    I see, try the following; wrap the code block with a separate color section and put the hidden class to the color section instead.

    #371088

    Yet again it did not work :(

    Still visible, and now it’s showing the space for the footer (That was hidden in this page’s options).

    #371092

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #371097

    My website has two step authentication…so…I am going to setup an account for you, and when you log in…it’ll ask for a authentication method. Just pick “Duo Push Notification”, and it will send me a notification (I will approve within 30 seconds).

    I’ll post the login info here…once I’ve finished the account.

    #371099
    This reply has been marked as private.
    #371168

    Hey!

    Check it now, needed to add this to Quick CSS:

    .hidden {
    position: absolute !important;
    }

    Best regards,
    Josue

    #371189

    Awesome!

    Do I still need to add it in the color section, or will the separate code block work by itself?

    #371196

    Yes, add hidden to the color section, not to the code block.

    #371211

    Awesome! Thanks for helping me out.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Removing the space of a Code Block’ is closed to new replies.