Elementor: [Feature Request] Custom breakpoints

Created on 20 Jul 2017  ·  375Comments  ·  Source: elementor/elementor

It would be ever so handy to have these options for the various elements that have this capability. As it is now, it appears to be only the portrait orientation. Would save having to do custom CSS media queries for these.

Cheers!
Lyle

requesenhancement

Most helpful comment

image
Something like this it will be super great!

Before i begin using wordpress and elementor i usually use this code to add the portrait and landscape capabilities to my websites.

`
/==================================================
= Media Queries =
====================================================
/
/LG Big screens/

/MD Tablet, ipad landscape/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
body{background: blue;}
}

/SM Tablet, ipad portrait/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body{background: red;}
}

/XS Mobile portrai/
@media only screen and (max-width: 767px) {
body{background: yellow;}
}

/*XSL Mobile landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body{background: green;}
}
`

All 375 comments

In my opinion this is an unnecessary size, we prefer to keep the mobile-editing easy and simple as possible.

But in your opinion, what size should be added exactly?

It's really not about adding any new sizes, just being able switch the orientation of the portrait ones that are already there :)

Ariel -
Further to the above, all that I am suggesting is that there is an "orientation switch" for the Tablet and Mobile views in those areas that have them. From portrait (as the defaults are now) to landscape. That's all :)

As it stands now, you can tweak the settings for Tablet and Mobile in portrait view, but you then have to manually adjust them via CSS for the landscape orientation.

Ref for development team: #78

image
Something like this it will be super great!

Before i begin using wordpress and elementor i usually use this code to add the portrait and landscape capabilities to my websites.

`
/==================================================
= Media Queries =
====================================================
/
/LG Big screens/

/MD Tablet, ipad landscape/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
body{background: blue;}
}

/SM Tablet, ipad portrait/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body{background: red;}
}

/XS Mobile portrai/
@media only screen and (max-width: 767px) {
body{background: yellow;}
}

/*XSL Mobile landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body{background: green;}
}
`

Agreed. We need the option to toggle portrait and landscape on both tablets and mobile. Or if at all possible, to even set custom breakpoints.

+1 would be MUCH BETTER

Yeah we need to be able to see the screens at different widths. Given the fact that devices come in all sizes and resolutions now, the standard 768 x 1024 is almost obsolete too, we need to be able to see ALL sizes. But yeah, this would be a great move in that direction.

great! great! i need this!

+1

+1

+1

+1

Seconding this idea. I was using Visual Composer before Elementor and they separate this as desktop, notebook/landscape tablet, tablet and mobile. You can set these breakpoints manually, but I believe the default is:

Large desktop: 1240+
Notebook/Landscape Tablet: 1024-1240px
Tablet (portait): 768-1023px
Mobile: 768 and under

A perfect example of when this can come into play: I have a 4-column product layout, it's great until about 800px. Then it gets really cramped to shove 4 things in, but I don't think the 769-800px viewport is really used much. SO I'm forced to go to a 2 column layout for tablet, but on landscape mode, it's WAY too spread out. Could I do this via media queries, sure, but this extra feature would give a great deal of functionality.

As far as mobile landscape view... it's pretty lacking in usage unless you are a video platform (but you should be using angular or something similar for that). I can't tell you the last time I saw someone browsing in landscape on their phone. Even with an iPhone+ screen it's rough, so I don't really second that part of this feature.

Definitely, Elementor must have landscape tablet views AND the functionality to allow users to edit screen dimensions. Please add this feature!!!

+1 to @choquo for his approach. This approach and number of breakpoints is standard for professional devs as evidenced by both the bootstrap and materialize frameworks (note both frameworks have more recently adopted only four breakpoints). In reference to the point @arielk made regarding keeping "mobile-editing easy and simple as possible" a good solution would be allowing more advanced users to enable extra breakpoints or add custom breakpoints.

I hope this happens because I got a shock when viewing my site in landscape mode with my ipad pro even though it looked okay using things like sizzy. I don't know many people who don't use their tablets in landscape most of the time.

We need this! +1 +1 +1 +1 +1 +1

Same thing here! +1

yea it would be a huge time saver , instead of have to pull out a real tablet and test little things design things out

+1 Make this happen! My site looks great in mobile portrait, crappy in mobile landscape!

+1 Yes please make this happen. As for me for example I plan on allowing landscape view only on mobile.
I would care more about this than the filter effects that came with the last update.

This issue is up here now for more then a year and a very needed one. Many Elementor pages do not change to mobile in tablet landscape, even the breakpoint is set lower than 1023. It still does not work.

I'm also interested in this one.

based on this Facebook topic I just found out that such customization of Elementor is possible, but it requires editing some core files. see tutorial here.

if I am going to make a PR with these chances to Elementor, is there any chance to get them merged in any of the following release? or is there some other reason this solution should not land in core?

Can I add something to this?

When I make bespoke themes I always use @media max-width for many sizes such as 1400px, 1300px, 1200px and so on all the way down as needed. Sometimes in-between those such as 950px.

I've seen a lot of great sites created with Elementor that look terrible or even broken at around 900px wide.

It would be absolutely perfect if we could enter our own break points.

+1 : most use their tablet in landscape mode (that should be the orientation for the tablet view/code)

@arielk No doubt this is very much needed. However, let's not forget that the issue #5086 should also be addressed - the ability to add custom brealkpoints (at least 3-4 more).

A majority of tablet users probably use their tablets in landscape orientation (horizontal). If so, Elementor's default tablet preview should also be in landscape mode. However, since its inception, Elementor's tablet preview mode is using only portrait mode (vertical).

Elementor's default tablet preview probably should be changed to landscape mode.

I can believe this entire topic isn't as easy to solve as people think. The barrier isn't technical... it's entirely UI/UX.

Of course the developers can add new breakpoints to the responsive switcher menu, as some people have made concept images of, and we could easily hammer away at that menu and watch for tweaks in the viewport.

The problem comes when you tweak element properties in the left sidebar. Currently any property with responsive ability has 3 tiny icons alongside it, relative to the 3 breakpoint options in the responsive switcher menu, which you can tap and then make changes accordingly. Let's say if a user has added 10 new breakpoints. So shall there now be 13 mini icons for every responsive property? That will look like a very busy UI and confusing, especially for beginners. Personally I wouldn't mind it, because I want that. Anyways, a new UI has to be made for this.

I think if a new responsive property UI gets done, it should be offered as an "Advanced Responsive Switcher" feature, perhaps just for the Pro version. Beginners and free users, still get the current default simple Mobile/Tablet/Desktop mode with 3-icons-per-property, as we already know.

Ultimately, of course developers can do custom CSS media queries. We can do custom-anything-we-want. The point is convenience and time-savings. We've reached a baseline expectation for tooling, we pay for (in some form or another). There's all kinds of page-builder competition out there, so my bets are on 100% that eventually we will get fine-grained custom media queries for page-builders. I just hope it's for Elementor first, and soon =)!

+1 At least offer 4 responsive options
Desktop
Laptop
Tablet
Mobile

My clients always check their website on multiple devices and if they check on all four devices, we are fuc**d.

We can't do anything but you know we can't set this to our client.

Please get it done as soon as possible.

Thank you.

When are we going to get this? I was cornered by a client who's site rendered differently on an Ipad Pro on landscape :(

Elementor any news on this?

I need this in my life.

https://pafe.piotnet.com/#custom-media-query-breakpoints Custom Media Query Breakpoints Feature in Piotnet Addons For Elementor Pro can do it for you

We need this!

+1 to that!

+1

image
Something like this it will be super great!

Before i begin using wordpress and elementor i usually use this code to add the portrait and landscape capabilities to my websites.

`
/_================================================== = Media Queries = ====================================================_/
/_LG Big screens_/

/_MD Tablet, ipad landscape_/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
body{background: blue;}
}

/_SM Tablet, ipad portrait_/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body{background: red;}
}

/_XS Mobile portrai_/
@media only screen and (max-width: 767px) {
body{background: yellow;}
}

/*XSL Mobile landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body{background: green;}
}
`

Absolutely waiting for responsive device view in portrait and landscape.

Before i begin using wordpress and elementor i usually use this code to add the portrait and landscape capabilities to my websites.

@ actgmbh This is amazing! Where exactly do you place this code in order to get the landscape views?

It looks like it's already been added...

https://youtu.be/F6cuXU5oa_0?t=68

Find the settings:
Elementor > settings > Style

@maz123 That is a nice feature, but it only allows for 3 breakpoint values (desktop, tablet, mobile).

However, the tablet and mobile breakpoints are for portrait only, leaving terrible looking landscape views.

Of course, we could change the breakpoints to landscape with the feature you referenced, but then there would no longer be nice breakpoints and styles for the portrait orientations. It forces the site designer to choose the least of two evils.

Everyone on this thread is asking for 5 breakpoint values to solve this issue. (desktop, tablet portrait, tablet landscape, mobile portrait, and mobile landscape)

+1

Just a thought which would perhaps be a partial fix.
Add an option to apply laptop settings in all cases where the screen is in landscape and the width is more than the mobile setting (768).
All the stats I've seen suggest that 80%+ of tablet users view websites in landscape. In almost all cases (even on an iPad Mini)my laptop settings work fine, but I'm forced to change the tablet settings separately to match because that defaults to portrait view.

+1

+1 Tablet is used more often in Landscape Mode, we should add Custom Breakpoints for it. Fair to keep the design simple, but maybe you can include this as an extra feature that pro users can activate/deactivate. Thanks!

I have the same issue and because of this, I can't deliver to my customer. Please add custom breakpoints to landscape view, this is very essential!

+1 we NEED landscape capabilities.

how is it possible that this was opened more than a year ago and not included yet in the development roadmap? We can't just ignore landscape mode, I think this is a dealbreaker feature...

It's been 1 year and 7 months. I've filled out every survey Elementor has sent and begged for this feature. I think they thought they were fixing it with custom breakpoints, but there are still only three breakpoints which doesn't solve the issue. We need five breakpoints! Desktop, tablet portrait, mobile portrait AND tablet landscape and mobile landscape. How hard can it be?

I guess this won't change anything.. but +1

Why exactly is this not being implemented, since there is such a big request for it?
Technical difficulities?
Author think's it's not needed?

What is it?!

I doubt anyone would "hate" this feature, since it is not being implemented.

Elementor is the best WP layout builder - but this lacking feature is such a pain in the back.

Well, let's say there's no technical issue, no design issue, no capacity issue...

There would be valid business reasons to delay such an big/desired upgrade. For example, save the feature for a major version (e.g. version 6); why play all your cards at once? The name of the game is to keep this product paying for years and years. If sales are already going well, and plenty of people are willing to pay for Elementor in it's current state, then keep milking that cow. When sales dwindle or you need a boost, then release a new big version, making it more tempting for people to upgrade or finally make a purchase. Moreover, hold on to your cards and watch your competition. See what alternative products do and play the appropriate cards (ie feature releases).

Anyways this is all just guessing, but any of the above is standard business, nothing fishy, and actually we'd _want_ Elementor to behave in such ways in order to stay sharp and competitive in the market, so they can be around supporting their product for +10 years as web technologies evolve.

K

Imho this should be a basic hygienic feature for every page builder... I mean you can't sell a pagebuilder which is not able to optimize Tablet and Smartphone pages in a mobile world...I just can't imagine how many Elementor built websites are looking awful in landscape mode on tablets and smartphones...

To be considered a responsive Page Builder Elementor should have at least 4 breakpoints. Until then, Elementor is NOT a responvive Page Builder.

https://uxplanet.org/responsive-design-best-practices-c6d3f5fd163b
https://medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862

A puppy dies for every comment made under this issue. Elementor, hear us.
images

Yes pls, no more dead puppies! :-D

Plllllease, we need this.

I NEED THIS.

My elementor boner goes away every time I realize my website looks like trash in landscape.

We especially need this with the new Elementor 2.5.x, with absolute positioning users will really struggle without at least add the basic screens:

Large desktop:
Notebook/Laptop/Landscape Tablet
Tablet (portait)
Mobile (portait)
Mobile (landscape)

FOR THE LOVE OF ALL THAT IS HOLY, ELEMENTOR, MAKE THIS HAPPEN ALREADY!!!!!!!!

Yes this needs to be added asap...

+1

+1

+1 pls pls pls and add styling capabilities to widgets on custom breakpoints. I know it's easier said than done but I thought to just throw it out there.

I have argued for this for some time.

You are releasing other features but not addressing a problem which has demand.
Please take note and tackle this problem before further feature releases.

There, rant over.

Especially with those great features recently added like Position absolute and moving objects this minimum 5 different break points seem to me so important.

Please add this feature, to have really mobile responsiveness.

