Error message at top of page

Support Area Forums Live Error message at top of page

Viewing 7 posts - 1 through 7 (of 7 total)
URL to the page in question:
  • Author
    Posts
  • #11245
    Edward Garrett
    Participant

    Bill,
    I installed the Live theme and imported the sample data live.xml. I have the following error message at the top of the page:
    “Warning: Illegal string offset ‘face’ in /homepages/10/d169418936/htdocs/housing/wp-content/themes/live/includes/fonts.php on line 123”

    I have completely removed the theme via http://ftp.; renamed it and installed it again with the sample data. I got the same result.

    The site address is:
    http://housing.anewwayoflife.org/

    Your assistance is appreciated. Thank you.

    Ex

    #11246
    Edward Garrett
    Participant

    Bill,
    Also, on this page http://housing.anewwayoflife.org/ , I would like to have the “more” link at the end of the widget content area that links to the rest of the content, like the the posts handle “the rest of the story”.

    i.e.
    Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo …Read more

    Thanks, Bill
    Ed

    #11249
    Bill Robbins
    Moderator

    Ed,

    You’ll want to edit your wp-config.php file and find this spot (if it’s in there):

    
    define('WP_DEBUG', true);
    

    and replace it with this:

    
    define('WP_DEBUG', false);
    

    That should take out the unnecessary error message.


    You can also add in a link to your text widget to direct your users to the URL of your choice. Just paste this where you’d like to have the link:

    Just replace the http://yourlink.com with the URL you’d like to link to and Link Text with the text you’d like to turn into a link.


    Hope that helps out. Let me know if you have any trouble,
    Bill

    #11267
    Edward Garrett
    Participant

    Hi Bill,
    When I opened my wp-config.php file, it was already set to “define(‘WP_DEBUG’, false);”
    I think I need a different solution.
    Thanks.
    Ed

    #11274
    Bill Robbins
    Moderator

    You can always go to the Styling tab of the theme options page, scroll down to the bottom and check the box to disable Google fonts. That will prevent the message from displaying.

    #11315
    Edward Garrett
    Participant

    Hi Bill,
    I disabled Google fonts. The message is still displaying.
    Help!
    Thanks.
    Ed

    #11316
    Bill Robbins
    Moderator

    You can remove this line from your functions.php file:

    
    	include(get_template_directory()."/includes/fonts.php");
    
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Error message at top of page’ is closed to new replies.