Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #907945

    Hey,

    1. Do you know why I have this error text below the socket?
    http://www.hotelladdict.se

    2. Also, I don’t want the extra dotted line.

    What shall I do?

    Thanks!
    Charlotte

    Socket error

    #907989

    Hey Charlotte,
    Do you have a custom function in your functions.php called “av_custom_iframe_height”? Seems to be an error, try removing it to see if it clears your error message.

    Best regards,
    Mike

    #908055

    Great, thanks Mike :)
    I deleted: add_action(‘wp_footer’, ‘av_custom_iframe_height’); and now it looks good again.

    2. I want to keep the dotted line between the blog posts but I don’t want the extra line2 extra lines in the end of the page.
    I want to remove the dotted line under the numbers 1 2 3 4
    and the one before the socket

    What code can I add?

    Thanks
    Charlotte

    #908065

    Hi Charlotte :)

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .home #after_full_slider_1 .post-entry {
        border: none;
    }
    

    Best regards,
    Yigit

    #908074

    Great, thank Yigit :)

    #908077

    Hey!

    You are welcome Charlotte! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Error text in footer’ is closed to new replies.