Forum Replies Created

Viewing 9 posts - 31 through 39 (of 39 total)
  • Author
    Posts
  • in reply to: Footer / Socket at the bottom #192877

    Hi Josue,
    that works good,
    made a lot of queries with different max-heights. :-)

    For others who want to get the footer always shown:
    …..
    @media only screen
    and (min-height : 1200px) {
    .entry-content-wrapper { min-height: 875px; }
    }
    @media only screen
    and (min-height : 1250px) {
    .entry-content-wrapper { min-height: 925px; }
    }
    ….

    Just change the min-height of the content-wrapper to fit your sysrtem.

    in reply to: Portfolio Grid Hoover Effect #192705

    Hi Josue,
    this works great. :-)
    Thank you.

    Just in Case, how do i get the normal “fading” a little bit less?

    Cheers,
    Markus

    in reply to: Footer / Socket at the bottom #192700

    Hi Josue,
    this works a bit, but can´t be the last solution for that problem. :-)

    Is there a chance to get this “responsive”?
    For a display with 1024×768 500 could be fine, but for a resolution with 1920 x 1200 a min-height of 500 is to less.

    With a function you can get the actual resolution and with that information there has to be a way to get this.
    For example:
    Get Resolution –> Result is 768 –> min-height=(768-(header-height)-(footer height))
    Could this be a way to do?

    Cheers,
    Markus

    Cheers,
    Markus

    in reply to: Footer / Socket at the bottom #192308

    Hi Josue,
    the url is: polyscale.m3ms.de

    Cheers,
    Markus

    in reply to: Remove just PageTitle not Breadcrumb #190368

    Made it by myself. :-)
    Just changed:
    ‘title’ => get_the_title($id),
    into:
    ‘title’ => “”,
    in Line 267 in functions-enfold.php

    Cheers,
    Markus

    in reply to: Drop Shadow under Layer Slider #187775

    Made it by myself. :-)
    Added the following line:
    background-size: contain;

    Thanks so much.

    Cheers,
    Markus

    in reply to: Drop Shadow under Layer Slider #187738

    Great, works fine on full screen.
    But now another question. :-)
    Is it possible to scale the width so that it always fits the slidersize?
    I tried with some arguments like max-width: 100%, but it didn´t worked.
    Right now its cutted on scaling the window.

    Cheers,
    Markus

    in reply to: Drop Shadow under Layer Slider #187733

    Hi Ygit,
    http://polyscale.m3ms.de/
    I want the shadow to be as wide as the whole slider.

    Cheers,
    Markus

    in reply to: Drop Shadow under Layer Slider #187692

    Hi Ygit,
    it works. :-)
    Thanx

    Is there a chance to get the shadow to full width?
    I tried with some other values, but it resizes always to content area.

    Cheers,
    Markus

Viewing 9 posts - 31 through 39 (of 39 total)