• Resolved Hooman

    (@whoman)


    Hi
    since the object cache has been activated. According to the object cache, the site header is removed and is displayed again by clearing the cache.

    i used woodmart theme. and header build with header builder.

    how can i fixed this issue?

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    by clearing the cache you mean clear the object cache ?

    this probably indicates you need to find the cache group to exclude it from object cache

    check the theme files , looking for code like wp_cache_set( ...) or `wp_cache_add( … ) , the 3rd argument will be group , e.g.

    wp_cache_set($key, $data , $group)

    the 3rd one is the group name you need to grab , and add into do not cache group in object cache setting

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘hide header’ is closed to new replies.