Hustle Pro X icon issue with slide-in

I have a slide-in setup on my homepage on exit content, but clicking on x redirects me to another site.

  • Adam
    • Support Gorilla

    Hi Sean Christman

    I hope you’re well today and thank you for your question!

    The reason for the issue is an error in your theme code. There’s this exact line in the “footer.php” file:

    Proudly hosted by Slamdot.

    There’s an “a” (so a “link” ) HTML tag opened there but it’s not closed and that cases pretty much everything below it becoming that link to that site.

    To fix it, simply edit “footer.php” file of your theme and adjust the code to close the “a” tag, like this:

    Proudly hosted by Slamdot.

    This will fix the “X icon issue”. Note please: if there’s any cache on site/server you might need to clear it after making change.

    Best regards,
    Adam