Forum Replies Created
-
AuthorPosts
-
Dear Yigit,
thanks! Awesome – it works.
May I ask for your help on another case. I’ve two gmaps iframes and I’d like to use these script but I cannot get it to work. Do you have an idea how to do that? Where do I have to copy the script?
Thanks a lot
BerndCSS:
<style>
.scrolloff {
pointer-events: none;
}
</style>
Script:<script>
$(document).ready(function () {// you want to enable the pointer events only on click;
$(‘#map_canvas1’).addClass(‘scrolloff’); // set the pointer events to none on doc ready
$(‘#canvas1’).on(‘click’, function () {
$(‘#map_canvas1’).removeClass(‘scrolloff’); // set the pointer events true on click
});// you want to disable pointer events when the mouse leave the canvas area;
$(“#map_canvas1″).mouseleave(function () {
$(‘#map_canvas1’).addClass(‘scrolloff’); // set the pointer events to none when mouse leaves the map area
});
});
</script>
HTML: (just need to put correct id as defined in css and script)<section id=”canvas1″ class=”map”>
<iframe id=”map_canvas1″ src=”https://www.google.com/maps/embe….” width=”1170″ height=”400″ frameborder=”0″ style=”border: 0″></iframe>
</section>Dear Yigit,
i tried that, but the content is still displayed with a padding on the left and on the right. Do you have another idea?
Thanks
BerndDear Ismael,
Thanks. I’m blind.
Cheers
Thats very confusing. Do you have an english or a german page? The site is just german – for now. Maybe the WPML is bringing you to the english page automaticly?
I’ll upload a screenshot later.
Thanks
BerndDear Ismael,
please have a look at the link I posted:
http://www.erfahre.com/startYou can see the problem there. The four pictures underneath the fullscreen header have a padding (30px) – but I set all options on no border and even with custom css I cannot fix this problem.
Thanks
Well found that problem as well: disabled css hero plugin.
Hey Rikard,
thanks for your support. I fixed it! It was quite easy – in the english translation the home page wasn’t set – that’s all.
Cheers
BerndThis reply has been marked as private.Found it – it seems to be a problem with the css hero plugin. Any ideas how to fix this? Thanks
Dear Yigit,
thanks for your reply, but unfortunately all css settings are 100% the same! I’ve copied and paste some to make sure that they are correct, but I’m still having this problem. Any ideas?
Thanks
BerndHey Yigit,
well yes and no. I just gave the grey socket a little more space and this way you cannot see the grey circle anymore because it’s the same color :)
For further question I think, I’ll first give it a shot and if I really can’t do anything about it, I’ll ask all my questions all together :-)
Thanks a lot! Love your support
Cheers
BerndLittle update: I managed to center the icons with a css I found in the forum. But now the hover circles doesn’t match the icons anymore. Is there a way to just give the icons another color without the circles in the background?
Cheers
BerndDear Ismael,
thanks a lot. That was great help – as always.
Could you please help me getting them centered again. I’d like them to be right in the center as before.
Cheers
BerndThis reply has been marked as private.This reply has been marked as private.G’day Yigit,
perfect – it’s not the same but it is very close to what I’d like to have and this way I can still add features to the menu. Thanks a lot for your quick reply.
Just on little thing I’d like to change now: How do I control the spacing between the logo and the menu. I’d like the menu to be a little closer to the menu.
Thanks a lot
Cheers
Bernd -
AuthorPosts