r/elementor

Blank space between header&hero

Blank space between header&hero

https://preview.redd.it/k58o6xjohh2h1.png?width=1880&format=png&auto=webp&s=e8526c39a66f37e885e48fe5afb48b8a67aa49f2

Hello! I am veyr new to wordpress and elementor. I have the free version of elementor.

I am trying to make a webpage for my employer and if he would know what I have managed to come up with in two days he would propably sack me 😃

Anyways. First I had issues with getting the backround image to be full width. I changed the layout to elementor full width.

Then I had trouble with getting my header visible. It showed the header only on the pages I had NOT edited with elementor. This was fixed when I changed the layout to theme (I use twenty twenty five).

But now there is a blank white space between the header and hero. There should be no other containers above hero and no spacings or margins.

I have tried to check the spacings and margins in elementor, appearance -> editor -> templates and appearance -> theme.

I am very confused on what should you edit and where, and how to get the blank space away.

reddit.com
u/Pitiful_Wrangler1499 — 9 hours ago

Wordpress elementor plugin conflict

I am experiencing a persistent issue where my WordPress homepage loads normally on the live site, but disappears or becomes blank when I attempt to edit it with Elementor. Despite deactivating all third-party plugins, clearing caches, and regenerating files, the editor still presents a gray screen with JavaScript console errors related to authentication scripts. I have also confirmed our PHP configuration, including the memory limit and the mbstring extension, and tried different browsers and Elementor's Safe Mode, all without success. Please let me know how we can resolve this script conflict."

reddit.com
u/jashanfzk — 16 hours ago

Elementor popups not working in most browsers

Hi everyone,

I am having continual problems with elementor popups not displaying well and I would appreciate any advice!

I have a call to action with a button linked to an Elementor popup. The popup is linked to a contact form prepared using WPForms. The popup works fine in Brave browser (although not in Brave incognito mode). In Chrome, Safari, and other browsers, the button linked to the popup is not active. In the popup settings in Elementor, I have the settings display on entire site, on-click trigger, and show on all browsers activated. I have never had this working well and clearing caches, deactivating plugins etc. did not help. I am running the latest version of WP (7.0) and Elementor 4.0.9.

The problem is with the Download Now buttons on the following page:

Any help would be greatly appreciated!

reddit.com
u/Scilingual — 21 hours ago

Elementor & PHP update

My Wordpress Site Health alerted me to the fact one of my live sites is running PHP 8.1 and needs to be updated since it's nearing end-of-life support. On the back-end I see that I can choose 8.2, 8.3 or 8.4. (ChatGPT recommends 8.3)

Anyone have any issues with Elementor (free) or Elementor-related plugins after upgrading PHP?

reddit.com
u/RobRoy2350 — 20 hours ago
▲ 2 r/elementor+1 crossposts

Would a Claude Code + WordPress integration actually be useful, or am I overbuilding?

Some context: I launched a plugin a few weeks ago called Pro Effects (one-click GSAP animations for Elementor). It's at 30 paying subscribers and growing, so I'm starting to think about what to build next instead of just adding more animations.

The idea I keep coming back to is a direct WordPress to Claude Code integration that works as an assistant inside the admin. v1 would handle things like:

- Managing pages, posts and media through prompts

- WooCommerce operations (products, orders, inventory)

- Scheduled tasks, e.g. "raise prices 15% on Dec 1, roll back on Dec 26"

v2 would let it generate custom plugins and themes from a prompt.

Before I sink months into this, I want a reality check from people who actually live in WP every day:

  1. Is this solving a real pain or am I inventing one?

  2. What would you NOT trust an AI to touch in your WP install?

  3. If you'd use it, what's the first thing you'd throw at it?

Not dropping a link, just want honest takes. Roast it if you have to.

reddit.com
u/camilogv02 — 1 day ago

