• Hello all,

    I need some major help. Sometime today I did something which caused the CSS of my website to all but disappear. https://www.thepipeguys.com

    I tried reinstalling WP, my theme, deactivated all plugins, cleared cache, to no avail.

    The website looks fine when I’m logged in to it, but when I visit it from a logged out browser it looks terrible. Unfortunately my last backup was several weeks ago :/

    I would really appreciate any help with this!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Actually, it looks like you removed the CSS file all together. A quick search of the website source shows no reference to a theme CSS file at all?

    Thread Starter thepipeguys

    (@thepipeguys)

    When I check my FTP I am seeing a .CSS file there though.

    And I thought that reinstalling the theme would have taken care of an issue like that, but maybe I’m wrong. Do you have any idea what a potential solution might be?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which theme is it?

    Thread Starter thepipeguys

    (@thepipeguys)

    I switched to a different theme to see if that would shed more light and it seems like that different themes CSS is working. When I switched back to my preferred theme I got this warning:

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘woocommerce_price_filter_init’ was given in /home/pipeguys/public_html/wp-includes/plugin.php on line 406

    Warning: Cannot modify header information – headers already sent by (output started at /home/pipeguys/public_html/wp-includes/plugin.php:406) in /home/pipeguys/public_html/wp-includes/pluggable.php on line 876

    Thread Starter thepipeguys

    (@thepipeguys)

    the theme is “Forte”

    but I am using a child theme

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Switch to the original theme and see whether the issue persists.

    The theme ‘header’ or ‘function’ file should be calling to the CSS file to include it when loaded. What theme are you using?

    Thread Starter thepipeguys

    (@thepipeguys)

    I am using theme “forte”

    Thread Starter thepipeguys

    (@thepipeguys)

    could these warnings be the issue?

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘woocommerce_price_filter_init’ was given in /home/pipeguys/public_html/wp-includes/plugin.php on line 406

    Warning: Cannot modify header information – headers already sent by (output started at /home/pipeguys/public_html/wp-includes/plugin.php:406) in /home/pipeguys/public_html/wp-includes/pluggable.php on line 876

    Thread Starter thepipeguys

    (@thepipeguys)

    so I have done a bit more research and it looks like my theme header.php has a closing </head> after the wp_head(); which is supposed to call my CSS

    However, when I look at the source code that </head> tag is not there

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Website is broken when logged out! Please help’ is closed to new replies.