I find it strange that it was the choice to have tablet view shown in Portrait and not Landscape. I would have thought that most tablet users will view web-sites in Landscape view in preference to Portrait. ( maybe i'm wrong ) But I would definitely Champion the option to switch from Portrait to Landscape.

do something about this people! we are demanding it. Can't believe this feature doesn't exist. It's 2019.
Anybody who knows other visual editor with this feature?

I wonder if anyone at Elementor reads these messages? Where can we see how many people want this feature? Maybe a platform like uservoice would be better?

Visual Composer already has five breakpoints by default. Either they listened to their users or they weren't dumb enough to assign only three to begin with.

https://visualcomposer.com/help/responsive-design/

My clients always ask for Landscape mode optimization and then I have to write several lines of code. This process is time taking and exhausting. Also, it makes web designing process much more difficult than it would have been while using a theme or Bakery builder.

What is the use of Motion effects, Custom positioning, and Pop-ups if I can't satisfy the basic requirements of my clients?

I dont know whether they are going to add this or not but for sure if this is not done in coming few months, I will be deactivating the most advanced theme builder.

Same, I'm starting deactivating Elementor from my clients sites :(

We should push this on the official facebook page: https://www.facebook.com/groups/Elementors/
I just shared a post where you can comment below.

Facebook won't help much as it is a closed group. Shall we go for Twitter? I believe it will be more effective.

maybe it would be easier to ask @arielk and the rest of the Elementor Team if they have this in their roadmap. Actually, do you have a public roadmap?

I hope they can at least tell us whether they have it in there a road map or not.

Also, I can't say, my clients every time that Elementor doesn't offer mobile and tablet landscape responsiveness.

It is better to give them a decent design which is responsive for every screen than an awesome design which works on 3 devices.

Please let us know whether you are going to add this in the future or not.

If yes please tell when can we expect it.

Elementor staff.. are you seriously ignoring this issue?
Been over a year and not even a response from the staff, wtf?

I don't mean this as a threat, but I'll soon start a blog post telling users why not to use Elementor.

This is madness

We should push this on the official facebook page: https://www.facebook.com/groups/Elementors/
I just shared a post where you can comment below.

This issue was mentioned many many times in the Elementor Facebook Group. Also NO response.

This is really annoying. Like, we are paying you, if you are not interested it's okay, but it certainly is a reason to stop using your service.

Because of these problems and delays, that's why I started learning PHP, HTML, CSS, JS and how WordPress functions and hooks work, fortunately, I have a decent background of building websites and programming, that's why I felt a little bit comfortable learning the basics.

Now, I'm building the website of my project with my own skills, no Elementor, no other plugins.

But for the people that have clients, unfortunately, you have no other choice, because products like Elementor are a time saver.

I've been waiting for months for a solution but no reaction. Is the Elementor team reading this?

I console my clients from week to week.

If there is no reaction within a week, I will rate Elemntor on the plugin page negative. With every single account of my clients.

https://wordpress.org/support/plugin/elementor/reviews

I hope for a speedy solution

Responding to:

I've been waiting for months for a solution but no reaction. Is the Elementor team reading this?

I console my clients from week to week.

If there is no reaction within a week, I will rate Elemntor on the plugin page negative. With every single account of my clients.

https://wordpress.org/support/plugin/elementor/reviews

I hope for a speedy solution

I've been waiting for months for a solution but no reaction. Is the Elementor team reading this?

I console my clients from week to week.

If there is no reaction within a week, I will rate Elemntor on the plugin page negative. With every single account of my clients.

https://wordpress.org/support/plugin/elementor/reviews

I hope for a speedy solution

I also complained above which gave me a notification of your petty temper tantrum. Pretty pathetic. You do not rate a plugin for not providing the features you request. Elementor simply DOESNT do that. The point of rating a plugin is based on what it CLAIMS IT DOES DO. And there are third party plugins in the works to solve this problem (which isnt actually a problem just because you WANT something)

You sound like a petty child and ill be looking out for your username on wordpress so i can get you quickly banned. Grow up.

Additionally I feel sorry for your clients. You cant even code a basic break point and you are consoling them? I'm sure others are consoling them about you lol.

Custom Breakpoints is one of a number of features which need to be addressed (like the lack of captions etc. in the Lightbox, Accordion which can't be loaded fully closed), which are modifications of existing functionality. Some of these have been here on GitHub for over two years.

Wanting these, particularly the Breakpoints and the Lightbox is NOT in the realms of a feature request - they are essential elements required to make effective and (captions in Lightbox), legally compliant websites.

While I understand Elementor wants to get lots of new features out there, to be a responsible company expecting long-term commitment from Pro users they also need to address the existing product features - they cannot expect people to be happy with their product if they ignore this aspect of their business. It's verging on being arrogant (like Microsoft, Apple, Facebook et al.)

Boeing have discovered they can't just concentrate on bringing new products to market - that have to fix problems with existing offerings.

Part of people's annoyance is the lack of communication or even acknowledgement from Elementor. This aspect of Elementor can certainly be down-rated on the WordPress Plugin page.

The suggested 'solution' of adding in third-party plugins to fix issues with the core Elementor Pro isn't good practice because of the additional overheads, maintenance and security issues. The fewer plugins one uses the better, and I believe many of us moved to Elementor for the promise of a one-stop-shop.

These "third party plugins in the works" should be in Elementor's works. I have confidence in Elementor's coding, but I'm rather less happy about some of the third-party add-ons I've looked at.

This is NOT what we, as web designers, expect from a modern, responsible company.

@PortalPacific you sound more like child than he does. Are you really going to be following someone just to see if they write a bad review? I mean really? Pretty pathetic don’t you think.

I have reported this thread to Elementor. They are aware of the issue and they will be providing an update soon.

If you feel the need to get in touch with Elementor due to the lack of updates on this issue jump on Twitter and highlight issue #2043. That will most certainly get their attention.

Perhaps Elementor doesn't understand what is being requested ;)

This:
https://github.com/elementor/elementor/issues/2043#issuecomment-340919487
image

And this:
image

Cheers!
Lyle

@SniffleValve We also need to control XL and L desktop, meaning separate Desktop and notebook view.

It's simple, we need :

Possibility to create custom breakpoint in admin panel
Something like this :
https://gyazo.com/0405ab64a41b1b9e666a99e5edb5e431

Then show this new breakpoint in the builder like it's already do for the 3 first breakpoint in elementor.

What do you think ?

Like Moses returning from the Mount Sinai, I have returned with a proclamation from the Elementor team!

breakpoints

@PortalPacific you sound more like child than he does. Are you really going to be following someone just to see if they write a bad review? I mean really? Pretty pathetic don’t you think.

I have reported this thread to Elementor. They are aware of the issue and they will be providing an update soon.

If you feel the need to get in touch with Elementor due to the lack of updates on this issue jump on Twitter and highlight issue #2043. That will most certainly get their attention.

You must be incompetent. He said he was going to flood them with bad reviews from all his clients accounts.You're a moron. As are all these babies who cant code a simple break point.

Talk about childish. None of you should be building websites if you cant code anyways. You're an embarrassment to the web community.

@PortalPacific You mean to tell me that people paying $200 a year for a code replacing website builder get mad when it doesn't replace code?

3593971_1

Not sure why anyone would defend Elementor at this point.
They obviously doesn't care about what we think.
2 year old threats with radio silence from their side. Which is actually what bothers me most of all.

@PortalPacific what is to you if he floods them with bad reviews? Lol

Go cry somewhere else. By the way if you can code what you doing using Elementor anyway? Insulting people will get you no where so it’s best you run along sunshine.

All these crying babies that cant code the most basic code the web has to offer crying about how inept they are. Really entertaining actually.

Why are you losers on this platform anyways? its meant for real developers not fake ones.

How old are you 5? Jog on sonny you’re leaving a bad smell...

Next...

You do sound like a child so calling me one is as inept as your first comment.

How old are you 5? Jog on sonny you’re leaving a bad smell...

Next...

Cant code a custom break point. Defending abusing wordpress review system. You are pathetic and its absolutely astounding the way you losers treat real developers who gave you the careers you have today all because you're too incompetent to learn to code. It IS that simple. You are a baby. And you can keep replying how I am the child for defending the reality of the situation and thats okay! Its very clear you live in your own lil self centered world. I for one am glad im not such a dull piece of trash like you are.

Yes NEXT indeed you noob. Go cry to your mommy. Maybe she can code your site for you. LOL

You contribute nothing worthwhile here. Go code something and make a difference. The world is waiting just for you.

On Apr 25, 2019, at 4:38 PM, PortalPacific notifications@github.com wrote:

You do sound like a child so calling me one is as inept as your first comment.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/elementor/elementor/issues/2043#issuecomment-486847399, or mute the thread https://github.com/notifications/unsubscribe-auth/AIXSRA5I4LOC3R463J5XPRDPSIQG3ANCNFSM4DTWEIXA.

@PortalPacific You don't get it.
It's not that we can't code a custom breakpoint. We just feel that it should be included in Elementor since it claims to be the best page builder.

Creating custom CSS is easy. But it gives the end-client no control over how the page works on specific screen sizes, and you'll then have some appearance defined by Elementor and some by your custom stylesheet - a typical "I know Wordpress, i just scatter styles all over the installation" mentality.

Trust me on this one.. I don't use Elementor for my sake, but for my clients, so they can easily manage their site without having to learn HTML and CSS.
I prefer code (less and prettier markup and easier to customize). But my client's prefer something more visual.

Life's a bi**h though.. It seems there is just no perfect plugin. Either you get a non-friendly or not so customizable page builder, or you find Elementor which has been the answers to my prayers, but only has 3 breakpoints.

Oh yeah.. by the way

Why are you losers on this platform anyways? its meant for real developers not fake ones.

When what are you doing here?
Just took a look at your profile. No big contributions or projects there. Just a fork from WooCommerce.
Not saying im any kind of wizard, but at least i don't accuse others of being fake developers.

Na you cant code anything. That's why you're here crying like a baby. That much is clear.

image

R.I.P Github.
Went from a platform for professionals to a Facebook level discussion. Ridiculous.
You must be proud of your self :clap:

You're a hypocrite mate. And its one thread... But i'm not surprised someone like you thinks github is surrounded around some random elementor thread.

From a guy who calls himself a "pro" Github user, it's kind of disappointing that you don't even know how to search for issues. There's more than one thread about custom breakpoints.

Do you even read your own comments? Like really..
Im really trying, but it's hard not to think of you as a total douchebag to be honest..
Everyone is either noob or sucks, while you're some kind of mastermind in here according to yourself.
No getting through to you, i can tell..

Anyway, tag me if something relevant comes up, thank you.
Until then i actually got meaningful work to do unlike a certain someone in this thread.

Funny considering you are attacking me and all i did was call out some loser saying hes going to abuse the wordpress review system. And here comes johnny with his boring perspective (you)

Go play with the children on facebook where you belong. And while you're at it stop putting words in peoples mouth to make a point that doesnt exist you inept baby.

Please guys don't feed the troll.
I'm subscribed to this issue to get a bugfix not to assist to a fight
between adults.

Guys you are misleading the whole point here, please take your fight out of this thread, nobody has a true interest in your silly discussion.

Maybe a contributing developer can create a plugin for this by hook into the developers API meanwhile we wait for the core team to sort it? It's a plugin up for grab that according to this thread would have a lot of installs the first day :D

The problem is that this feature is deeply embedded into the Elementor core, a plugin long term would cause more problems than help.

I created a custom breakpoint (tablet landscape) by hacking the Elementor core which took me roughly over an hour to do, so realistically Elementor can implement this very easy and very quickly.

It just looks like it's not on their priority list and we will have to wait.

Strange it’s not on their priority list though, it should be a basic feature for every page builder, imho...
Il 26 apr 2019, 13:31 +0200, Berto notifications@github.com, ha scritto:

The problem is that this feature is deeply embedded into the Elementor core, a plugin long term would cause more problems than actually help.
I created a custom breakpoint (tablet landscape) by hacking the Elementor core which took me roughly over an hour to do, so realistically Elementor can implement this very easy and very quickly.
It just looks like it's not on their priority list and we will have to wait.

You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

The problem is that this feature is deeply embedded into the Elementor core, a plugin long term would cause more problems than help.

I created a custom breakpoint (tablet landscape) by hacking the Elementor core which took me roughly over an hour to do, so realistically Elementor can implement this very easy and very quickly.

It just looks like it's not on their priority list and we will have to wait.

I also think that Elementor could implement that fairly quickly. My opinion is that they don't want to implent it.

Please, add this function! Must have.

BertoUK, would you be willing to be hired to add the featured you did to my Elementor? If so, how can I reach you?
We're using Visual Composer until Elementor be able to edit mobile and landscape mode.

BertoUK, would you be willing to be hired to add the featured you did to my Elementor? If so, how can I reach you?
We're using Visual Composer until Elementor be able to edit mobile and landscape mode.

Not adviced. The feature is deeply embedded in the Elementor core. Any updates would completely remove the modification.

Would be ok if you let me see where the modifications were implemented so,
if updated I might put them back. Too Messy? Possible? Let us know!

Rog

On Fri, May 10, 2019, 2:57 AM Berto notifications@github.com wrote:

BertoUK, would you be willing to be hired to add the featured you did to
my Elementor? If so, how can I reach you?
We're using Visual Composer until Elementor be able to edit mobile and
landscape mode.

Not adviced. The feature is deeply embedded in the Elementor core. Any
updates would completely remove the modification.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/elementor/elementor/issues/2043#issuecomment-491214901,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMA6VB5U4R5C75XJ4CUVF33PUU2HJANCNFSM4DTWEIXA
.

Wouldn't it be possible to just use the developers API hooks instead and use child theme functions.php or code snippet and we are all good?

The hell yes! Might be an ingenious solution to achieve it. Hopefully,
elementor implements this soooooome day. This stupid issue is holding me to
move to elementor.

Let me know what you would need

On Fri, May 10, 2019, 3:29 AM alriksson notifications@github.com wrote:

Wouldn't it be possible to just use the developers API hooks instead and
use child theme functions.php or code snippet and we are all good?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/elementor/elementor/issues/2043#issuecomment-491224362,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMA6VB6HCJO5CHVK3G3ITH3PUU57ZANCNFSM4DTWEIXA
.

It is very poor not having these options, I don't see why and this thread with soon 120 comments should receive some attention from the lead developer at Elementor.

To me is a total fail. It's just me talking I know, but, once you tell a
client their website is going to be partially responsive because can't be
"landscaped" then you got the facepalm. BertoUk has just exposed the
Elementor's lack of interest, because the hell it can be done.

On Fri, May 10, 2019, 3:37 AM alriksson notifications@github.com wrote:

It is very poor not having these options, I don't see why and this thread
with soon 120 comments should receive some attention from the lead
developer at Elementor.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/elementor/elementor/issues/2043#issuecomment-491226812,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMA6VBZDMVYBYLU5QKA2YRTPUU64ZANCNFSM4DTWEIXA
.

I also wish they would implement this features, best if they would include a setting in Elementor > Setting page which allow users to manually enable these breakpoints. Bcz this feature is way too important nowadays with so many higher resolution display.

I do not understand why this feature is not implemented until now, for a page builder who positions himself as adaptive. I really want to leave the answer from the developers of the plugin in the topic. 2 years have passed.

What are the most common uses you see using this feature?
Which breakpoints would you like to add?

Thanks

XL (big monitors 21inch)
L (Laptop 13inch)
Tablet Portrait
Tablet Landscape
Mobile Portrait
Mobile Landscape

What are the most common uses you see using this feature?
Which breakpoints would you like to add?

Thanks

The most common functions are the ability to fully adapt the site to all types of screens. An example of such adaptability is the Smart Slider plugin. Breakpoints for this plugin:

file-8c-Vb-JLFu0-V
file-bo-Q67t-Qns9

THIS IS VERY IMPORTANT FOR CREATING ADAPTIVE SITES, AND WILL ALLOW TO LEAD ELEMENTER TO A NEW LEVEL!

@alriksson commented on May 12, 2019, 1:10 PM GMT+3:

XL (big monitors 21inch)
L (Laptop 13inch)
Tablet Portrait
Tablet Landscape
Mobile Portrait
Mobile Landscape

@codeorlov commented on May 12, 2019, 1:16 PM GMT+3:

What are the most common uses you see using this feature?
Which breakpoints would you like to add?

Thanks

The most common functions are the ability to fully adapt the site to all types of screens. An example of such adaptability is the Smart Slider plugin. Breakpoints for this plugin:

file-8c-Vb-JLFu0-V
file-bo-Q67t-Qns9

THIS IS VERY IMPORTANT FOR CREATING ADAPTIVE SITES, AND WILL ALLOW TO LEAD ELEMENTER TO A NEW LEVEL!

Please specify the most common two additional breakpoints

Why limit it to two? I face issues when using the desktop as one example, a laptop 13inch and a 21 monitor need different responsiveness for specific elements. and then the two others would be landscape for tablet and mobile. But please add a laptop and XL it's two different sizes of screens and has to be treated separately.

@shilo-ey, tablet-landscape: 1024px, mobile-landscape: 740px. but I'm sure it would be wise to add the ability to change these settings, like this: 5 breakpoints
file-bo-Q67t-Qns9

@shilo-ey @codeorlov and please separate desktop and laptop screens, meaning 6 breakpoints

@alriksson, @shilo-ey :
to summarize, to achieve maximum adaptability, we need the following breakpoints:

phone portrait - 440 pixels
landscape phone - 740 pixels
portrait tablet - 800 pixels
landscape tablet - 1024 pixels
laptop - 1200 pixels
computer - 1440 pixels

This will allow you to create the most responsive websites for any device and will allow the elementor manager to be called the best adaptive page builder. Thank!

Please respond to a comment if you think this is a very important innovation. 👍

@codeorlov Many thanks, yes this is the ultimate solution and would be great to see as soon as possible! Let's make Elementor responsive again!

Agreed with what @codeorlov said and pictured in his mockup.
The key is to make the breakpoint values editabe and have the possibility to turn them off. The websites and styles of development differ and this option has to be as adaptable as possible. Otherwise it could become quite a mess and turn into a nightmare for inexperienced users or customers.

Taking me as an example, I would be fine with just one more breakpoint with these settings:
0-480px: mobile portrait
481-768px: mobile landscape / tablet portrait
769-1024px: tablet landscape
1025-1200px: laptop
1201px and more: desktop

I usually limit the page width to 1400 or so, so I don't need the XL breakpoint and extra 60px region between 740 and 800px doesn't make much sense to me.

But these are mine preferences and they might not be transferable to others. The beauty of the editable settings would be, that individual preferences actually don't matter, you can set all to your likings.

And for the sake of the backward compatibility and simplicity, even with these new options available, Elementor can be set by default the same as it is now (with new extra breakpoints turned off).

+1 for this.

Thanks for clarifying. we will look into this in the near future and notify in this thread when there's an update.

Thanks!

@shilo-ey, this is just great news! I look forward to!

Great, also looking forward to see that happening.

+1 hope to see this released soon. Thanks Elementor!

A presto,
Antonio
Il 20 mag 2019, 14:42 +0100, Fons-builder notifications@github.com, ha scritto:

Great, also looking forward to see that happening.

You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

Please, please have landscape breaking points or allow at least 3 more custom breaking points. I have to use Elementor for work and it's frustrating not having a landscape breaking point especially when using the bottom shape divider. It's cutting off my text and getting lost in the divider because they are the same color. I love using Elementor and this is a flaw that keeps killing me that its not an easy function to fix, but I have to go in and customize this with CSS. I can do with having to import custom fonts, but this function please fix.

Ideally I'd like to be able to add as many custom breakpoints as I need, but adding phone landscape and tablet landscape would at least help. Hopefully this is implemented soon... it's been requested for a while.

When will the Brakpoints for Landscape alignment finally arrive? The post is open since 20 Jul 2017? WTF!

Wow, seems like they still didn't make any process on this huge issue!

Wow, seems like they still didn't make any process on this huge issue!

It makes the impression that they are not interested in implementing this feature.

Visual composer has it guys.
Il 17 giu 2019, 14:42 +0100, actgmbh notifications@github.com, ha scritto:

Wow, seems like they still didn't make any process on this huge issue!
It makes the impression that they are not interested in implementing this feature.

You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

I’ve switched to webflow. It has way more customizing in general but for clients that want Wordpress I just purchased visual composer, and yes I can code but this allows me to pass the site to the client with them being able to make minor tweaks very easily. Bye Elementor!!! You blew it.

Any news/updates on this one? Right now I have to add everything manually and it would be amazing to just have additional breakpoints implemented. Especially the one for laptop/landscape tablet. This is the biggest issue by far, what works for HD/2k screen is getting ruined when scaling down to 1300/1200px width and should be fixed manually atm. Hey, Elementor, please?

Any news/updates on this one? Right now I have to add everything manually and it would be amazing to just have additional breakpoints implemented. Especially the one for laptop/landscape tablet. This is the biggest issue by far, what works for HD/2k screen is getting ruined when scaling down to 1300/1200px width and should be fixed manually atm. Hey, Elementor, please?

There seems to be no one to hear us

This and not being to override base section element prevents me from purchasing the Expert licence:( I mean I make around 60 websites a year, most of them can be done with Elementor, but I simply need to be able to override this and some other things. For now I usually stick with WP Bakery Builder.

Fun to receive Responsive design from elementor when they are not even able to implement this very basic feature...
On Jun 30, 2019, 10:15 PM +0100, mdca notifications@github.com, wrote:

This and not being to override base section element prevents me from purchasing the Expert licence:( I mean I make around 60 websites a year, most of them can be done with Elementor, but I simply need to be able to override this and some other things. For now I usually stick with WP Bakery Builder.

You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

Look like they thought icons were more important to add first... Elementor doesn't seem to care much about making real responsive designs?

+1 I just added a familiar feature request because I did not know to do a good search on Github;).
Anyway, this would be a great addition, although it also means even more work on a website that already consumes a lot of time to get everything right in responsive modes. ;)

+1 This is a very needed thing, very basic. I thought I missed something when I couldn't turn mobile and tablet lanscape on.
I enjoy the lots of cool features of Elementor and I would like to see this feature as the 4th leg of the chair. Thanks!

@shilo-ey, is there any news regarding this functionality? I'd love to see this in a future update, this is really important.

BertoUK, months pass by and NOTHING from ELEMENTOR developers, seems they
just don't care or even worst, they don't know.

As you did, Is there any way you create anything for all of us to modify
the required files or kind of snippet that get the job done??

I would be willing to pay you a "donation" via PayPal. and, I guess,
talking in the name of others, some of us could, as they just don't care to
ear our request.

Let me know

On Fri, May 10, 2019 at 2:57 AM Berto notifications@github.com wrote:

BertoUK, would you be willing to be hired to add the featured you did to
my Elementor? If so, how can I reach you?
We're using Visual Composer until Elementor be able to edit mobile and
landscape mode.

Not adviced. The feature is deeply embedded in the Elementor core. Any
updates would completely remove the modification.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/elementor/elementor/issues/2043#issuecomment-491214901,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMA6VB5U4R5C75XJ4CUVF33PUU2HJANCNFSM4DTWEIXA
.

--
Rog Castillo P.
Fotografía & Realidad Virtual
6016-8907

is there anything else?

I would be willing to pay you a "donation" via PayPal. and, I guess, talking in the name of others, some of us could, as they just don't care to ear our request. Let me know

Yeah, let’s crowd-source that?

Wow still nothing and silence too, completing ignoring their customer base! I'm a bit shocked actually.

All that engineering genius and some additional breakpoints defeat you, Elementor? Come on...show us for once that you are listening to the community.

I know you want to keep things simple Elementor team, but there really needs to be an extra breakpoint between phone and tablet, at the least. Keeping things so simple is making designs ugly.

This is a critical issue - we are having to use custom CSS which defeats the whole point of a page builder

These guys are way, waaay too busy making money on irrelevant new features to listen to you lot. Just read 'Ben from Elementor's' ramblings to fully understand how little your pain means to Elementor.

@yourapiexpert I just don't understand how this feature could not exist. They want to give people this high level of control, and then expect them to NOT want to tweak in landscape view. I mean, it's too bad, but it's probably a deal breaker for us. We're already committed to two small projects, but I can't imagine recommending this for a 3rd.

@jchornenky I have several of the Elementor 'Expert' licenses and you think that would mean something to these people but alas we also have to run custom CSS. I cannot understand why this feature has not made it in yet as it was a complete oversight by the Elementor team in the beginning to not include this.

Is it the belief of the entire Elementor team that every person in this world, irrespective of mobile device, uses these in portrait mode?

In any case, your very own site, and mission statement in fact claims, "It's about time for a live page builder, with no limits of design."

No limits? I'm calling BS on that one.

More than 2 moths ago @shilo-ey answered on another thread (#8358):

Actually, we have a functioning POC of this already present here: #4895
Currently, our scope is to release version 2.6.0 and afterwards we will review it and consider adding it to our core in the next version. After version 2.6.0 is released we can talk and consider using your code.

Version 2.6.0 is released, 2.7.0 is in beta, POC is closed. So, what's the state of this feature, it is coming or not? Is there some discussion about it somewhere?

Thread #78 is already 3 years old with same issue and they even don’t get why it is so important for us users.

It's the arrogance you see in most successful tech companies ... they forget how to listen.

I've already created my first site with an alternative (Brizy) ... not because I needed any particular functionality, but because I need to know how to build with other page builders.

Hello,

As you know this feature is vastly requested by all of our users.
By creating Elementor, we always wish to provide the best possible solutions for our users "pains" and this is one of them.

Having said that, we also want to release a complete and intuitive product which will allow all of our users better workflow.

To do so we need to provide some infrastructure improvements to allow those changes, both in general responsive UX and in more stable performance.
Creating this feature the wrong way will probably cause the editor to perform badly, and that's why we are not urging to release it yet.

Just extending the current breakpoints with a few new ones will cause a major performance issue and that is why we are working on a better solution.

I can assure you that we are working on a solution to this issue.
We will not tolerate overwhelming tone in this repo, so please be respectful to each other and try to be patient.

This is long past what you will and will not tolerate. Why should we tolerate an organisation who, after three years, has not taken ownership of a 'vastly requested' feature. After three years you are STILL pondering infrastructure changes under the guide of doing 'the wrong thing'.

Come on @shilo-ey - you're laughable. Take proactive ownership, keep the users updated and make sure that this feature is project managed 'the right way'.

Time to step up and show the community you matter where it counts the most.

"Elementor Pro is the most advanced page builder plugin for WordPress"
"It’s about time for a live page builder, with no limits of design. A page builder that delivers high-end page designs and advanced capabilities, never before seen ..."

SHOW US WHAT YOU PROMISE!
Not having a possibility to make a simple different design for portrait and landscape tablet is not very advanced and limits design possibilities.

In my opinion this is an unnecessary size, we prefer to keep the mobile-editing easy and simple as possible.

But in your opinion, what size should be added exactly?

This shows a pretty big disconnect between the team who is coding it and the people who are using it. Anyway - assuming there is a big enough demand, isn't this what 3rd party plugins are for? I'm wondering if there is anything inherently preventing this. I mean you can already adjust the breakpoints, right?

Hey, folks. Would you please show some respect for the devs. This is not the place to vent. Just add +1 and wait for it....or change to another builder.

Add +1 and wait for it? It has been over 2 years.

I intentionally hacked Elementor to prove how simple it was to implement this. I am not here to attack anyone but they have simply ignored the issue which has caused frustration amongst paying customers.

" If you had no electricity would you also just +1 with your neighbors and wait?"

Well, you are paying for electricity, so of course not.

In Elementors case, you are NOT paying for custom breakpoints.

I think the real problem is lack of communication, not that is could
take a while to add this new feature.

I've had a similar experience with photo software, a raw converter,
where the whole community got so angry after years of waiting and
without any news/updates from the company behind the software, that many
of them (including myself) got sick of it and moved over to another
application, but with the frustration of having spent much time and
money and hoping and hoping... The software I'm talking about is loosing
customers everyday and is as good as dead imo.

I'm not saying that this is the case with Elementor! I'm just saying
that communication is everything so customers keep having faith in the
software the (need to) use everyday. So it would be good if there would
be a message like 'We're working on it and expect is to be available in
two months', followed by updates. It should not be so difficult if there
is someone at Elementor who checks with the developers once a week or so
on some important issues so that that can be communicated to the users.

Op 30-08-19 om 10:53 schreef Berto:
>

Add +1 and wait for it? It's been over 2 years.

I intentionally hacked Elementor to prove how simple it was to
implement this. I am not here to attack anyone but they have simply
ignored the issue which causes frustration amongst paying customers.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/elementor/elementor/issues/2043?email_source=notifications&email_token=ABVWGW623YWAXS6WSZIK4GDQHDNX7A5CNFSM4DTWEIXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5RA46A#issuecomment-526519928,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABVWGWZJ7SD6MDIVGQ5UOTLQHDNX7ANCNFSM4DTWEIXA.

That is rather juvenile logic. By that same logic we would still be kn
Windows 3.11 and 19.2k modems if the consumer did not have a reasonable
expectation of progress for their product or service subscriptions.

And that is what we have here. A perpetual agreement that for a price
certain services, features and enhancements are delivered.

Otherwise who would want to remain with a crippled software stuck in the
past delivered by an organization careless of their customer base?

Oh, so your saying you haven't gotten any new features for the last 2 years?

To be honest, I do not miss "custom breakpoints" at all. There are a lot of things I would rather have before this.

This tells that the users of the software have different needs.

Just +1, but keep us up to date, waiting for Some time now...

Absolutely correct. However where are your needs in terms of importance
and need? For that matter where are my needs of custom breakpoints in
terms of priority and need considering it is ‘vastly requested’?

We do not know.

If your desired feature outweighs mine then fine. But at least show the
customer that you listen, have a plan and roadmap and are making an effort
to honour the requests of the many that keep you in business.

Today we have nothing and know nothing other than speculation and a whole
lot of maybe’s that have not come to fruition.

I don't miss custom breakpoints much myself (yet), just saying lack of
communication can do much harm.

Op 30-08-19 om 11:27 schreef elasticeye:
>

Oh, so your saying you haven't gotten any new features for the last 2
years?

To be honest, I do not miss "custom breakpoints" at all. There are a
lot of things I would rather have before this.

This tells that the users of the software have different needs.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/elementor/elementor/issues/2043?email_source=notifications&email_token=ABVWGW2LZP5WUUVTCQAAJWTQHDRXLA5CNFSM4DTWEIXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5RD3VQ#issuecomment-526532054,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABVWGW3XG2BBWNJRI4VDV3DQHDRXLANCNFSM4DTWEIXA.

Honest question - how can you design a site when you can’t design for landscape view?

Our QA team just noted that the design in landscape has partner logos pushed behind another element. Our devs reply that “you required us to create this using Elementor ( so client could modify pages ) - we can fix this issue but not using Elementor. Only using custom CSS”.

Seriously what do I tell our client? “Oh yeah sorry. The page builder we recommended doesn’t allow you to adjust for landscape views”. Because that is literally what I had to do today. It wasn’t fun.

On Aug 30, 2019, at 2:34 AM, kneops notifications@github.com wrote:

I don't miss custom breakpoints much myself (yet), just saying lack of
communication can do much harm.

Op 30-08-19 om 11:27 schreef elasticeye:
>

Oh, so your saying you haven't gotten any new features for the last 2
years?

To be honest, I do not miss "custom breakpoints" at all. There are a
lot of things I would rather have before this.

This tells that the users of the software have different needs.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/elementor/elementor/issues/2043?email_source=notifications&email_token=ABVWGW2LZP5WUUVTCQAAJWTQHDRXLA5CNFSM4DTWEIXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5RD3VQ#issuecomment-526532054,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABVWGW3XG2BBWNJRI4VDV3DQHDRXLANCNFSM4DTWEIXA.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

I checked 3 of my sites, and they all look fine in mobile landscape mode.

They must be very boring sites.

this really need to get on the pipeline , instead of all sort of visual fancy new features you guys are adding. i love it but this really need to get added. Damn the time im using to fix it, when client is sitting on a small 15, screen laptop. and trust me there are many....

Oh no no nooo....background sliders are all the rage now. How dare you wish for a useful feature like this one. Just keep paying your money to Elementor for cutting-edge things like background sliders.

Oh no no nooo....background sliders are all the rage now. How dare you wish for a useful feature like this one. Just keep paying your money to Elementor for cutting-edge things like background sliders.

Are you still using Elementor?? Thought you switched builder, since you're sooo unhappy with it.

come on! if you look at what macbook sites look like, you start to laugh.

Oh no no nooo....background sliders are all the rage now. How dare you wish for a useful feature like this one. Just keep paying your money to Elementor for cutting-edge things like background sliders.

Are you still using Elementor?? Thought you switched builder, since you're sooo unhappy with it.

Have you revamped your sites yet? I thought you were the prime candidate for requesting the new 'fancy dividers'.

My sites are doing fine, and my clients are earning lots of money from them. So, why are you still using Elementor?

What is going on here? Censorship in action? I also don’t understand why so many calls were left unanswered. Is it time to look for an analogue?

Yourapiexpert, just use another builder, and get out of this community.

tenor

Yourapiexpert, just use another builder, and get out of this community.

By your own testimony you don't even care about this feature so pipe down and let the community have their say without you.

Do you REALLY think the Elementor team will speed up development on this if the tone here is disrespectful?! I think not.

Well, that's it for me. Good luck in talking shit to the developers.

So how do you all deal with this currently? Just set new breakpoints, regenerate your files, fix them, and then change back?

I need to give my clients _some_ method for dealing with this.

@yourapiexpert I've been thinking about this, and I can see several reasons why other features get priority. I don't know the devs thinking - but someone, somewhere, is making decisions about product growth. Here are some possible users:

1) Inexperienced enough that Elementor is a vast improvement for them - having a landscape view not look perfect, or break sometimes doesn't matter. They gained critical control over layout they didn't have before.

2) Experienced enough that adding custom CSS, or doing a bit of extra tweaking manually might be a pain, but isn't a deal-breaker.

My use case, and possibly yours - just isn't a priority over these growth areas. My clients are in a weird area:

  • Graphic Designer with high expectations and minimal html experience ( eg: used to use Muse )
  • Work for company where a broken view or layout problems is a major issue ( eg: small business where ANY complaint about the website can cause ripples )

So unfortunately, I can't 100% recommend Elementor, the inability to handle additional break points means landscape views will slip through the cracks, and cause problems. It is still better than nothing - but we will continue to investigate other page builders.

Look at that! So many deletions and yet the graphic language from elasticeye remains?! Bad Elementor! Shall we add biased to the list of claims against you as well?!

Dear Elementor Team,
Here are lots of people watching this thread who are waiting for this change with breakpoints to get landscape mobile and tablet view who are not communicating hard just waiting for the change silently.
I just wanted to let you know and thank you for your work.

I would encourage all people watching to voice their request. Without it, Elementor would not know the demand or desire for this feature.

Dear Elementor team,

Overall Elementor's feature list has been overwhelming. However the current state on the media breakpoints, grid layout (set full-width in current desktop grid is still impossible after 3 years of testing).

I sincerely wish you could help us on solving the Custom Breakpoints + Columns issue as illustrated below. As this is way too crucial for modern layout website design.

I hope you all could make this a priority or least keep us in the loop on how we all could positively contribute to make this happen.

We all do aware the importance of keeping this feature won't break older version. However, there are so many brain in this group and could we all at least could contribute positively, squeezing our brain juice in solving problem is always better than squeezing our anger in Github. There would be acceptable toleration solutions we could all agree with.

elementor1

elementor

This is really needed.

What are people's recommended workarounds for adding custom breakpoints to the Elementor design process?

Does anyone at least know how or if it's possible to change the editing screen's 'preview' resolution to match the actual breakpoint resolutions?

![2019-10-04 11_03_02-Elementor preview resolutions]
(https://user-images.githubusercontent.com/47791589/66218237-c7053180-e696-11e9-8c35-a8bfa06526cb.png)

x 1 million +

x 2 million. I feel that this feature is one of the most important features of all to hash out not matter how hard it is. If you could let us know if this is planned any feedback would be much appreciated. ps you can do it! I love the tool but this would take it to the next level!

There are MANY users who are still looking for an Adobe Muse alternative. If Elementor could add more breakpoints, it would be the best alternative BY FAR. We REALLY need something like this:

+1 for this, it would be incredibly useful to add a 4th and even 5th breakpoint (XL screens) and/or landscape orientations.

For anyone interested, this tutorial shows how to modify yourself, but I have not tested it out:
https://kodestat.gitbook.io/elementor/

+1 for this, it would be incredibly useful to add a 4th and even 5th breakpoint (XL screens) and/or landscape orientations.

For anyone interested, this tutorial shows how to modify yourself, but I have not tested it out:
https://kodestat.gitbook.io/elementor/

it does not work anymore

^ Ah, good to know. I saw they wrote that using version 2.1, so that doesn't totally surprise me.

If I have time this weekend, I'll try to go through the code to compare and see what tweaks could be made to get it working again.

^ Ah, good to know. I saw they wrote that using version 2.1, so that doesn't totally surprise me.

If I have time this weekend, I'll try to go through the code to compare and see what tweaks could be made to get it working again.

would be great!

This bug has been opened more than 2 years ago, it's crazy it hasn't been
addressed yet and in the meanwhile they keep launching less useful updates.

Il giorno mar 15 ott 2019 alle ore 23:39 rootmegusta <
[email protected]> ha scritto:

^ Ah, good to know. I saw they wrote that using version 2.1, so that
doesn't totally surprise me.

If I have time this weekend, I'll try to go through the code to compare
and see what tweaks could be made to get it working again.

would be great!


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/elementor/elementor/issues/2043?email_source=notifications&email_token=AJXZWGS3IDD5KHBOKGSCDZ3QOY2AFA5CNFSM4DTWEIXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBKJ3EA#issuecomment-542416272,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJXZWGRUUTH5Q4R6TB3X6LTQOY2AFANCNFSM4DTWEIXA
.

--

[image: Community Inserzionisti]

Antonio Tresca
AdWords Community & Social Manager

www.antoniotresca.it
anto.[email protected]
Follow me: https://www.linkedin.com/in/atresca?trk=hp-identity-name
https://twitter.com/antoniotresca https://www.facebook.com/anto.tresca

This email may be confidential and privileged. If you received this
communication by mistake, please don't forward it to anyone else, please
erase all copies and attachments, and please let me know that it has gone
to the wrong person. The above terms reflect a potential business
arrangement, are provided solely as a basis for further discussion, and are
not intended to be and do not constitute a legally binding obligation. No
legally binding obligations will be created, implied, or inferred until an
agreement in final form is executed in writing by all parties involved.

until another better builder appears

Can’t imagine what’s going on here. Seems to me like a easy to understand request which many many Elementor users would like to have and which would make work much easier.

I have websites with more than 80% of visits are coming from mobile and tablet devices.

I can’t understand why 2019 (2020 soon..) this could take so much time to implement.

Aren’t there any third party plugins for Elementor to address this issue..?

Thanks

Aren’t there any third party plugins for Elementor to address this issue..?

Thanks

Came across this one while researching, but I have not tested it out:

https://pafe.piotnet.com/docs/custom-media-query-breakpoints%E2%80%8B/

If you try it out, please let us know.

Has anyone tested the plugin in the link above (https://pafe.piotnet.com/docs/custom-media-query-breakpoints%E2%80%8B/)? Looks like a good solution until Elementor get their fingers out......

Because it seems that 1366x768 resolution is actually very used, i was just thinking about making a plugin to add custom breakpoints - the Elementor way, but i figured out that it would create more problems than solutions because it could really slow down the site.

Just imagine all responsive controls (in Elementor free, PRO and other Elementor Addons) multiplied by x custom breakpoints. It's nuts.

So i'll just create some custom CSS and save performance instead. For those not knowing how to create media queries, here's the first Google result for "media queries generator" http://giona.net/tools/css3-mediaquery-generator/ . I'm sure there are others.

I am currently managing some 70 sites which are viewed by higher income US residents.
Around 15% of all visitors are on iPhone X and 12% on iPhone XR.
5% of visitors are on laptop at 1920 wide and 5% at 1440 wide.
So I think you need to look very carefully at your own analytics to determine what is most important in your own context.
For me there are therefore complexities with the standard Elementor break points and default boxed width. Using the standard default, the tablet break now incurs a crossover where top end iPhones will be recognized as tablets not mobiles. And the boxed default width can look pretty stupid on a 1920px screen.
I've reset the tablet break point from 768 to 900, and the boxed default to 1260. At present that means tablets in portrait will use the mobile layout, while landscape will use tablet layout.
I've also uprated all Elementor text fields by 10% sizing on screens wider than 1500.

Comments??

There will almost always be a need for some custom css / breakpoints for very specific elements on any given site. That's just the reality of the world we live in.

But I do think it would make sense to increase from 3 to maybe 5 breakpoints as a general start. It's what bootstrap has done with v4 and above- xs, sm, md, lg, and xl.

This gives much more flexibility and would better account for all the different screen sizes we deal with these days, from small to large mobile phones, tablets, laptops, desktops, and giant 5k screens, etc...

Please just add this already!

Lost my faith in Elementor. This will never happen

I really want this to happen, I've been using Elementor for a few months and this is my biggest issue with it, sites can look beautiful until you look at them portrait on tablets, then they really don't look good at all.

How is it possible that in 2020 they claim to be a responsive page builder and don’t support landscape modes? That’s odd...
Il 31 ott 2019, 12:02 +0100, LuciMH notifications@github.com, ha scritto:

I really want this to happen, I've been using Elementor for a few months and this is my biggest issue with it, sites can look beautiful until you look at them landscape on tablets, then they really don't look good at all.

You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.

As I commented before, it becomes more complex, I think.
With breakpoints at 768 and 1024, because of increased viewport resolutions, the iPad Pro becomes a laptop, and iPhone X and variants become a tablet.
At least if they do introduce more breakpoints, I'd like the option to disable them, both to save code bloat, and to reduce responsive design to alternatives tailored to the specific common devices of the users of my sites.
Right now, I'm seriously tempted to disable tablet altogether by setting the breakpoints to 900 and 901, thereby effectively applying laptop design to tablets (90% are viewed in landscape), and mobile design to all mobiles (including the latest hi-res ones) and tablets in portrait.

"What are people's recommended workarounds for adding custom breakpoints to the Elementor design process?"

What all web developers do: You manually write @media queries in CSS, wherever you prefer to store your CSS. You do this as part of an optimization process after the main logic, content and styling is done for your project. This is standard practice in all development environments, and is not isolated to WordPress or Elementor.

For some perspective, think of all the other WYSIWYG development experiences... modern SAAS web apps (any site/page builder) and going back to local software like Dreamweaver... none offers _unlimited custom break points_ through the main interface. They all offer just a handful of pre-designated breakpoints (aka views) as guidelines. Expanding this probably involves tough challenges in UI/UX rather than technical issues. Whatever the case, to go outside the patterns in the main software, you need to manually implement custom @media queries in CSS.

Broadly speaking the issue is more "why can't we have a WYSIWYG experience with unlimited custom break points" and Elementor is just in the line-of-fire here with this community because it happens to be the most popular builder for the most popular web platform (WordPress).

"... because it could really slow down the site."

This is a weak argument. How would it make it any slower than what's possible now? Currently you could dive in an make responsive adaptations on 1000 elements in the editor view (which technically are probably just @media queries in the background). Or, you could go ahead and manually build 1000 custom @media queries too. Any issue with performance is easily mitigated with alerts like "Hey, watch out how many responsive adaptations you make!".

In the end, it's up to you how you wish to abuse your project. The point is no one wants to be restricted ("give us full power to abuse!") especially for paid versions of what is marketed as a complete solution when it's really only a good tool for some particular users.

IMHO, Elementor is powerful, but I use it more as a convenient prototyping tool and I always expect to write manual @media rules in CSS.

Having said all this... Elementor really just needs only one additional breakpoint and I think the majority of people in this thread will be satisfied for a long time. If it happens, it would make sense for it to be a part of a major version release.

@TheMangoTrain "... because it could really slow down the site." is not a weak argument. It's _the_ argument most likely this feature is delayed. I mean, does anyone really want to sacrifice the time it gets to load Elementor (it already loads kind of slow), or to add extra DB queries.

All for what, a few fine tweaks that would just require a few media query lines!? I mean, really, if you'd have to add many media query CSS lines, that i'm afraid you're doing it all wrong.

I'm working with all sorts of layouts (full-width, 90vw wide etc.) and most of what i do adapts well. I don't need to adjust things every 100px.

I really want this feature too, and get why everybody wants it, and it's just a matter of time until it will get into Elementor (that's why this issue is still opened), but i'm thinking that it will be implemented differently, on some sort of "demand", not just pushing extra breakpoints into every control.

@TheMangoTrain "... because it could really slow down the site." is not a weak argument. It's _the_ argument most likely this feature is delayed. I mean, does anyone really want to sacrifice the time it gets to load Elementor (it already loads kind of slow), or to add extra DB queries.

All for what, a few fine tweaks that would just require a few media query lines!? I mean, really, if you'd have to add many media query CSS lines, that i'm afraid you're doing it all wrong.

I'm working with all sorts of layouts (full-width, 90vw wide etc.) and most of what i do adapts well. I don't need to adjust things every 100px.

I really want this feature too, and get why everybody wants it, and it's just a matter of time until it will get into Elementor (that's why this issue is still opened), but i'm thinking that it will be implemented differently, on some sort of "demand", not just pushing extra breakpoints into every control.

I agree. Right now, it can be a pain to have to review tablet settings because laptop/mobile are not applied by default, and would probably work perfectly well if people concentrate on relative measures (% or vw/vh) and not absolute adjustments with px or em.
How much more work will it be if we are forced to review at least two extra layouts (tablet landscape and mobile landscape).

This is starting to just become an argument of philosophies and semantics.

I don't think anyone should need a breakpoint for every 100px or whatever. But only having 3 breakpoints is outdated, and does leave some major gaps, specifically in the landscape tablet / small laptop vs. larger desktop viewpoints.

Most modern frameworks have gone from 3 breakpoints to 5, which is far more flexible. That's my suggestion.

Most modern frameworks have gone from 3 breakpoints to 5, which is far more flexible. That's my suggestion.

Agreed, it would definitely matter is indeed flexible, and i'd want this too. But probably more than half of requests in this topic want _custom unlimited breakpoints_.

I looked through the code when i wanted to create a plugin for this, and noticed there are some extra breakpoints - lg (landscape tablet), xl and xxl eg: https://d.pr/i/VBi072 . Elementor devs. wanted this too but stopped. Keep in mind this is a 2 year old topic with many, many requests. The motivation to stop was something serious.

If this feature will be added, it really needs to create the custom breakpoint controls dynamically, only when needed and only on the CSS module.

5 would be fine. I'm just saying it's a visual page builder, it's dramatically less usable if I can't effectively see what it's going to look like on really standard device types (4x phones and tablets, tablet landscape mode, etc.).

Please, add this feature...

Hi Elementor Team,
@kobizz @KingYes @matipojo @arielk
I realize that the reason for postponing this feature is because you are worried that users might lose their data since we have worked on it.
Since this is now impossible please add a feature to the file so that theme developers can add new Responsive Breakpoints to their products. What do you think?

This feature is the bottleneck of Elementor, I wish team Elementor could enable these breakpoints as it is way too crucial for modern devices and bigger display.

Or perhaps team Elementor could share their pain point / consideration / worries with us so we could work it out together?

Even if the new custom breakpoint only work for new website, new setup I believe most of us would be able to work together on this. Even if it required to be manually configure on our own theme (functions.php) or whatever, at least we could solve the major bottleneck issue.

I wish team Elementor could openly discuss with us to find a balance way to work this out.

@shilo-ey People here are hungry for that feature.
Any news on implementation in version 2.8? I read it was already planned for 2.6 or so?
https://github.com/elementor/elementor/issues/8358

This feature is the bottleneck of Elementor, I wish team Elementor could enable these breakpoints as it is way too crucial for modern devices and bigger display.

Or perhaps team Elementor could share their pain point / consideration / worries with us so we could work it out together?

Even if the new custom breakpoint only work for new website, new setup I believe most of us would be able to work together on this. Even if it required to be manually configure on our own theme (functions.php) or whatever, at least we could solve the major bottleneck issue.

I wish team Elementor could openly discuss with us to find a balance way to work this out.

I believe they need to do something about this. I see new page builders which are no less than Elementor are actually offering the Elementor Pro features in their free versions. Also, using React in coding and production has shown a great performance leap in this product. @KingYes

I already would be happy if we had some mobile and tablet LANDSCAPE modes available on the preview tab....It's all only portrait modes.

Would this plugin help?

https://pafe.piotnet.com/docs/custom-media-query-breakpoints%E2%80%8B/

Have you already tested it? I didn't heard about it before.

Would this plugin help?
https://pafe.piotnet.com/docs/custom-media-query-breakpoints%E2%80%8B/

Have you already tested it? I didn't heard about it before.

I've not tried it or properly read about it, I just thought I'd share in case anyone else has looked at it, or has used it.

In my opinion this is an unnecessary size, we prefer to keep the mobile-editing easy and simple as possible.

But in your opinion, what size should be added exactly?

I agree that the mobile-editing feature should be kept easy and simple as possible BUT IMHO Elementor SHOULD give us the option to modify the 'Responsive Mode' feature:

  1. Turn on/off landscape/portrait mode (for actual breakpoints AND for custom breakpoints).
  2. Ability to add custom breakpoints (and ONLY if the user adds custom breakpoints THEN the 'Responsive Mode' feature will show them).

Personally haven't test yet the Custom Media Query Breakpoints extension from Piotnet but this official video shows how it actually works: https://www.youtube.com/watch?v=H8tBGsN6i4w

OK, 2020 is here. Do we have any commit from the dev team on this issue? I too voice my request for the Tablet and Mobile landscape modes added to the responsive views (with the ability to edit the default sizes, just like we can edit the default portrait modes now. I do not think adding the landscape views would increase the complexity of the responsive settings. On the contrary, they will give us better control. Let's make it happen.

There is a live webinar with Q&A from Elementor with Ben Pines (Head of Content @ Elementor).
Perhaps some people here want to join and ask some questions about this topic and the problems we are struggling with (regarding custom breakpoints and mobile preview mode)

The webinar is called "Learn About the Future of Building Websites" ... i would say, our topic fits very good to this :-)

You can find the details at:
https://elementor.com/pages/future-website-building/

you can set a reminder on youtube at this link:
https://www.youtube.com/watch?v=b3IFupAt5ko&feature=youtu.be

cheers.

The webinar is called "Learn About the Future of Building Websites" ... i would say, our topic fits very good to this :-)

