PRODUCTS IN SHOP – ERROR

Support Area Forums Elite PRODUCTS IN SHOP – ERROR

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #32484
    Jiří Bernát
    Participant

    Hi Bill,
    I hope you are fine.

    See this page: http://www.olivace.cz/shop/
    I updated everything, but I don´t know where is the problem.

    Can you help me?

    Many thanks.

    Jiri

    #32485
    Bill Robbins
    Moderator

    Good Morning Jiri,

    Those look like PHP warnings which generally you don’t want to display unless you’re working on code. WordPress has a debug mode that may be enabled. Here’s how to check:

    1. Using the file browser in your web host’s control panel or a FTP program go to the root directory of your WordPress site. It should have folders in it named wp-admin, wp-includes, and wp-content.
    2. Find a file there named wp-config.php and edit it.
    3. Look for this line:
      
      define( 'WP_DEBUG', true );
      

      and change the true to false. If you don’t see that line, add it at the bottom of the file set to false.

    4. Save your changes.

    Let’s also do this. Go to the theme options page and choose the Content tab. Look for the spot where you can select the products per row and choose one of the options there. The default is “4”. Save your changes. Even if you don’t change the number, save your changes.

    See if that doesn’t suppress the warning for you.

    Let me know if you run into trouble,
    Bill

    #32537
    Jiří Bernát
    Participant

    Finally it is ok.

    Thank you again.

    J.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘PRODUCTS IN SHOP – ERROR’ is closed to new replies.