• Resolved gokh

    (@gokh)


    Hi,
    Is it possible to “hover effect” mega menu images? or, can the “image frame” be applied?

    Respects..

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter gokh

    (@gokh)

    https://w.tuyograf.com/hizmetler/

    or is it possible to add a widget (image frame)?

    Theme Author terrathemes

    (@terrathemes)

    The image in the footer is still not 750px wide. Please change the image in your footer to a larger one, then it will not be scaling this.

    is it possible to add a widget (image frame)?

    Where do you want to add it? You need to give me more information.

    Thread Starter gokh

    (@gokh)

    Adding widget (image frame) to Mega menu.

    Theme Author terrathemes

    (@terrathemes)

    That’s not possible with the default Meteorite mega menu. But you could try some mega menu plugins.

    Thread Starter gokh

    (@gokh)

    ? PageSpeed Insights was the optimize setting. 330x172px

    ? I changed 850x443px. Web site opening speed decreased by 1%.

    Theme Author terrathemes

    (@terrathemes)

    PageSpeed Insights was the optimize setting. 330x172px

    Page speed tests can’t understand what happens with the image in specific scenarios. 330x172px might be the best for the default viewport on larger screens. But since the hover effect zooms in and on mobile devices the column gets 100% width, the image needs to be larger than 330x172px.

    I changed 850x443px. Web site opening speed decreased by 1%.

    These tests can vary from time to time. This doesn’t have to come from the larger image. Maybe the server wasn’t as fast as the other times or something else. The image is 28 KB large now. It would matter if that would be 200 KB now, but whether it’s 5 KB larger or not doesn’t change anything.

    Thread Starter gokh

    (@gokh)

    Hi,

    ? Mobil testler sorun de?il gibi g?rünüyor.
    https://mobiletest.me/htc_one_emulator/?u=https://tuyograf.com/

    ? How do I remove “padding” value in footer-3 mobile view?

    display,

    #sidebar-footer .sidebar-column:nth-of-type(3) {
    padding-left: 100px;
    }

    Theme Author terrathemes

    (@terrathemes)

    Hi,

    How do I remove “padding” value in footer-3 mobile view?

    Please remove this code:

    #sidebar-footer .sidebar-column:nth-of-type(3) {
    padding-left: 100px;
    }

    Then add this code to have it only on larger screens:

    @media only screen and (min-width: 992px) {
      #sidebar-footer .sidebar-column:nth-of-type(3) {
        padding-left: 100px;
      }
    }
    Thread Starter gokh

    (@gokh)

    Yes, thank you.

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Mega menu images’ is closed to new replies.