Only waste time. The developers have been ignoring this issue for almost two years and will continue. No webinars will solve anything!

Simple automatic possibility to automatically resize a font size when parent-holder element-widget resizing - so whole widget with images and blocks and even with text will resize synchronized and proportionally - will be great!
(VW font size works bad.)

This is how much they don't care about us.

Celebrating 4m installs, and opens a vote poll for a new feature to vote on.
https://elementor.com/blog/4-million-active-installs/

You guessed it right - there is NO option for custom breakpoints.
What annoys me the most is that they say the 4 features you can vote for (totally useless) is the most requested ones - so yeah they're lying too now.

It bugs me as hell how much these guys don't care about this issue that has been open for almost 3 years with no staff replies. I'm starting to think they muted this thread too so we can all rage in peace.

I am furious..

Personally, I decided not to renew the license (Expert). Which I advise you to do. There’s no other way to get through. The current functionality is enough. And if nothing useful is expected, then there’s nothing to pay for!


Лично я принял решение более не продлевать лицензию (Expert). Что и вам советую сделать. По-другому достучаться не получится. Текущего функционала достаточно. А если ничего полезного не предвидится, то и платить не за что!

Yes, this is hilarious! I feel very much fooled by Elementor makers. They trample the loyal user with feet. Seems they just went megalomaniac seeing how far Elementor has spread, instead of seeing their responsibility in humbleness.

