Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • conartstudio

    (@conartstudio)

    @graphicdop my css fix works for any plugin affected by this safari issue. Drop the code @marknjones provided into your functions file

    Here’s a quick temporary fix:

    Create a new css stylesheet and add these two styles:

    #postbox-container-2 { clear: left; }

    .index-php #postbox-container-2 { clear: none; }

    Save the style sheet to your computer. Open safari, go to settings and select advanced. Look for the setting drop down for “Style sheet:” and select the css file you just saved to your computer.

    Those are the styles that are breaking the layout. Adding it to safari’s advanced settings tab will override/add that style to the page and will fix the layout. The first style fixes the floating issue. Since that postbox-container-2 style is also used on the dashboard, adding that second line will restore the clear on the admin dashboard page. Once the plugin is update with the correct CSS, you can remove the stylesheet you added.

    You can also load those styles to the admin through you theme’s functions file if you know how to do that

    • This reply was modified 2 months, 1 week ago by conartstudio.
    Thread Starter conartstudio

    (@conartstudio)

    @rilwis, thank you!

    Thread Starter conartstudio

    (@conartstudio)

    @eddyg93, use the sanitize callback solution above. Fixes the issue.

    crashed by site as well. had to remove it via ftp in order for my site to load again.

    [Mon Feb 04 12:36:01 2019] [warn] [client 216.244.66.201] mod_fcgid: stderr: PHP Warning: require_once(…/wp-content/plugins/load-more-products-for-woocommerce/includes/functions.php): failed to open stream: No such file or directory in …/wp-content/plugins/load-more-products-for-woocommerce/main.php on line 5
    [Mon Feb 04 12:36:01 2019] [warn] [client 216.244.66.201] mod_fcgid: stderr: PHP Fatal error: require_once(): Failed opening required ‘…/wp-content/plugins/load-more-products-for-woocommerce/includes/functions.php’ (include_path=’.:’) in …/wp-content/plugins/load-more-products-for-woocommerce/main.php on line 5
    [Mon Feb 04 12:37:41 2019] [warn] [client 171.90.248.181] mod_fcgid: stderr: PHP Warning: require_once(…/wp-content/plugins/load-more-products-for-woocommerce/includes/functions.php): failed to open stream: No such file or directory in …/wp-content/plugins/load-more-products-for-woocommerce/main.php on line 5, referer: https://www.google.com/bot.html
    [Mon Feb 04 12:37:41 2019] [warn] [client 171.90.248.181] mod_fcgid: stderr: PHP Fatal error: require_once(): Failed opening required ‘…/wp-content/plugins/load-more-products-for-woocommerce/includes/functions.php’ (include_path=’.:’) in …/wp-content/plugins/load-more-products-for-woocommerce/main.php on line 5, referer: https://www.google.com/bot.html
    [Mon Feb 04 12:41:57 2019] [warn] [client 66.33.200.4] mod_fcgid: stderr: PHP Warning: require_once(…/wp-content/plugins/load-more-products-for-woocommerce/includes/functions.php): failed to open stream: No such file or directory in …/wp-content/plugins/load-more-products-for-woocommerce/main.php on line 5
    [Mon Feb 04 12:41:57 2019] [warn] [client 66.33.200.4] mod_fcgid: stderr: PHP Fatal error: require_once(): Failed opening required ‘…/wp-content/plugins/load-more-products-for-woocommerce/includes/functions.php’ (include_path=’.:’) in …/wp-content/plugins/load-more-products-for-woocommerce/main.php on line 5

Viewing 5 replies - 1 through 5 (of 5 total)