Before you ask please READ THIS

Home is not working


Hello, every page that I put as main, it does not appear. How can I solve this?

link: http://omfotografia.com.br

Comments

  • AirAir
    Posts: 10,970
    Hi there:-)

    Could you enable debug mode on your WordPress? Maybe there is some PHP error?
    https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG

    With kind regards.

  • I'm sorry, I do not know what I should do now.

  • Is active
  • AirAir
    Posts: 10,970
    I think I will have to take a look cause I have no clue why such issue happens for you.

    Could you please send me temporary access to your WordPress and FTP so I could check there what is going on? Send it here on forum via private message(click on my nick, in top-right corner you will find option "Message"). In message please add LINK to topic it applies to.

    By sending access to WordPress I mean:
    -create new ADMIN account with fake e-mail
    -set some password to this account
    -send me created login and password

    With kind regards.
  • Notice: Undefined variable: is_text_content in /home/storage/c/c6/20/omfotografia/public_html/wp-content/themes/fatmoon/albums-list.php on line 124



    I got it, it came back, but this message appears, how to solve this?
  • AirAir
    Posts: 10,970
    That is great!

    I don't see this message on your page. Have you fixed it already?
  • AirAir
    Posts: 10,970
    Thanks now I see. It is small bug in theme.

    First you should disable debug mode that I asked you previously to activate.

    Next to fix this notice do such change:

    In file fatmoon\albums-list.php line ~124 change
    ?php if ( $is_text_content ) { ?>
    to
    ?php if ( $main_template && $is_text_content ) { ?>

    It will also be fixed in next update.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!