I have around 14 sites for clients running on my Expert license and just renewed it. I wonder if there is a possibility to step out of this dependency to Elementor without loosing all the good stuff the pro versions brings to the sites? Are other page builders like Oxygen so much better in their service to customers?

I couldn't resist so I wrote them an email and this is their reply:

Hi,

Thank you for contacting us.

The developers are already aware of this and are working on developing this feature. That is why the mobile editing icons were re-arranged from horizontal to vertical.
There is no specific ETA when this feature will be released, but, the developers are working on it.

Please, let me know if you need any other assistance.

Best Regards,

The exact same answer was written to me about a year ago. And they will write in a year )


Точно такой же ответ мне написали около года назад. И напишут ещё через год )

Has anyone seen a table which lists for each of the wp pagebuilders the number of breakpoints supported, whether these are customizable etc. I'm mostly focused on elementor but am starting to look at other options for some pages

I have just experienced the same problem! My websites do not look good on the iPad Pro 11 in landscape mode. It is ridiculous that Elementor is not possible to solve this problem since 2017!
Have just opened another ticket with the support and I encourage everyone to do the same to get this finally solved.

Has anybody a solution how to override Elementors way to make it better?

The only solution I found on the Internet on this issue: https://kodestat.gitbook.io/elementor/ I have not tried it yet. Who will take a chance? )))
Shame and disgrace to the Elementor developers!


