needitnow
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Issue with 'Next' ButtonThank you Tobias
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Issue with 'Next' ButtonHi Tobias,
Thank you for your quick response.
Please check the page link http://www.needitnow.in/latest-coupons-and-deals-of-all-stores/ and help.
Forum: Themes and Templates
In reply to: [MesoColumn] Error While Commenting on PostsResolved
Forum: Themes and Templates
In reply to: [MesoColumn] Error While Commenting on PostsThank you Richie!
Its workingForum: Themes and Templates
In reply to: [MesoColumn] Error While Commenting on PostsHi Richie
I found the following code, but $showOnHome not found.
/* check parent and child theme for hooks-functions.php */
if( is_child_theme() && ‘mesocolumn’ == get_template() && file_exists( get_stylesheet_directory() . ‘/lib/functions/hooks-functions.php’ ) ) {
include( get_stylesheet_directory() . ‘/lib/functions/hooks-functions.php’ );
} else {
if ( file_exists( get_template_directory() . ‘/lib/functions/hooks-functions.php’ ) ) {
include( get_template_directory() . ‘/lib/functions/hooks-functions.php’ );
}
}Forum: Themes and Templates
In reply to: [MesoColumn] Error While Commenting on PostsThank you Richie for the super quick response.
I couldn’t find this in functions, neeed more help
open lib/functions/hook-functions.php edit line 438
$showOnHome = 1;
to
$showOnHome = 0;Forum: Themes and Templates
In reply to: [MesoColumn] Error While Commenting on PostsI also need help to Remove Breadcrumbs from Homepage.
I tried from previous queries, but couldn’t find the php line to edit.