• Beth

    (@pedalkraft)


    (I’ve also raised this issue with the theme creators but am thinking that it’s not actually a theme issue.)

    I’m having an issue with my website’s home page, which is that it’s not displaying correctly since I moved hosting. The theme supports widgetised page areas, but on the front-end these simply display a shortcode instead of the widgets.

    This is only happening on my home page – other pages are displaying widgets just fine.

    I’ve disabled all plugins – doesn’t solve the problem. I’ve reverted to default theme and reinstalled this one (Make + Make Plus) – still no joy.

    From reading around, I’m thinking this could be a htaccess file problem. If so, can anyone explain to me what it would be that I’m looking for and how I should approach fixing this?

    Sorry to be so vague – I’m completely stumped!

    Thanks so much.

Viewing 1 replies (of 1 total)
  • Thread Starter Beth

    (@pedalkraft)

    Here’s what’s in the .htaccess file currently:

    # Use PHP5.4 as default
    AddHandler application/x-httpd-php54 .php

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    The website address is http://flaxandgold.com – but there’s a holding page up right now so it can’t be viewed.

Viewing 1 replies (of 1 total)
  • The topic ‘Home page not displaying correctly – htaccess issue?’ is closed to new replies.