Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • maximsurin

    (@maximsurin)

    Thank you for your answer!
    I understood that this was not possible with the current interface options.
    But, it would be more than great if your team can point me out which php file I have to twitch to change it. I bet it must be simple. I use the grid view. Your plugin is just great, overall quality is fantastic! if only not this simple thing – to see first the latest events on top. thank you!

    maximsurin

    (@maximsurin)

    I have the same question: is it possible to have a descending list view instead of default ascending?

    Thread Starter maximsurin

    (@maximsurin)

    Thank you again,
    I used your code and extended it for more width situations:
    .eds-bpm-main{
    max-width: 1272px !important;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    }
    .isotope-item, .eds-bpm-view, .eds-bpm-view .eds-bpm-mask{
    width: 404px !important;
    height: 316px !important;
    }
    .eds-bpm-view img{
    width: 404px !important;
    }
    @media (max-width: 1024px){
    .eds-bpm-main{
    max-width: 1000px !important;
    }
    .isotope-item, .eds-bpm-view, .eds-bpm-view .eds-bpm-mask{
    width: 310px !important;
    height: 242px !important;
    }
    .eds-bpm-view img{
    width: 310px !important;
    }
    }
    @media (max-width: 768px){
    .eds-bpm-main{
    max-width: 720px !important;
    }
    .isotope-item, .eds-bpm-view, .eds-bpm-view .eds-bpm-mask{
    width: 220px !important;
    height: 158px !important;
    }
    .eds-bpm-view img{
    width: 220px !important;
    }
    }

    @media (max-width: 480px){
    .eds-bpm-main{
    max-width: 355px !important;
    }
    .isotope-item, .eds-bpm-view, .eds-bpm-view .eds-bpm-mask{
    width: 355px !important;
    height: 278px !important;
    }
    .eds-bpm-view img{
    width: 355px !important;
    }
    }

    @media (max-width: 374px){
    .eds-bpm-main{
    max-width: 300px !important;
    }
    .isotope-item, .eds-bpm-view, .eds-bpm-view .eds-bpm-mask{
    width: 300px !important;
    height: 235px !important;
    }
    .eds-bpm-view img{
    width: 300px !important;
    }
    }

    It is fine for now, thank you, although I might want to make it even more liquid at some stage.
    Great that you found time for support.
    All the best!

    Thread Starter maximsurin

    (@maximsurin)

    Thank you again eleopard,

    Your information was very useful.
    I’d try your CSS codes and see if images are getting too pixelated.
    I would like to use them at max possible width.

    It was great to receive such a quick response.
    Have a beautiful day!

    Thread Starter maximsurin

    (@maximsurin)

    Hi,
    Thank you for your answer.
    I think i was not clear in explaining what I want to achieve here.

    What i actually need is to have only three columns at any screen size,
    excerpt may be for mobile – only one column.
    i use fullscreen page.

    Thnx again!

    Thread Starter maximsurin

    (@maximsurin)

    Thank you @webvitaly for your answer,
    is it possible to show actual letters?
    Like A letter in front of all entries starting with a,
    B letter for all entries starting with b etc.
    Sorry I was not clear with my question.
    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)