Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Alexey Golubnichenko

    (@agolubnichenko)

    Hi, go4broke

    Sorry, but I have no any suggestions.
    If it’s necessary for you, I need temporary access to admin panel of your website if it is possible where I can see the issue.
    Unfortunately, I can’t to guess the problem blindly.

    With kind regards
    Alexey

    Thread Starter go4broke

    (@go4broke)

    Is there a private section to share your access?

    Plugin Author Alexey Golubnichenko

    (@agolubnichenko)

    Please use the contact form here:

    https://www.profosbox.com/ask-a-question-to-developer/

    Plugin Author Alexey Golubnichenko

    (@agolubnichenko)

    Hi, go4broke

    I checked your issue with visual constructor in the FA Collection Plugin.
    You has conflict of the two CSS files:

    1) ./wp-content/plugins/agp-font-awesome-collection/assets/libs/colorbox/colorbox.css – that is CSS from “colorbox” library in my plugin.
    2) ./wp-content/plugins/zendesk/css/colorbox.css – that is CSS from “colorbox” library in other plugin.

    For fixing this issue you can add in ‘functions.php’ of your current active theme next code:

    add_action( 'wp_enqueue_scripts', 'f27923568_dequeue', 99 );
    function f27923568_dequeue () {
        wp_dequeue_style( 'colorbox-css' );
    }

    With kinds regards!
    Alexey

    Plugin Author Alexey Golubnichenko

    (@agolubnichenko)

    Hi, go4broke

    Do you have any news about your issue?
    Can I resolve this topic now?

    Alexey

    Plugin Author Alexey Golubnichenko

    (@agolubnichenko)

    Currently I mark this topic as resolved. If you have other questions or comments you can reopen this topic or create a new one.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No content in dropdown’ is closed to new replies.