Forum Replies Created

Viewing 16 posts - 31 through 46 (of 46 total)
  • Author
    Posts
  • in reply to: code block fullscreen #478778

    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
    Bernd

    CSS:

    <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&#8230;.” width=”1170″ height=”400″ frameborder=”0″ style=”border: 0″></iframe>
    </section>

    in reply to: code block fullscreen #477538

    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
    Bernd

    in reply to: CSS Problems #465205

    Dear Ismael,

    Thanks. I’m blind.

    Cheers

    in reply to: CSS Problems #464807

    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
    Bernd

    in reply to: CSS Problems #464496

    Dear Ismael,

    please have a look at the link I posted:
    http://www.erfahre.com/start

    You 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

    in reply to: WPML massiv css problem #400884

    Well found that problem as well: disabled css hero plugin.

    in reply to: WPML home page problem #399562

    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
    Bernd

    in reply to: WPML home page problem #397696
    This reply has been marked as private.
    in reply to: WPML massiv css problem #388503

    Found it – it seems to be a problem with the css hero plugin. Any ideas how to fix this? Thanks

    in reply to: WPML massiv css problem #388501

    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
    Bernd

    in reply to: Socket social icons: Change and size #338894

    Hey 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
    Bernd

    in reply to: Socket social icons: Change and size #338395

    Little 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
    Bernd

    in reply to: Socket social icons: Change and size #338245

    Dear 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
    Bernd

    in reply to: Socket social icons: Change and size #336903
    This reply has been marked as private.
    in reply to: New header menu with centered layout #335638
    This reply has been marked as private.
    in reply to: New header menu with centered layout #335457

    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

Viewing 16 posts - 31 through 46 (of 46 total)