• Resolved jayjay2015

    (@jayjay2015)


    Hi Daniel,

    i’m recently using your plugin for a site, and everything works fine so far.

    The only problem i have is the add_filter( 'a-z-listing-add-styling', '__return_false' ); that doesn’t work. I have added it in the function.php, but i doesn’t seems to work , because i still have the “a-z-listing-default.css” called in my header.

    I’m using az listing within a page via a shortcode, not the php method.

    Is there a way to completly remove the default css ?

    Cheers,

    PS: there is a folder called “Test” in the plugin. Can we erase it ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Yeah, that’s my bad, the hyphens in the filter name a-z-listing-add-styling need to be underscores:

    add_filter( 'a_z_listing_add_styling', '__return_false' );

    I need to fix the filters and actions to work with either hyphens or underscores.

    • This reply was modified 6 years, 8 months ago by Dani Llewellyn. Reason: add code tags
    Thread Starter jayjay2015

    (@jayjay2015)

    Thx, it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing the default css’ is closed to new replies.