Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Please go to Dashboard -> Events -> Theme options -> click “save”
    This will regenerate CSS

    If the issue still persists:
    Dashboard -> Events -> Settings -> Advanced Settings -> Choose “Disable Zip compression”

    This will help.
    Take Care

    i too had this problem, the 1st fix worked.

    Thread Starter vmkirin

    (@vmkirin)

    It still looks terrible. I tried both fixes.
    Thanks for the quick response! Any further thoughts?
    http://03a25ea.netsolhost.com/calendar/

    You need to increase your PHP/WP memory limit.

    The CSS file http://03a25ea.netsolhost.com/?ai1ec_render_css=1403205862&ver=2.0.12 is spitting out a memory error, saying that it’s exceeding the 40MB allocated.

    You might want to use a plugin like WP-Memory-Usage to dig deeper. Using a plugin ensures that it sees the free amount of memory that WP does. Link: https://wordpress.org/plugins/wp-memory-usage/

    I’d recommend having at least 20MB free overhead, from your average reported value, to ensure that all sorts of background processes will run. I’d guess this would mean at least 64MB, or more (eg: 80MB or event 96MB). PHP >5.2.1’s default is now 128MB, but many webhosting companies reduce the memory limit so they can fit more sites on each webserver machine.

    Note: You can set memory limits in php.ini, .htaccess and wp-config.php – If you set it in wp-config.php, make sure to put the memory limit statement ABOVE the mysql authentication credentials, as this is guaranteed to set the limit correctly.

    Thread Starter vmkirin

    (@vmkirin)

    Worked – looks MUCH better. THANK YOU!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Formatting Theme’ is closed to new replies.