• Resolved ibiza69

    (@ibiza69)


    Hi, after todays plugin update, there is an image that can′t take off at footer, making our menus be behind the image. We just don′t want that image to show there, what can we do please? This is the image: https://imgur.com/7nKwQwt (promoting the plugin).

    Please help needed to know how to take it from our website. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Suresh Chand

    (@sureshchand12a)

    Hi ibiza69,

    You can disable branding by using below code. You can paste the below code on theme’s functions.php file.

    add_filter("adb/branding", function($branding){
        return false;
    });

    Thanks

    Thread Starter ibiza69

    (@ibiza69)

    Good morning @sureshchand12a and thank you for the snipped ??

    Have a very nice day and thank you for your attention.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After Update in Footer Appeared a Plugin Promoting Image’ is closed to new replies.