Fatal Error (custom child theme style.css file corruption)

Easy Property Listings WordPress Real Estate Plugin Forums Priority Support Fatal Error (custom child theme style.css file corruption)

Viewing 5 posts - 16 through 20 (of 20 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #9248
    Merv Barrett
    Keymaster

    Also you have like 74 plugins…. Really bad to have that many Laura. Ie a plugin is making your author icons bigger. You have so much going on with that site and other plugins do things that interfere with the operation of other elements and the theme.

    Do you have an author plugin?

    #9250
    Laura
    Spectator
    This reply has been marked as private.
    #9251
    Merv Barrett
    Keymaster

    I’ve placed the author.php file in your theme which you can edit, but looks like that other Hide Author name was the issue

    #9252
    Merv Barrett
    Keymaster

    Yes avoid spaces in filenames. WordPress attempts to match filename for templates. It may decide to select a php file with a space or crap out trying to find a file.

    Just take it easy on your plugins. anymore than 20 is excessive. A lot of the plugins only do like a simple function and have a lot of overhead to do a simple task.

    Eg your image size plugin. you can achieve with one line of code in your theme functions file.

    add_image_size( 'my_800px_image', 800, 600, true );

    Back when I was a WordPress beginner i used loads of plugins until i learnt the correct way after watching hundreds of iThemes tutorials.

    #1 Avoid too many plugins
    #2 Learn lots of CSS and basic PHP
    #3 Always enable debug mode to display errors during development.
    about a gazillion other things…

    #9254
    Merv Barrett
    Keymaster

    #4 Backup Theme folder before starting and remove unused files

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 5 posts - 16 through 20 (of 20 total)
  • The forum ‘Priority Support’ is closed to new topics and replies.