Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/hostinge.../includes/Views
File: ComingSoon.php
<!DOCTYPE html>
[0] Fix | Delete
<html <?php language_attributes(); ?>>
[1] Fix | Delete
<head>
[2] Fix | Delete
<meta charset="<?php bloginfo( 'charset' ); ?>">
[3] Fix | Delete
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
[4] Fix | Delete
<title><?php echo esc_html__( 'Coming Soon', 'hostinger' ); ?></title>
[5] Fix | Delete
<style>
[6] Fix | Delete
html *:not(body):not(.hsr-coming-soon-body > *) {
[7] Fix | Delete
display: none;
[8] Fix | Delete
}
[9] Fix | Delete
[10] Fix | Delete
.hsr-coming-soon-body {
[11] Fix | Delete
display: flex !important;
[12] Fix | Delete
}
[13] Fix | Delete
</style>
[14] Fix | Delete
</head>
[15] Fix | Delete
<body class="hostinger">
[16] Fix | Delete
<div class="hsr-coming-soon-body">
[17] Fix | Delete
<img alt="logo" class="hsr-logo"
[18] Fix | Delete
src="<?php echo esc_url( HOSTINGER_PLUGIN_URL . 'assets/images/logo-black.svg' ); ?>">
[19] Fix | Delete
<img alt="illustration" class="hsr-coming-soon-illustration"
[20] Fix | Delete
src="<?php echo esc_url( HOSTINGER_PLUGIN_URL . 'assets/images/illustration.png' ); ?>">
[21] Fix | Delete
<h3>
[22] Fix | Delete
<?php echo esc_html__( 'Coming Soon', 'hostinger' ); ?>
[23] Fix | Delete
</h3>
[24] Fix | Delete
<p>
[25] Fix | Delete
<?php echo esc_html__( 'New WordPress website is being built and will be published soon', 'hostinger' ); ?>
[26] Fix | Delete
</p>
[27] Fix | Delete
</div>
[28] Fix | Delete
[29] Fix | Delete
<?php wp_footer(); ?>
[30] Fix | Delete
</body>
[31] Fix | Delete
</html>
[32] Fix | Delete
[33] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function