• Resolved truthscoop

    (@truthscoop)


    Hello Boxzilla. First off, what a great plugin. Easy to customize without coding and seems light weight.

    What I am using your plugin for is a simple ‘Like Us on Facebook’ type box that is centered and shows up on pages after about 15-20 seconds. (https://thetruthscoop.com/)

    I’d really like to change the close icon to text stating something along the lines of “I’ve already liked your page.” or even a small “I’ve already liked your page.” .png image.

    Either would be great. Is it possible? I would appreciate the help if it’s not too much trouble.

    P.S. I’m rating this plugin 5 stars either way because I truly appreciate your work creating Boxzilla plugin – and hopefully soon enough will upgrade to Pro.

    Thanks for any help and/or response.

    https://www.ads-software.com/plugins/boxzilla/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter truthscoop

    (@truthscoop)

    Okay, I figured how to change the text and have styled it using a span tag. If you know a better way please let me know but even still it works great as it is now.

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    You can hide or change the close icon by adding a filter (in PHP code) to your site.

    add_filter( 'boxzilla_box_close_icon', '__return_empty_string' );

    Then, I would include the following text with link in your box content.

    <a href="javascript:Boxzilla.dismiss();">I've already liked this page</a>

    Hope that helps. If not, let me know!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change close button to text’ is closed to new replies.