Elementor 4 + WordPress 7 (it's out) = working fine 👍

Just a quick info since I've upgraded 3 clients already: no issues so far with Elementor (free) and WordPress 7. Everything runs smoothly. Using other plugins like CF7, SCF, Polylang, SEO Framework, UAE, WP Statistic and a few custom plugins.

Hope everyone else is having a smooth update week 😄

reddit.com
u/_miga_ — 1 day ago
▲ 1 r/elementor+1 crossposts

Help! How do i fix this mobile menu VW issue only in the iPhone????????????

Help!! On all the other devicesss its beat and full with overlay navy blue…. Only on the shitty iPhone you see its not full widrh and its not coming behind the browser.

How to solve asap?

u/GrowthFearless3567 — 1 day ago

Show out of stock woocommerce items even if woocommerce is set to hide out of stock items?

I run a company where most of our SKUs are out of stock due to turnover. Because of this, we hide out of stock items and that works great.

However, sometimes on a landing page or something i want to show a grid of products in a category, but i want the users to see what is in stock and what is out of stock instead of just showing what is in-stock.

Is there a way to force elementor to display out of stock items in a product widget without changing the woocommerce site-wide setting?

Thanks!

reddit.com
u/web_nerd — 1 day ago

How to remove AI and nag banners from the Editor window

I am a bit annoyed about how much Elementor tries to shove their upsells not only into my face - but also into my customers faces when they edit pages with Elementor.

Here is a code snippet to make it a bit nicer.
You can add it to a code snippets plugin as a PHP snippet.

add_action( 'elementor/editor/footer', function() {
    echo '<style>
        #e-notice-bar, /* nags when license is about to expire */
        #elementor-panel-elements-notice-area,
        #elementor-panel__editor__help, /* help button */
        button.MuiIconButton-root[aria-label="What\'s New"], /* whats new button */
#elementor-panel-category-custom-widgets, /* Create custom widgets with Angie */
.e-ai-button, /* pink notice above editor */
button.MuiButtonBase-root[aria-label="Angie"] /* Angie button upper left */
{ display: none !important; }
    </style>';
reddit.com
u/serafinobono — 2 days ago
▲ 1 r/elementor+1 crossposts

Pixelated icons and SVG-s, I'm a newbie, can't solve this on my own

Hi everyone,

I’m building a WordPress portfolio site with Elementor Pro and the Hello Elementor theme, and I’m having a strange icon/SVG issue.

Please keep in mind that I’m an absolute beginner. I’ve been following WordPress and Elementor news for the past ~2 years, but I only started actively building this page in the past month. I bought the domain around 1–2 months ago, so I’m still completely fresh to this. I also only have very basic HTML and CSS knowledge.

The problem is that icons on my site look pixelated/blurry.

This happens with:

  • icons uploaded through Elementor’s icon option,
  • SVGs used in an SVG/Icon widget,
  • SVGs used in an Image widget,
  • SVG code pasted directly into an HTML widget (This might be okay though, I've been looking at pixels for so long now i see them everywhere lol),
  • and even Elementor’s own built-in icons.

The SVG files themselves seem fine. If I open the SVG directly from my computer, or open the uploaded SVG file URL directly in the browser, it looks sharp.

But once I place the SVG inside my Elementor page, it looks blurry/pixelated on the live site too, not only in the editor. I checked it in incognito as well.

I also tested the exact same SVG code with a friend. On his Elementor/WordPress site, the same SVG code looks sharp. On my site, it looks blurry.

I tried:

  • different SVG files,
  • different SVG download options,
  • Icon widget,
  • SVG/Icon widget,
  • Image widget,
  • HTML widget with raw inline SVG code,
  • different sizes, and i clicked through every option i could click on.

The issue still remains.

What I use:

  • WordPress
  • Elementor Pro
  • Hello Elementor theme
  • containers/flexbox layout
  • SVG filtering in elementor enabled

Has anyone experienced this before?
Beginner-friendly advice would be appreciated.

Thanks!

u/Hot-Internal3276 — 2 days ago

I thought I'd try the "new" atomic feature...

Anyone got some pointers on getting the "classes" to work correctly?

- you can see weird layout - big black grey/charcoal area too - this should have modified heading type in it...

I've tried all the usual cache purging and chatgpt advice. It all sounded great creating classes for universal updates - just seems to have wasted half of my day

u/StraitJacketStupor — 1 day ago

Elementor 4.0.9 fix for Slides in relation to the Reduced Motion pref leaves work undone

Fix: Arrow navigation doesn’t work in Carousel widgets when Reduced Motion is enabled (#33613)

That's true. The manual advancement portion of the bug is indeed fixed now. Unfortunately, Autoplay, which was a central part of the stated problem, is not. Yes, it's better than it was: it didn't work at all before. But now the timing setting is ignored.

It's easy to notice: if you have the Windows "Settings -> Accessibility -> Visual effects -> Animation effects" toggled off (or it's off by default for you, which it is for some), then Elementor's "Autoplay Speed" in Slider Options is ignored on the published site and defaults to 3000 (3s), Swiper's default.

If you run this in the browser console after loading the page, the problem is laid out:

document.querySelectorAll('.swiper').forEach(el => {

if (el.swiper) {

console.log(el.swiper.params.autoplay);

}

});

With animation off:

{enabled: false, delay: 3000, waitForTransition: true, disableOnInteraction: true, stopOnLastSlide: false, …}

With animation on:

{enabled: true, delay: 5000, waitForTransition: true, disableOnInteraction: true, stopOnLastSlide: true, …}

In both cases, Elementor is set the same way: 5000.

u/rpodric — 2 days ago

Mudar site no google

Fiz um site no WordPress com Elementor e, quando pesquiso o nome dele no Google, aparece tudo muito “cru”: sem logo, sem descrição das páginas, sem títulos personalizados e ainda aparece “My WordPress Blog”.

Queria deixar mais profissional, tipo:

  • aparecer a logo do site;
  • cada página com seu próprio título e resumo no Google;
  • se alguém pesquisar “serviços escritório de contabilidade”, aparecer direto minha página de serviços com uma descrição personalizada.

Alguém sabe como configurar isso? É algo de SEO? Plugin? Google Search Console? Estou meio perdida nessa parte.

u/Low_Tell_2383 — 2 days ago

Switching between posts or pages

Occasionally I need to quickly switch between multiple pages/posts. There is the "Recent used" list at the top and <kbd>Ctrl</kbd>+<kbd>e</kbd> to find other pages/posts but normally takes a while. Is there a faster way? Or a list of all the content in Elementor?

reddit.com
u/th00ht — 3 days ago

Elementor 4.0.8 Vulnerable JS Library: swiper 8.4.5

Hi all

A quick scan from HostedScan showed that Elementor is using an outdated swiper js library in the Image Carousel plugin.

https://www.sentinelone.com/vulnerability-database/cve-2026-27212/

Is there any plan to update this library to something newer? Latest version is v12.1.4, the one that Elementor is delivering is 4 years old.

Elementor is used in a lot of paid instances, so they should put the required resources to update that library and make sure no vulnerabilities exist in their official plugins set.

reddit.com
u/jfernandezr76 — 2 days ago

Elementor gear icon lacation

Hello! I need some help with finding where the gear icon is located, it was on the top bar menu in the middle somewhere, next to the responsive menu icons. Recently started a project using Elementor pro and these days it takes so much time to find simple tools that are with changed locations. All the YouTube videos and AI answers can't locate them. Now if I have to hide the name of the page will have to do it via the wordpress menu, which is the optional solution I guess if I can't via Elementor.

reddit.com
u/Plastic_Principle694 — 3 days ago

beginner freelancer

In freelance projects, do you usually access and use the client’s Elementor Pro license/plan? For example, if the client doesn’t have the Pro version, do you work only with the free features, or do you purchase/use your own Pro license for the project?

reddit.com
u/Eleven-AB — 3 days ago

Carousel module messed up

I have a carousel module on my Elementor Pro site. in the back-end it looks okayish, but when I check the preview you can see something is NOT rendering correctly. Any ideas?

https://preview.redd.it/av8q5j18742h1.png?width=2926&format=png&auto=webp&s=87a2d57d9e1ca72c5548002a4cc3bca18deca663

https://preview.redd.it/kfkx7k18742h1.png?width=2926&format=png&auto=webp&s=db91dbb9d4c480a42ffb07f6e45c445f20f22c37

It is locally hosted with Local. I doubt that is making an impact, but just so you know.

reddit.com
u/VeterinarianHead219 — 3 days ago

Buttom Divider clipped-off when scrolled

I'm kinda stucked with this problem, do anyone perhaps know how to solve this? What could possibly caused this?

u/Nice-Childhood4948 — 3 days ago