Jupiter Artbees Theme WP Super Cache Does not Work, How to fix?

View QuestionsCategory: QuestionsJupiter Artbees Theme WP Super Cache Does not Work, How to fix?
admin Staff asked 4 years ago

Enabled wp super cache, but a cache page never shows up

(Source does not say Cached by WP Cache)

1 Answers
Best Answer
admin Staff answered 4 years ago

Comment out these two lines; it should work:

./public_html/wp-content/themes/jupiter/framework/functions/dynamic-styles.php:800: if ( !defined( 'DONOTCACHEPAGE' ) )
./public_html/wp-content/themes/jupiter/framework/functions/dynamic-styles.php:801: define( 'DONOTCACHEPAGE', true );

After the fix your page should show

<!-- Dynamic page generated in #### seconds. -->
<!-- Cached page generated by WP-Super-Cache on [date time stamp] -->

<!-- super cache -->