Единственное решение, которое я нашёл в интернете по данному вопросу: https://kodestat.gitbook.io/elementor/ Пока не пробовал. Кто рискнёт? )))
Разработчикам Elementor стыд и позор!

I will give it a try next week. Thank you for the link. I am with you guys:
Elementor Pro will not be extended beyond the first year until they start
features that matter instead of gimmicks. Спасибо за линк, дружище!

On Sun, Feb 9, 2020, 1:05 PM mcj777 notifications@github.com wrote:

The only solution I found on the Internet on this issue:
https://kodestat.gitbook.io/elementor/ I have not tried it yet. Who will
take a chance? )))

Shame and disgrace to the Elementor developers!

Единственное решение, которое я нашёл в интернете по данному вопросу:
https://kodestat.gitbook.io/elementor/ Пока не пробовал. Кто рискнёт? )))
Разработчикам Elementor стыд и позор!


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/elementor/elementor/issues/2043?email_source=notifications&email_token=AEON3XUDGD67DC4TJBAEATTRCBHYXA5CNFSM4DTWEIXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELGVBWY#issuecomment-583880923,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AEON3XRUSVFS4E3CTRCY6JDRCBHYXANCNFSM4DTWEIXA
.

still no updates on this?

I am adding my comment here so that the nice dev people :) at Elementor will consider all of our requests. I have the Annual Pro Version subscription - not having to find and implement workarounds would save a lot of time! Particularly when it comes to horizontal/vertical view with tablets etc...

