January 9, 2022 at 6:06 pm
#96046
Theme Horse Support Team
Keymaster
Sorry forgot to provide the next process for script enable.
Please go to ‘Theme Directory > functions.php’. On line no: 254 You will find the below line of code:
if ( ( is_front_page() || is_home() ) && $meta_news_settings['meta_news_top_stories_hide'] == 0 ) {
now replace the above code of line with the code provided below:
if ( $meta_news_settings['meta_news_top_stories_hide'] == 0 ) {
Thanks