Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #701987

    I need a little help,
    I have lost a arrow overlay on a image link, when this button is maybe to small?
    all buttons “dazu passt:” have no hover arrow at stationary resolution, but in mobile resolution all works good

    and I lost a line line under the active menu item too…

    #702002

    Hey macieksajan,

    Your site is not opening for me.

    It is not clear what you like to do with the overlay? Would you like to disable it? To do so please follow the steps mentioned here http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    To fix the menu border please go to Enfold > Advanced Styling > Menu items > Border Color

    Let us know if you have any questions.

    Best regards,
    Vinay

    #702020

    hello, this is Guiness record for time of replay!

    the page is here (my mistake):

    I like the overlay on image buttons to be visible on all display resolution, no matter how small is button

    greetings

    #702034

    and,
    To fix the menu border please go to Enfold > Advanced Styling > Menu items > Border Color

    sorry for my english, I have in mind not border, but color line under the active main menu item

    #702597

    I understand that you do not work on Friday and maybe on Monday I will get any answer?

    #702913

    Hi,

    We are very sorry for the late response. Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    1.) If you want the “color line” to return, please add this code in the Quick CSS field.

    .av_minimal_header .avia-menu-fx {
        display: block;
    }

    Or set the Enfold > Header > Header Layout > Header Style to default.

    I like the overlay on image buttons to be visible on all display resolution, no matter how small is button

    2.) Could you please provide a screenshot of the issue? Or send us a link to the actual page with the buttons.

    Best regards,
    Ismael

    #702990

    hellow,

    issue about which I am writing applies to all product pages at high resolution screen: when you hover the mouse over the buttons in the “dazu passt” section appears the name of the image, not the arrow on the background of dark circle,

    in case of lower resolution when these buttons are one under the other and are bigger, everything is OK,

    in the code is a difference in that in the first case appears “style =” display: none; “instead of” style = “display: block;”

    Of course I would like to improve globally, and not to change the code on each page

    #704106

    Hi,

    It’s not working on higher resolutions or wider screen width because the height of the images is less than 100px. The avia_hover_effect function will only trigger if the outerheight of the image is more than 100px. Check the js > avia.js file, look for the avia_hover_effect function and jump to line 673.

    if(outerH > 100)
    

    Best regards,
    Ismael

    #704469

    and when I change this value, eg on. 50 it will all work fine?

    #704471

    Hey!

    Yes, please do check it and let us know if you still face any issues.

    Regards,
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.