FeatureFuel
1

Hello Plus Header and Footer Widgets Site Title / Logo should link to Home URL and not to Site URL

Source: elementor/elementor#36395 · opened by @Mihuer
Describe the Problem The PHP function "get_site_url()" in the Plugin File ".../hello-plus/modules/template-parts/widgets/ehp-widget-base.php" returns the Site Link in both EHP-Footer and EHP-Header as Site URL (site_url()) instead of Home URL (home_url()). This is not ideal as this returns the path to the Wordpress-Installation instead of the Homepage. If the installation is in a Folder, for instance yoursite.com/wordpress/, but your home url is yoursite.com, you get a 404. If a site has multiple languages, this is also a problem, as the site URL does not translate, while the Home URL does by default (with WPML or others), for instance yoursite.com/de/ . Propose a Solution It requires to change only one line of code in the file "ehp-widget-base.php" (line 548), which I tested successfully as following: <img width="550" height="76" alt="Bildschirmfoto 2026-07-01 um 09 30 51" src=" /> Additional Context I wou…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests