• Resolved indiatrotter

    (@indiatrotter)


    Dear team,

    I am getting the below fatal error when I click the plugin menu on the left hand panel of WP. Kindly help me with a resoltion

    Fatal error: Uncaught ArgumentCountError: Too few arguments to function yydev_show_pages_id_admin_notice(), 0 passed in /home2/indiafij/public_html/wp-content/plugins/ml-slider/ml-slider.php on line 191 and exactly 1 expected in /home2/indiafij/public_html/wp-content/plugins/show-posts-and-pages-id/notices.php:71 Stack trace: #0 /home2/indiafij/public_html/wp-content/plugins/ml-slider/ml-slider.php(191): yydev_show_pages_id_admin_notice() #1 /home2/indiafij/public_html/wp-includes/class-wp-hook.php(324): MetaSliderPlugin->filter_admin_notices(”) #2 /home2/indiafij/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #3 /home2/indiafij/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /home2/indiafij/public_html/wp-admin/admin-header.php(267): do_action(‘in_admin_header’) #5 /home2/indiafij/public_html/wp-admin/admin.php(239): require_once(‘/home2/indiafij…’) #6 {main} thrown in?/home2/indiafij/public_html/wp-content/plugins/show-posts-and-pages-id/notices.php?on line?71

    There has been a critical error on this website. Please check your site admin email inbox for instructions.

    Learn more about troubleshooting WordPress.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter indiatrotter

    (@indiatrotter)

    Dear @rochdesigns

    The code

    .metaslider .slides img {
    border-radius: 0 !important;
    }

    does not serve my purpose. I deliberately used the code to round off the edges for better visual appeal. My aim is to get rid of that blackish part on the 4 corners, while keeping the rounded edges. So instead of the black, it should have the background page color.

    https://snipboard.io/tqwk4K.jpg

    Initially the blackish background didnt show and it was fine. Then those blackish corners showed up one day…when I went to debug, that when I found the “Fatal error” code.

    Can I change the color of those blackish corners to the one in the page background?

    Kind Regards

    Plugin Contributor rochdesigns

    (@rochdesigns)

    Hi @indiatrotter if that’s the case, please add this CSS to make the black color transparent:

    #metaslider_49471 {
    background-color: transparent;
    }
Viewing 2 replies - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.