This topic has 15 replies, 6 voices, and was last updated 9 years, 3 months ago by Fem.
Viewing 16 posts - 1 through 16 (of 16 total)
I removed the services and it created a couple issues.
1. It still shows extra services, just that there are no packages available.
2. It messes up the time to complete issues. Is there a way to turn off this feature?
Thanks again!
If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Note: Before providing the wp-logins to any support staff, kindly please make sure you take a backup of everything including wordpress content, theme options, widgets etc.
1. Kindly open the file template-packages.php file by following this path autowash/autowash-niche/template-packages.php file and search for this line of code
$out .= '<h5>' . $autowash_bk_services_desc_txt . '</h5><h3>' . $autowash_bk_services_title_txt . '</h3>';
and comment it. Then it wont display the “Extra Services” title and description.
2. If you don’t want to display the “No packages available message”, then open the file autowash-functions.php file and search for the below code and do comment it.
else :
$out .= '<div class="col_full">' . esc_html__( 'No Packages Found','autowash' ) . '</div>';
3. If you don’t want to display the clock and time then add the below code in your theme options/custom css section
.at-booking-final-duration i {
display: none;
}
.at-booking-final-duration h4 {
display: none;
}
.at-booking-final-duration span.at-booking-final-txt {
display: none;
}
We are setting this topic to be resolved. If you wish to update this topic please reply here instead of creating another topic.
Thanks! That cleared up the clock, but the blue box is still there. Is there another line of code we’d need to remove the blue box? Here’s a link to a screenshot… https://www.dropbox.com/s/72pkt3df46ncofm/Time%20box.JPG?dl=0
Viewing 16 posts - 1 through 16 (of 16 total)
You must be logged in to reply to this topic.