frenchelectrons
Forum Replies Created
-
Anyway, I found the answer, thanks!
Hi,
I am having exactly the same issue despite using a theme that has its own sidebars too (Fluida). Could we get support please?
I am having the same issue. I’ve created an API key and yet it doesn’t work. And all the API options have been activated.
Could you tell me what to do? Here is the link to my map page: http://frenchelectrons.com/travel-map/Thanks
Forum: Themes and Templates
In reply to: [Oria] Turn off header zoomHas any of you found a solution to this problem? I’m trying to set my header image and it keeps zooming on the image so I cannot use it…
Forum: Themes and Templates
In reply to: [Oria] Remove loading barYou could delete the “preloader” section! I did it and it works really smoothly now, I don’t have to wait anymore for my pages to load.
The section is the following:/* Preloader */
.preloader {
background: none repeat scroll 0 0 #fff;
height: 100%;
opacity: 1;
position: fixed;
text-align: center;
transition: all 0.5s ease 0s;
width: 100%;
z-index: 9999;
}
#preloader-inner {
width:200px;
height:20px;
overflow:hidden;
background-color: #EF997F;
position: absolute;
top: 50%;
left: 50%;
margin-left: -100px;
}
.preload{
background-color: #DDC9C9;
margin-top:0;
margin-left:-200px;
-webkit-animation-name:bounce_preload;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:linear;
animation-name:bounce_preload;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-timing-function:linear;
width:200px;
height:20px;
}
@-webkit-keyframes bounce_preload{
0%{
margin-left:-256px;
}
100%{
margin-left:256px;
}
}
@keyframes bounce_preload{
0%{
margin-left:-256px;
}
100%{
margin-left:256px;
}
}