Elementor really needs this feature. Compared to other builders, only having 3 breakpoints is under par. Elementor pretends it gives people full control, and it does in many ways, but in this regard it's lacking.

hey guys, anyone used this plugin so far for Elementor extra custom breakpoints -> www.wepixel.ro/custom-breakpoints ? I saw it on Facebook and it sounds nice, as with Elementor you can adjust only one custom resolution a time and it takes a looot. Opinions?

Looks ideal if it works, but surely this is something we could get for 3.0? Although I could do with it right now.

hey guys, anyone used this plugin so far for Elementor extra custom breakpoints -> www.wepixel.ro/custom-breakpoints ? I saw it on Facebook and it sounds nice, as with Elementor you can adjust only one custom resolution a time and it takes a looot. Opinions?

It's just plain stupid to have to pay for something that should be a part of the core plugin.

@boutzamat That's true, but usually when people start making plugins to get around limitations, the Elementor team get onto fixing the issues 😊

I hope this is going to be released in v3 otherwise I’ll seriously start looking for alternatives.
Il 23 mar 2020, 21:22 +0100, maxwellhibbert notifications@github.com, ha scritto:

@boutzamat That's true, but usually when people start making plugins to get around limitations, the Elementor team get onto fixing the issues 😊

You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.

There is still no way to edit the landscape Tablet view?
Iam a web designer and I checked out elementor and I instantly would chose it to build websites but as long as there is no option to edit the landscape tablet view it’s just useless for me. Even WPBakery has this options.

It drives me crazy. My websites has to look amazing and every responsive view has to be perfectly customized for the devices.
The desktop view should be split in desktop and notebook also.

I need that option so bad. Elementor is the best (by far) page builder but in this case it’s just...

I’m not willing to pay 35$ for a Plugin that gives me features that should be included in elementor pro anyways.

Elementor is expensive compared to other page builders and justifiably so but that definitely has to be changed.

https://youtu.be/xY0_iC72ca4

What about that? Anyone tested it?

I hope this is going to be released in v3 otherwise I’ll seriously start looking for alternatives. Il 23 mar 2020, 21:22 +0100, maxwellhibbert notifications@github.com, ha scritto:

I asked the elementor support and they said it’s not planned to add this option at the moment.

Anyways i think I have to pay 35$ for the plugin 🤦🏼‍♂️

That’s a shame. This is the #1 top requested feature. Elementor is not listening to its users :(
Il 28 mar 2020, 06:16 +0100, priinzii notifications@github.com, ha scritto:

I hope this is going to be released in v3 otherwise I’ll seriously start looking for alternatives. Il 23 mar 2020, 21:22 +0100, maxwellhibbert [email protected], ha scritto:

I asked the elementor support and they said it’s not planned to add this option at the moment.

You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.

That’s a shame. This is the #1 top requested feature. Elementor is not listening to its users :( Il 28 mar 2020, 06:16 +0100, priinzii notifications@github.com, ha scritto:

What are you going to do?

Maybe you should make a one-star rating for this plugin? So that everyone sees the attitude towards users.

I do not intend to stand on ceremony: https://wordpress.org/support/topic/ignore-from-developers/

Plugin page: https://wordpress.org/plugins/elementor/


Может стоит сделать однозвёздочный рейтинг этому плагину? Чтобы все видели отношение к пользователям.

Я церемониться не намерен: https://wordpress.org/support/topic/ignore-from-developers/

Страница плагина: https://wordpress.org/plugins/elementor/

I've gotta say - it must be a big requested feature for sure?! I'm not paying another $75 for something that should really be included by default. Apart from the email saying you guys were still working through the crisis, I've heard nothing else. Is Elementor actually going to listen to it's users?

Maybe you should make a one-star rating for this plugin? So that everyone sees the attitude towards users.

I do not intend to stand on ceremony: https://wordpress.org/support/topic/ignore-from-developers/

Plugin page: https://wordpress.org/plugins/elementor/

Может стоит сделать однозвёздочный рейтинг этому плагину? Чтобы все видели отношение к пользователям.

Я церемониться не намерен: https://wordpress.org/support/topic/ignore-from-developers/

Страница плагина: https://wordpress.org/plugins/elementor/

But elementor is great. It’s just this single option.

I've gotta say - it must be a big requested feature for sure?! I'm not paying another $75 for something that should really be included by default. Apart from the email saying you guys were still working through the crisis, I've heard nothing else. Is Elementor actually going to listen to it's users?

Why 75$? The plugin above costs 35$

As mentioned in this thread, we are working on a way for allowing this feature, but in the process of ensuring the quality of it, we encountered some issues that could damage the compatibility and overall experience.

As you can see, we had a PR issued with this feature in the past (almost two years ago): https://github.com/elementor/elementor/pull/4895

This feature requires some infrastructure modification that we are currently working on. we hear your voice and are STILL working on a better way to allow this feature.

Please be patient and this feature will be included in the near future.

Thank you all for your feedback and concerns

Patient??? You are asking a lot from longtime paying customers.
It’s really tough to be patient for almost 3 years now, if we see this feature implemented easily in other builders and plugins popping up which seem to be able to deal with this!
Being entertained with some fancy and stylish fairground attractions is not much fun for people who are asking for some fundamental alterations.
Misusing trust any loyalty is really not a nice behaviour and can turn around fast success quickly.

@shilo-ey In all honesty, asking a patience in a 3-year long issue, especially when pointing out that you've been "continually" working on it for almost 2 years... Well, that deserves nice portion of bravery from you. ;-)

How much patience do we need to add? Another year, two? According to the response from your support, mentioned several posts above, it's "it’s not planned to add this option at the moment". How this answer correlate with your "we are working on it" statement?

But let me add some suggestions for possible temporary solution too.

Could you add just one more static breakpoint for the sake of simplicity? It would solve most of the worst problems. The temporary solution doesn't need to be the state-of-the-art piece of code. Better solution is the one which can be used immediately. And this problem is one of the most frustrating problems of Elementor! Which you can clearly see in this thread.

Thank you for hearing us.

Why 75$? The plugin above costs 35$

$35 for a single site - Unlimited sites license costs $75

@shilo-ey could you please just make a commitment and provide an ETA for this feature? This would be helpful for everyone to set proper expectations...

Are you serious? You talking about issues but a small team of developer created a plugin for that option as you can see above... 🤦🏼‍♂️

it is here and it works very well! www.wepixel.ro/custom-breakpoints

it also has many options max and min

it is here and it works very well! www.wepixel.ro/custom-breakpoints

That plugin doesn’t work well at all. This is a feature that needs to be baked into the core of the builder.

it is here and it works very well! www.wepixel.ro/custom-breakpoints

That plugin doesn’t work well at all. This is a feature that needs to be baked into the core of the builder.

Especially what of the plugin doesn’t work well? I think about buying it

it is here and it works very well! www.wepixel.ro/custom-breakpoints

Do you have the plugin? Is it possible to hide content on a custom breakpoint as well?

Hey @bodhi1970,
While we value user suggestions more than anything, giving a single to-the-point suggestion is enough.
No need to re-iterate the point or to emphasize it with superlatives.

Thanks.

@shilo-ey Superlatives is a language that at least Elementor marketing team seems to understands very well.

Here is what we understand about Elementor:

  • Elementor takes your money. The more you give them the more they take just like any other greedy corporation.

  • Elementor is deaf to customer wishes and oblivious to customer demands. Just take a look at the uninspiring 'feature suggestions' that recently came out. None of them is addressing the obvious deficiencies in the framework.

  • Developers make promises they cannot keep. Looking at you here @shilo-ey.

  • If you say something Elementor does not like, they remove your comment.

Now, @shilo-ey. How many MORE people need to re-iterate the same point before you finally pull your finger out of your rear end and begin working on things that really matter to people? Come now...each nonsense comment you post makes Elementor look like more of a circuis with you as the center clown.

Hey @shilo-ey , I think the frustration here arises from the fact that you don't set proper expectations about this long-awaited featured...

@elementorbot has released many updates with minor improvements, like the Icons library, introducing them as the next revolutionary thing while after 2+ years you still don't provide information about the implementation of this basic features that should have been included in the core of the builder since its creation to claim responsiveness.

Without this feature, we can't really build responsive websites and this can turn to be embarrassing with our users and customers...

Should we just start looking for an alternative to Elementor or can you please let us know the ETA for the release of this very important, core feature?

We make a commitment to Elementor renewing the licenses every year, it would be nice if you could make a commitment to users as well, just to set expectations about future developments.

A public roadmap would probably solve these frustrations and frictions...

As a developer I understand the complexities that would go into allowing for the creation of completely custom breakpoints. It seems to me, that a much easier (and faster) solution in the interim would be just add a few more default breakpoints. A minimum of 5, or possibly 6.

This way you can account for small vs large mobile phones / landscape, tablets in portrait and landscape / small desktop vs. larger desktop sizes.

This is pretty standard practice in all the main frameworks out here, and would solve most of the issues people are currently having. For example, both bootstrap and foundation expanded their number of breakpoints to 5 or 6 many years ago, making them much more flexible and useful compared to the old standard of 3 breakpoints.

Could we at least get that going in the next update?

@EricJammin We already have custom breakpoints. That feature was released over a year ago. Currently, the issue surrounds adding additional breakpoints for tablet and mobile landscape sizes.

