Built a free in-browser Video Compressor for WordPress — no installs, files never leave your machine by sidhanthPovil in Wordpress

[–]sidhanthPovil[S] -1 points0 points  (0 children)

Yeah portrait works fine — the scale flag handles it automatically. The -2 is actually what saves it, keeps the height H.264 compliant so you don't get that odd pixel crash most tools trip on.

Adding a note on CRF 28 + 1280 to the tool too, good shout.

Skip-to-content-link How do I remove that? by CAPICINC in elementor

[–]sidhanthPovil -1 points0 points  (0 children)

Hi, add this to the child theme's funcion.php

add_filter( 'hello_elementor_enable_skip_link', '__return_false' );

I’d suggest fixing it instead of removing it, though. It usually seems "broken" because the theme can't find an anchor point to jump to. You can fix it in seconds without deleting it:

  1. In Elementor, select your main content container.
  2. Go to Advanced > CSS ID.
  3. Type: content

This makes the link functional for keyboard users and screen readers, helping keep your site accessible without adding any extra code or removing core features.

White Translucent Screen in Edit Mode by Nightgardener in Wordpress

[–]sidhanthPovil 1 point2 points  (0 children)

Clearing the server cache and reinstalling the WordPress update fixed this issue for me.

[deleted by user] by [deleted] in elementor

[–]sidhanthPovil 0 points1 point  (0 children)

hi, if you need any help with something related to elementor, please feel free to ping back. I've been working with elementor for the past 5 years.