Background image on template not showing in the Contact page
Autor: John W.
Visited 1989,
Followers 1,
Udostępniony 0
Hi The background set in the template is not showing on the contact page. All other pages are fine.
Posted on the
This looks truly strange. Try in x5 with ctrl button pressed the preview.
If problem is gone then do a full upload and test again on site (press F5 in your browser when visiting that page)
If it's not gone, try to export project, import it again and start the earlyer mentioned procedure.
Autor
Hi Andre E, Thanks for quick respons. try above, did not work. Seems to cleared the problem, solved if I move bootstrap-min.css to top of links in head all works ok.
If in amongst other css files it does not work. See below
ORIGINAL TEXT
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style/reset.css?13-0-3-22" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/print.css?13-0-3-22" media="print" />
<link rel="stylesheet" type="text/css" href="style/style.css?13-0-3-22" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/template.css?13-0-3-22" media="screen" />
<link rel="stylesheet" type="text/css" href="style/bootstrap.min.css" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/menu.css?13-0-3-22" media="screen" />
<link rel="stylesheet" type="text/css" href="style/responsive-calendar.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="pluginAppObj_4_04/style.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="appsresources/jssor.slider.css" media="screen, print" />
ABOVE CSS FILES
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style/bootstrap.min.css" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/reset.css?13-0-3-22" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/print.css?13-0-3-22" media="print" />
<link rel="stylesheet" type="text/css" href="style/style.css?13-0-3-22" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/template.css?13-0-3-22" media="screen" />
<link rel="stylesheet" type="text/css" href="style/menu.css?13-0-3-22" media="screen" />
<link rel="stylesheet" type="text/css" href="style/responsive-calendar.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="pluginAppObj_4_04/style.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="appsresources/jssor.slider.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="pcss/contact.css?13-0-3-22-636205472851788787" media="screen" />
<script type="text/javascript" src="res/jquery.js?13-0-3-22"></script>
Thanks John