@get8bit yea sorry I mis-phrased my comment.

I meant adding the option for another 2-3 breakpoints, vs. having an unlimited amount of them...

@shilo-ey would it be possible to know at least if this is a feature that will probably be released In the next month, in Q2, in H2 or in 2020?

This would be really helpful for planning...

is there anywhere else we can post this, that may help the issue get traction? ie. social media, or a website voting system for features? cheers

+1, I've been waiting to customize my website for tablet landscape view.

Iam getting very pissed. Switched from WPBakery to elementor just a week ago and already have the first missing option. WPBakery is better in this case.

guys, apparently, somebody found a solution and created a plugin and IT WORKS! https://wepixel.ro/custom-breakpoints-plugin-for-wordpress-elementor/
I tried the plugin, it's simple to use and it's what I've been looking for the last years. it's still beta version, waiting for updates.

@get8bit yea sorry I mis-phrased my comment.

I meant adding the option for another 2-3 breakpoints, vs. having an unlimited amount of them...

https://wepixel.ro/custom-breakpoints-plugin-for-wordpress-elementor/

guys, apparently, somebody found a solution and created a plugin and IT WORKS! https://wepixel.ro/custom-breakpoints-plugin-for-wordpress-elementor/
I tried the plugin, it's simple to use and it's what I've been looking for the last years. it's still beta version, waiting for updates.

Is it me or does that site not work?

will the elementor team ever let us know an ETA for this feature?

it would be really useful to set expectations at least...

guys, apparently, somebody found a solution and created a plugin and IT WORKS! https://wepixel.ro/custom-breakpoints-plugin-for-wordpress-elementor/
I tried the plugin, it's simple to use and it's what I've been looking for the last years. it's still beta version, waiting for updates.

Is it me or does that site not work?

Works fine

guys, apparently, somebody found a solution and created a plugin and IT WORKS! https://wepixel.ro/custom-breakpoints-plugin-for-wordpress-elementor/
I tried the plugin, it's simple to use and it's what I've been looking for the last years. it's still beta version, waiting for updates.

Is it me or does that site not work?

Works fine

Nope. I can't enter.

+1

+1. I've hoped for these for a while now but appreciated the fact that we have any. More would definitely help. An issue I just ran into is a client using a smaller chromebook or similar with a smaller screen. Everything looks wrong because it's smaller than a standard desktop/laptop display but larger than 768px. Currently I write the media queries in customizer or child theme and reload the page over and over. It's not instantly viewable like the Elementor break points, so requires more development time.

+1 This matter should be considered critical for modern web design. I can't believe their is no break point support for landscape tablet size built in (or in general the common 2020 device sizes throughout). A 50/50 column design on desktop which then drops to 100% stacked for mobile is great. In the middle it is almost impossible to design templates to suit. You either have to do a 100% stack for 768-1025 which is terrible at 1024 or keep 50/50 which is terrible at 768. The only horrible workaround is changing the tablet break point to 1023 and hope users in the middle forgive you... clients will not!

+1 This matter should be considered critical for modern web design. I can't believe there is no break point support for landscape tablet size built in (or in general the common 2020 device sizes throughout). A 50/50 column design on desktop which then drops to 100% stacked for mobile is great. In the middle it is almost impossible to design templates to suit. You either have to do a 100% stack for 768-1025 which is terrible at 1024 or keep 50/50 which is terrible at 768. The only horrible workaround is changing the tablet break point to 1023 and hope users in the middle forgive you... clients will not!

I agree! This really is a drag :( I have an enterprise pro subscription which is not looking that PRO at the moment.

+1...2 breakpoints may have worked in the past but there are far too many devices and screen sizes to be covered by just the two.

Nice @rootmegusta
I am considering this if nothing comes from Elementor team in the next month.
Would be great to name the custom breakpoints.

Nice @rootmegusta
I am considering this if nothing comes from Elementor team in the next month.
Would be great to name the custom breakpoints.

if you export to breakpoints you can edit their names :)

https://www.youtube.com/watch?v=QyCGG7Ly06U&feature=youtu.be

Check this.

That plugin doesn't work well enough. Has some issues. Apart from that, custom breakpoints must be at the core of Elementor. It's an essential feature we need for work.

I'm glad that other folk are still keeping this current. I've actually stopped paying for a license with Elementor until this is resolved.
Was seriously considering using the plugin mentioned above, but it doesn't want to play ball with my setup... Back to time-consuming @media

Did a bit more searching after my last post, and I've ended up using this Piotnet plugin, I hope this helps some
https://pafe.piotnet.com/docs/custom-media-query-breakpoints
it's a bit costly as I'm buying it just for this one feature at the moment, but it has resolved the problem with a particular difficult client....

@shilo-ey We didn't get an answer in 3 years about this.
I guess it's pretty simple. There are two posibilities:

  • "Yes, we are working to implement custom breakpoints along this month/year/whenever"
  • "No, it's not possible"

That's all.
Please, if we are paying for a product, we deserve some words about it. It's feels like talking to a wall. Thanks for your time.

@shilo-ey Thank you very much for listening to our request! Do you think it will be released this year? Or the next one?

Dear Team,
I wrote a message here in August, 2019. I read every message on this thread.
For me the best would be if Elementor could and would create one more custom breakpoint for mobile landscape at least, please. I think and hope the vertical alignment of breakpoint icons was the first step into this direction and I hope Elementor would continue to the next step to more custom breakpoints for landscape of mobile and tablet. I think this is a good step forward and it gives more professional possibilities for Elementor. I think Elementor is one of the best page builder for Wordpress. There are lot's of functions what are really-really good. This basic request is urgent for more of us and we would like to get some response from you when this functionality would be on it's place.
We are waiting for landscape breakpoints and we are excited for it.
Thank you for your hard work on the new features and many of us think that you also would like to make done this weak point.
Best regards,
Andrew

for me, a viable option would be to be able to add the breakpoint for widescreen 21: 9 or 2k without use plugin, but native elementor pro

image
Something like this it will be super great!

Before i begin using wordpress and elementor i usually use this code to add the portrait and landscape capabilities to my websites.

`
/_================================================== = Media Queries = ====================================================_/
/_LG Big screens_/

/_MD Tablet, ipad landscape_/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
body{background: blue;}
}

/_SM Tablet, ipad portrait_/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body{background: red;}
}

/_XS Mobile portrai_/
@media only screen and (max-width: 767px) {
body{background: yellow;}
}

/*XSL Mobile landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body{background: green;}
}
`
and for the monitor widescreen? 21:9 how change image background for this views?

This issue was opened three years ago. I notice a recurring theme when it comes to dev/agency oriented fixes they just never happen.

As an agency this is a massive need for us. Specifically landscape mode, but also -- one 13in device doesn't have the same screen resolution as another 13in device.

And -- what if most of our visitors come from iPad Pros or something like that? I can't natively add a responsive design for that, and if using the tablet resolution it's so space out it looks like a 3 year old designed it.

It's kind of crazy that we're stuck using extremely tedious CSS or plugins to add such a simple feature.
Here's a list of all of the ways (that we've found) to add custom breakpoints. If you've got any other ideas please let us know!

+1 NEEDED, please ASAP, dont see big deal to make new dimensions, should be easy upgrade of Elementor

I am going to add one more +1, I have been here since day 1 with this feature.
big big need ♥

+1 …

+1 Very essential feature!

+1 Absolutely Essential. Been Waiting Patiently for this!

+1 !!!!

+1

+1

Dear Team,
I wrote a message here in August, 2019 and 25th of May, 2020. I read every message on this thread.
My clients need this feature, please.
Thank you for your hard work on the new features and many of us think that you also would like to make done this missing point.
Best regards,
Andrew

Dear Team,
I wrote a message here in August, 2019 and 25th of May, 2020. I read every message on this thread.
My clients need this feature, please.
Thank you for your hard work on the new features and many of us think that you also would like to make done this missing point.
Best regards,
Andrew

Wait for 3.1.. Hopefully it come's there..

Dear Team,
I wrote a message here in August, 2019 and 25th of May, 2020. I read every message on this thread.
My clients need this feature, please.
Thank you for your hard work on the new features and many of us think that you also would like to make done this missing point.
Best regards,
Andrew

Wait for 3.1.. Hopefully it come's there..

Thank you for this information! I hope also it will come soon. We are now at 2.9.14. Best regards, Andrew

Dear Team,
I wrote a message here in August, 2019 and 25th of May, 2020. I read every message on this thread.
My clients need this feature, please.
Thank you for your hard work on the new features and many of us think that you also would like to make done this missing point.
Best regards,
Andrew

I Agree. Having this would take Elementor to the next level, I hope the dev team are working on it ;)

We are now at 2.9.14. Best regards, Andrew

Yes, 3.1 could be a lot of releases away - but let's hope not! ;D

It is marked at least as a 3.1 milestone here on Github in. Do I have hope that it will come? Yes!

Elementor 3.0 will be released in 2-3 weeks. That means the wait is over. The only question is when..

Dear Team,
I wrote a message here in August, 2019 and 25th of May, 2020. I read every message on this thread.
My clients need this feature, please.
Thank you for your hard work on the new features and many of us think that you also would like to make done this missing point.
Best regards,
Andrew

Wait for 3.1.. Hopefully it come's there..

Thank you for this information! I hope also it will come soon. We are now at 2.9.14. Best regards, Andrew

Next is 3.0 :)

4k monitors: 3840×2160
FullHD monitors: 1920×1080
HDready monitors: 1366×768, 1440×900, 1680×1050
Older models: 1280×720

Or mobile, tablets
iPad PRO and top Android tablets: up to 1024×1366
older iPads and Android tablets: 768×1024
top iPhone and Android phones: up to 420×800
mid-range iPhone and Android phones: 360×640 to 375×800
older iPhone and Android phones: down to 320×500

At least the classic ones!

I'm looking here back accidentally, since I've got noted by mail.
From my request months ago, I still not see any progress.
There were even years of requests before mine.

I had high hopes at that time, to use Elementor for my upcoming projects,
but meanwhile I completely forgot this because support seems to be dead.

You can see so many comments here, all of them were lost or disappointed
customers.
Shame on you Elementor, you should make at least clear that we WON't get
such feature at all.
Then it would be clear in the first place.

Am So., 16. Aug. 2020 um 04:29 Uhr schrieb Mauro Carrera <
[email protected]>:

4k monitors: 3840×2160
FullHD monitors: 1920×1080
HDready monitors: 1366×768, 1440×900, 1680×1050
Older models: 1280×720

Or mobile, tablets
iPad PRO and top Android tablets: up to 1024×1366
older iPads and Android tablets: 768×1024
top iPhone and Android phones: up to 420×800
mid-range iPhone and Android phones: 360×640 to 375×800
older iPhone and Android phones: down to 320×500

At least the classic ones!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/elementor/elementor/issues/2043#issuecomment-674469359,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABD264CWXMEUWCM4UMNIDELSA5ABHANCNFSM4DTWEIXA
.

First, you don't need custom breakpoints if you split the difference in your designs carefully. Just choose pixel width instead of %, etc. Second, if you still want custom breakpoints, just install one of the many add-ons below.

https://kodestat.gitbook.io/elementor
https://theplusaddons.com/elementor/plus-extras/elementor-column-improvements-upgrades-responsive/
https://pafe.piotnet.com/docs/custom-media-query-breakpoints%E2%80%8B/
https://master-addons.com/demos/custom-breakpoints/

First, you don't need custom breakpoints if you split the difference in your designs carefully. Just choose pixel width instead of %, etc. Second, if you still want custom breakpoints, just install one of the many add-ons below.

https://kodestat.gitbook.io/elementor
https://theplusaddons.com/elementor/plus-extras/elementor-column-improvements-upgrades-responsive/
https://pafe.piotnet.com/docs/custom-media-query-breakpoints%E2%80%8B/
https://master-addons.com/demos/custom-breakpoints/

That's rubbish and so much more work than just doing it with Brakepoints. And I and many others hate using so many third party plugins. So we're waiting for the Elementor to get it into the core.

@fabianenzensperger The first option involves zero add-ons. Just keep a second window open to landscape sizes while designing for mobile to see how they look on both. Granted, it's not ideal. But, it does beat complaining and giving up!

I'm looking here back accidentally, since I've got noted by mail. From my request months ago, I still not see any progress. There were even years of requests before mine. I had high hopes at that time, to use Elementor for my upcoming projects, but meanwhile I completely forgot this because support seems to be dead. You can see so many comments here, all of them were lost or disappointed customers. Shame on you Elementor, you should make at least clear that we WON't get such feature at all. Then it would be clear in the first place.

Yup it's pretty insulting to users, especially those who have been paying.

