Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter akewowo

    (@akewowo)

    Hi
    thank you for your quick answer

    in the plugin control panel:
    (as you suggested)
    I tried to put min-height to 144% instead of a fix px value (644px)
    it seems to work,
    but when I call the page first
    the slides are tiny, and top left

    they get the proper full size only if I change the browser size on a desktop
    or rotate the phone from portrait to landscape and back

    like if some kind of refresh was missing
    (this does not happen with a fix px min-height value)

    you can check at:

    https://www.megaherzig.ch/fire-fire-desire/#tab-galerie

    thank you

    PS:

    I found a strange behaviour about this issue of small pics:

    when I put a min-height % value in the plugin control panel
    and I analyze the code when i call the page (with F12 on the chrome browser)
    I see the min-height value appears in px INSTEAD of % and this is the effective size of the “small pics which appear in the beginning

    i tried to change the value to test and it is mirroring the value each time

    • This reply was modified 5 years, 10 months ago by akewowo. Reason: found a stange behaviour
    Thread Starter akewowo

    (@akewowo)

    Hi

    thanks for your quick response, it put me on the right path
    actually I have https on both fields in the general settings

    so I experimented further and I found a way to make it work:

    on the mobile menu settings I added a html widget with following code:

    <form role=”search” method=”get” id=”mobsearchform” class=”mobsearchform” action=”https://www.megaherzig.ch/”&gt;
    <div>
    <input type=”text” placeholder=”Search” value=”” name=”s” id=”s”>
    </div>
    </form>

    on the WordPress regular menu I added a link at the bottom with the same code
    but it would return an error as I tried to save the menu.

    I change https to http only in the code and I could save the menu and it works

    doesn’t seem very logical to me but it works

    Thank you

    • This reply was modified 5 years, 10 months ago by akewowo.
    • This reply was modified 5 years, 10 months ago by akewowo.
Viewing 2 replies - 16 through 17 (of 17 total)