maximsurin
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Events Calendar Lite] No sorting from newest to oldestThank 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!Forum: Plugins
In reply to: [Modern Events Calendar Lite] No sorting from newest to oldestI have the same question: is it possible to have a descending list view instead of default ascending?
Forum: Plugins
In reply to: [Behance Portfolio Manager] Number of columnsThank 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!Forum: Plugins
In reply to: [Behance Portfolio Manager] Number of columnsThank 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!Forum: Plugins
In reply to: [Behance Portfolio Manager] Number of columnsHi,
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!
Forum: Plugins
In reply to: [Page-list] Alphabetical lettering for pages listsThank 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.