fbpx

Home Forums Booster Plus Customer Forum Booster breaks Yith’s plugins

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46785
    MRP Service
    Participant

    I want to report a bug that prevents the correct functioning of the control panel in some Yithemes plugins when “Booster for Woocommerce” is also installed and active.

    Among the styles that your plugin loads globally (for all WordPress) there is one that modifies the #wpfooter identifier, through the file: booster-plus-for-woocommerce/includes/css/wcj-admin.css

    #wpfooter {
    position: relative;
    }

    In contrast, the WordPress style sheet uses an absolute position.

    It would be great to limit its loading only to the pages of the plugin itself wcj-dashboard, wcj-plugins, wcj-general-settings, wcj-tools to avoid interference.

    #46791
    David G
    Participant

    Hi @abrazoazul ,

    Thanks for reaching out to us.

    Please add the below CSS to the custom CSS module and enable the module.

    #wpfooter{
    position: absolute !important;
    }

    #46792
    MRP Service
    Participant

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.