• Resolved Zee

    (@gphx)


    My website theme does not load at all on the front-end. The theme itself is fine – no errors, I can see style.css when I check its URL, all seems in order. But the website is stripped of all styling and is just plain text and HTML.

    What’s causing the issue?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Without seeing it, hard to know…

    What theme is it?

    Do you have this problem with all themes?

    Have you tried deactivating plugins to see if any are causing this?

    Link to your site?

    Thread Starter Zee

    (@gphx)

    Ah, it seems to be a plugin-related issue. Will have to manually pinpoint the issue.

    Thanks WPyogi!

    I’m not very sure about the problem. However; in the past, I’ve faced a similar problem where I lost the look and feel of the site. If this is a custom developed theme, I request you to check with index.php file and see if everything is working fine.

    Ex: index.php works with the code flowing like <?php header();…, and something like that and check if you’ve not missed any tags in header.php file if you’ve called them.

    Please do check if this theme is working by installing wordpress on wamp server as per your preferences. If it does work fine, check with the theme on the site now and hope it should be working fine. If possible, provide the url so that something can be better described.

    There might be a case, where your style url is http://www.site.com/style.css and you might be calling http://www.site.com/style2.css accidentally. Hope this helps and look forward to hear from you soon.

    Thread Starter Zee

    (@gphx)

    I’ve deactivated all plugins and the theme now works properly – however, I now get an error related to functions.php;

    Warning: explode() expects parameter 3 to be long, string given in /home/cpanel/public_html/wp/wp-content/themes/genesis-sample/functions.php on line 70

    Warning: array_walk() expects parameter 1 to be array, null given in /home/cpanel/public_html/wp/wp-content/themes/genesis-sample/functions.php on line 77

    Warning: in_array() expects parameter 2 to be array, null given in /home/cpanel/public_html/wp/wp-content/themes/genesis-sample/functions.php on line 88

    Setting my functions.php back to its default state gives me more errors.

    Since that’s a commercial theme, you’ll need to ask StudioPress for help with any problems – as these forums aren’t able to support commercial themes.

    Thread Starter Zee

    (@gphx)

    Thanks anyway, appreciate it! Will contact StudioPress for support and will post an update if/when resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Theme not working’ is closed to new replies.