My 'workaround' has been setting the 2 breakpoints at 545px and 992 px, and then using media queries in my custom theme's stylesheet for any other specific sizes / breakpoints I need in between or beyond those (usually some stuff at 768, 1200, and 1600). This works for me as I handle pretty much all styling within my stylesheet anyways, instead of setting colors, fonts, sizes, etc., through Elementor. (This way I can tell my clients they never have to worry about figuring out stylistic stuff if they make edits). I really only use Elementor to layout elements and give my clients a nice visual way of editing content, but I realize many Elementor users like Elementor specifically so they don't have to do much coding.

Either way, only having 2 breakpoints in 2020 is simply archaic at this point. I would love to not have to make column sizing adjustments through a stylesheet since the main column sizing / layout it set in Elementor.

At least give us an update if this will happen soon or not!

3 years later and still nothing. Those Elementor developers doesn't give 1 little f about what we think. We need to realise that.
Just stop giving them your money. Appearantly money is all they care about (even though i run pro) but i won't renew. With this "we don't care about a 3 year old burning thread" attitude they can go jump somewhere. I'm unsubscribing to this thread and to Elementor.

Good luck keeping this thread alive.

I'm looking here back accidentally, since I've got noted by mail. From my request months ago, I still not see any progress. There were even years of requests before mine. I had high hopes at that time, to use Elementor for my upcoming projects, but meanwhile I completely forgot this because support seems to be dead. You can see so many comments here, all of them were lost or disappointed customers. Shame on you Elementor, you should make at least clear that we WON't get such feature at all. Then it would be clear in the first place.

Yup it's pretty insulting to users, especially those who have been paying.

My 'workaround' has been setting the 2 breakpoints at 545px and 992 px, and then using media queries in my custom theme's stylesheet for any other specific sizes / breakpoints I need in between or beyond those (usually some stuff at 768, 1200, and 1600). This works for me as I handle pretty much all styling within my stylesheet anyways, instead of setting colors, fonts, sizes, etc., through Elementor. (This way I can tell my clients they never have to worry about figuring out stylistic stuff if they make edits). I really only use Elementor to layout elements and give my clients a nice visual way of editing content, but I realize many Elementor users like Elementor specifically so they don't have to do much coding.

Either way, only having 2 breakpoints in 2020 is simply archaic at this point. I would love to not have to make column sizing adjustments through a stylesheet since the main column sizing / layout it set in Elementor.

At least give us an update if this will happen soon or not!

3 years later and still nothing. Those Elementor developers doesn't give 1 little f about what we think. We need to realise that.
Just stop giving them your money. Appearantly money is all they care about (even though i run pro) but i won't renew. With this "we don't care about a 3 year old burning thread" attitude they can go jump somewhere. I'm unsubscribing to this thread and to Elementor.

Good luck keeping this thread alive.

Guys, yes nothing has happened for a while (or in the background in the development team certainly already), and yes, you can be angry about it.
But I have great news! For version 3.1 (3.0 coming next week) custom anchor points should come! Have a look at the Milestone for Elementor 3.1.

Yup, still no mobile/tablet landscape view modes. I also think that should have been done a long time ago. It is very time consuming to do that by hand.

I really hope this will be available soon. Having only 2 breakpoints is extremely limiting. Very often I need to design a website for large monitors (boxed at 1920 px) and things have to look good from 1920 px to 360 px. There's no chance you could do it with only 2 breakpoints.

If this will be a part of version 3.1 we are very close, with 3.0.6 already installed.
I hope this year-long journey will have an happy end soon, and we finally can make website as easy as promised even for mobiles and tablets in landscape view.

+1

I'm using "Elementor Custom Breakpoints" by Master Addons. It's a perfect solution as everyone needs and it's free.
Details Link: https://master-addons.com/demos/custom-breakpoints/
You can Check Admin and Try Demo - https://demo.master-addons.com/

On Editor interactions:

Custom breakpoint for Elementor

You can create fully responsive website for any type of devices:
Breakpoint for Elementor

@royjemee The addon is a cool thing, but I hate having to "have to" use third-party plugins just for one function. Therefore, to be honest, I prefer to wait for 3.1, which is FINALLY supposed to come.

I'm using "Elementor Custom Breakpoints" by Master Addons. It's a perfect solution as everyone needs and it's free.
Details Link: https://master-addons.com/demos/custom-breakpoints/

@royjemee It's not free - There's a purchase button at the link.

https://wordpress.org/plugins/custom-breakpoints-for-elementor/

this is the free one.
3 additional breakpoints free - more on purchase only.

sorry, but not applicable. another bunch of bucks for ONE useful (and needed) feature just to double all the others again ...

nevertheless i might try how this works out on a site.


edit:
tried. deleted. when active prevents elementor editor from loading. upon deactivation editor is immediately loading again.
in addition, there are only * 2 * free breakpoints not 3.
personally - seems like an actual campaign more than anything, as the first thing that appears in dashboard is a 'warning' of demanded full plugin. as well as the above post appears more than an add too ... yawn

It's a perfect solution as everyone needs

Like the built in breakpoints, can the custom ones be quickly switched between for preview using a keyboard shortcut, and are they built into the interface wherever there's a responsive option?

Regardless, trusting a third-party developer for such functionality would be a bad idea.

I'm starting to wonder how hard it would be for me to just write my own plugin to handle the custom breakpoints.

I'm using "Elementor Custom Breakpoints" by Master Addons. It's a perfect solution as everyone needs and it's free.
Details Link: https://master-addons.com/demos/custom-breakpoints/

@royjemee It's not free - There's a purchase button at the link.

It's a Freemium with Master Addons. you will get 2 extra devices.

Guys the custom breakpoints are coming!!

1B1E1A53-C241-4C2C-B747-1FA3C092FBB9

... "just wait" :-)

Just wait for 3.1 …

Very excited for this! The iPad Pro display looks awful and I can't edit it. Hoping I'm the only one using an iPad Pro to look at sites these days. Several Elementor sites do it, not just mine. Most just have no way of knowing!

Yeah, also an iPad Pro tester and a I know a few others in the same situation. It needs to be sorted ASAP. I came by to see if if I'd missed the 3.1 beta announcement...

My elementor sites look awful from IPad Pro on landscape mode...are we sure this is going to be released in the 3.1 version?

Hi everyone.
We are working on this option. Stay tuned!
I can't commit to the version it will be released.

@DorShahar

Hi everyone.
We are working on this option. Stay tuned!
I can't commit to the version it will be released.

Well, I'm baffled once again... This issue has assigned 3.1.0 milestone. So I would expect, that would be the version, it will be released. Am I missing something?

Hi everyone.
We are working on this option. Stay tuned!
I can't commit to the version it will be released.

Yes, I'm also expecting it with the 3.1 version. What do you mean, you can't commit?!

Hi everyone.
We are working on this option. Stay tuned!
I can't commit to the version it will be released.

Quick suggestion:
Try treating breakpoints per control, not globally for all controls. What i mean is mimicking css how you'd add a media query for specific purposes of some controls. I think this would keep a high performance overall.

Hi everyone.
We are working on this option. Stay tuned!
I can't commit to the version it will be released.

Is it not possible to prioritize the development of this feature? This is the most important enhancement. Just look at the comments.. We really need it. Thanks.

+1.000.000.000

We REALLY need it, please realise this basic thing! There is even no any good working plugins now :(

Alignment options for the Tab widget, more spacer options, radius to the Google map widget, Headers and Footers coding... Those are great enhancements, but custom breakpoints are a must. Something we really need for work. Please make it possible for version 3.1.

+1 000 REALLY need Custom breakpoints

+1 Looking for this feature as well

+1 Waiting for this for a long time. I even can not see my previous comment.
We don't want to use 3rd party plugin for such a basic function. I also have blind spots on things. This is a blind spot of Elementor team. I hope we will see soon. ;)

We need this so so bad. Probably the most glaring oversight of an otherwise great product. As a user of Webflow also, their way of allowing flipping orientation is so nice. And they’ve added breakpoints so now we can really fine-tune how things look which makes for very polished sites. Please, Elementor, make this a priority.

We need this so so bad. Probably the most glaring oversight of an otherwise great product. As a user of Webflow also, their way of allowing flipping orientation is so nice. And they’ve added breakpoints so now we can really fine-tune how things look which makes for very polished sites. Please, Elementor, make this a priority.

It's in their 3.1 milestone. So it can only be a matter of a few more weeks.

We need this so so bad. Probably the most glaring oversight of an otherwise great product. As a user of Webflow also, their way of allowing flipping orientation is so nice. And they’ve added breakpoints so now we can really fine-tune how things look which makes for very polished sites. Please, Elementor, make this a priority.

It's in their 3.1 milestone. So it can only be a matter of a few more weeks.

Yes, but @DorShahar said two weeks ago that they can't commit to the version it will be released... So... I don't know what to believe right now. We waited a long time for this and it wouldn't be strange if we had to wait even longer.

hah.
anybody here _really_ hoping to see this in a timeframe that is countable?

me and myself no longer.
still the same thing, appointments, rejecting, no communication. simply discouraging.
together with the still being bad support, exhausting response times and responding with always same silly text blocks this is going nowhere.

some time back there was a blog post with apologies and promises from elementor seo - did anything change since then? sadly i am not aware of that.

wondering where elementor is going to ...

Yes, I couldn't agree more. Enough of the vague comments - It's time for some commitment. I just renewed my pro license, but I will dump it in a second and go elsewhere if I think I'm being messed about. There are rival systems that ARE listening.

Come on CEO - Where are your promises now?

We need this so so bad. Probably the most glaring oversight of an otherwise great product. As a user of Webflow also, their way of allowing flipping orientation is so nice. And they’ve added breakpoints so now we can really fine-tune how things look which makes for very polished sites. Please, Elementor, make this a priority.

It's in their 3.1 milestone. So it can only be a matter of a few more weeks.

Yes, but @DorShahar said two weeks ago that they can't commit to the version it will be released... So... I don't know what to believe right now. We waited a long time for this and it wouldn't be strange if we had to wait even longer.

In any case, functions that the community have wanted for a long time and that are extremely important should come slowly. Top 10 most commented things here on Github and 90% of users would be happy.

@DorShahar @arielk @shilo-ey

@DorShahar @shilo-ey Please, can you tell us if Custom Breakpoints will come on version 3.1? We need to know. If it's not, I'll start looking for another website builder. I can't wait any longer for this feature. Thanks.

Custom Breakpoint for Elementor in Editor

I think this will be helpful for some people. It based on the minimum and maximum width. There was a problem with the plugin but now it's fixed and works fine. https://wordpress.org/plugins/custom-breakpoints-for-elementor/

I think this will be helpful for some people. It based on the minimum and maximum width. There was a problem with the plugin but now it's fixed and works fine. https://wordpress.org/plugins/custom-breakpoints-for-elementor/

It's hard to believe there's a functional plugin, but Elementor developers cannot add the functionality in four years. All the third-party Custom Breakpoints plugins failed (there were four or five). I guess sooner or later this too

I find it pretty pathetic for Elementor not to include this natively. I mean, c'mon, it is 2020, and you're still rolling with three breakpoints? I give kudos to the developers for cleaning up the DOM elements, but now it is time to fix the responsiveness instead of adding more bells and whistles. Surely somewhere within that $15 million round, you can pay a developer to fix this problem instead of draining it on ad campaigns and other meaningless functions. I hope someone from their headquarters sees this and realizes that this is, in fact, a problem and replies. It's time to fix this ongoing issue and put this thread at rest.

+1

Some news on this topic here: https://developers.elementor.com/the-road-to-additional-custom-breakpoints/ Unfortunately it feels like the team is preparing the excuses, why it won’t be ready for 3.1. :(

Some news on this topic here: https://developers.elementor.com/the-road-to-additional-custom-breakpoints/ Unfortunately it feels like the team is preparing the excuses, why it won’t be ready for 3.1. :(

Well... I already suspected that we would have to wait a lot longer. Maybe we'll have it for 4.0
At least they communicated it. We no longer have false hopes that it will come out soon. I was tired of the lack of information

Well... I already suspected that we would have to wait a lot longer. Maybe we'll have it for 4.0
At least they communicated it. We no longer have false hopes that it will come out soon. I was tired of the lack of information

Maybe they want to keep it hot for the celebration of the 4 years anniversary of this topic in July 2021 😠

Some news on this topic here: https://developers.elementor.com/the-road-to-additional-custom-breakpoints/

Nicely explained, I want this GOLD feature that is taking me so much extra working hours to fix manually, but we really don't want feature to be partly done or to have impact for performances. In my opinion, nicely explained and customer care is really on pro level (they didn't pay me to support them :))

Lets wait and hope that it will be much faster then July 2021, i am thankful about this thread because "somebody is watching us" and listening us here from their side.

Hi guys,
As mentioned in the previous comments we are still working on this feature and can assure you that it’s happening. However, in order to provide a proper product, we need more time. we will use this time to provide a good scalable option to add custom breakpoints.

Once this feature will be good to go we will immediately release it.

You can read more about this feature progress here: https://developers.elementor.com/the-road-to-additional-custom-breakpoints/

Thanks

+100.000

Was this page helpful?
0 / 5 - 0 ratings