Viewing 30 posts - 61 through 90 (of 106 total)
  • Author
    Posts
  • #1088041

    Hi,
    Ok, so you have a white circle that is a “Information graphic” that you want to show on a slider?
    How about adding a slide to the slider that shows for 1 second? If you use the LayerSlider you can do this and make the “Information graphic” a link, if you wish. I think it can also be triggered by touch or click.

    Best regards,
    Mike

    #1088168
    This reply has been marked as private.
    #1088498

    Hi,
    I see, so you would like the Information graphic to show on mouse click. The layerslider includes buttons that you can use on the layers to link to slides. the reason I think this might work well is that the Information graphic will stay in a relevant location no matter the screen size.

    Best regards,
    Mike

    #1088529
    This reply has been marked as private.
    #1088962

    Hi,
    I took a look at your site and see that for some reason the layerslider was deactivated, you will need to activate it:
    2019-04-09-231341
    It is normally activated by default.

    Best regards,
    Mike

    #1089127
    This reply has been marked as private.
    #1089397

    Hi,
    The code (deactivate_layerslider) to disable the layerslider is a function which is also known a “theme support” when this “theme support” is in place the layerslider is not activate, so you want to remove it.
    Thus the statement: “remove the theme support – deactivate_layerslider – to activate it”
    But unfortunately the 3 rd option deletes the layerslider files at \enfold\config-layerslider so they will need to be added again via FTP. I have tried looking back but I don’t see the FTP access in this thread, if you add the ftp access I can assist.

    Best regards,
    Mike

    #1089710
    This reply has been marked as private.
    #1089825

    Hi,
    I have taken a look and what I see is that you have 2 one half columns for the top of the page, and then you are moving the images position, such as “left: 280px”
    What I would recommend is creating 3 one third columns so the crosses are more naturally where you wanted them. Or you could try one full width column and “float” one cross to the left and one to the right. You can ensure that they stay in a single row by making them “display: inline-block” Either way they will each stay to the edge of the screen without moving their “position”.
    Try making a test page with just the top elements so you can try this out, and let us know if you want some help with the css to achieve this.

    Best regards,
    Mike

    #1090168
    This reply has been marked as private.
    #1090394

    Hi,
    I took a look and the hover over the crosses seems a lot better now, but as you pointed out, just a little off. I see that you are using the columns as the link, instead of the cross image. I would use the images as the link, but I assume that you don’t want to hover background for the images or the green circle, so this should remove it:

    #av_section_1 .kreuz_361 a:hover .image-overlay,#av_section_1 .kreuz_manufaktur a:hover .image-overlay {
        background: transparent !important; 
    opacity: 0 !important;
    }
    

    Let us know if this helps. When you try the 1/1 version, I had a after thought that you might need to add display: inline-block to your css to line the two images up, but we’ll know more when you try.
    One question, the two crosses are not in a line with the “moebel” text in the center, is this meant to be a straight line across?

    Best regards,
    Mike

    #1090461
    This reply has been marked as private.
    #1090473

    Hi,
    Very good, have a great night :)

    Best regards,
    Mike

    #1090610
    This reply has been marked as private.
    #1090691

    Hi,
    I took a look at the “MOEBEL” and adjusted the css to center it. Please clear your browser cache and check.

    The correct css to hide the green arrow on the image is:

    #manufaktur_weiche a:hover .image-overlay,#manufaktur_weiche a:hover .image-overlay {
        background: transparent !important; 
    opacity: 0 !important;
    }

    Please try.

    Best regards,
    Mike

    #1090716
    This reply has been marked as private.
    #1090767
    This reply has been marked as private.
    #1090768

    Hi,
    Yes, I use the ID’s of the element’s
    I look at your crosses again, but every part of both crosses is clickable and changes the mouse to a “hand”, meaning link.
    So to help, I’ll need to know your device width in pixels, the OS of the device, and the browser of the device.

    Best regards,
    Mike

    #1090922
    This reply has been marked as private.
    #1091197

    Hi,
    Sorry, I don’t mean to irritate you, I’m only trying to help, and get a full understanding of the issue.
    In my experienced Mac and PC are not always the same, so this info helps. Thank you.
    I will ask a team member with a Mac to take a look.

    Best regards,
    Mike

    #1092664
    This reply has been marked as private.
    #1092675

    Hi,
    Very good, hope you have a nice Easter :)

    Best regards,
    Mike

    #1092719
    This reply has been marked as private.
    #1095225
    This reply has been marked as private.
    #1095469
    This reply has been marked as private.
    #1096001

    Hi JS,

    Thanks for the updates, so everything is working fine now then?

    Best regards,
    Rikard

    #1096091
    This reply has been marked as private.
    #1096307

    Hi,
    3: please look at the size of your first image in the slider it is 1440px where the others are 1280px in height (it is the hallway image)
    2: when I look at your left cross with screen 1920×1200px it seems the top margin for the word is covering the cross, your other cross is on top of the word.
    Please try this css:

    #av_section_1 > div > div > main > div > div > div.flex_column.av_one_third.flex_column_div.av-zero-column-padding.first.avia-builder-el-1.el_before_av_one_third.avia-builder-el-first {
    z-index: 5 !important; 
    }

    1: I’m not sure which plugin you mean, sorry I tried reading back but I don’t see it, please remind me.

    Best regards,
    Mike

    #1096488
    This reply has been marked as private.
    #1097234

    Hi,
    Glad to hear that the cross is perfect now, Ok so we will re-install layerslider, but the ftp access is not working for me, I tried both above.
    Please check

    Best regards,
    Mike

Viewing 30 posts - 61 through 90 (of 106 total)
  • The topic ‘scrolling not jumping’ is closed to new replies.