@@ -86,7 +86,6 @@ private function get_elementor_editor_url( ?int $page_id, string $active_tab ):
8686 'post ' => $ page_id ,
8787 'action ' => 'elementor ' ,
8888 'active-tab ' => $ active_tab ,
89- 'active-document ' => $ active_kit_id ,
9089 ],
9190 admin_url ( 'post.php ' )
9291 );
@@ -285,18 +284,18 @@ public function get_quicklinks( $config, ?int $elementor_page_id = null ): array
285284 $ config ['quickLinks ' ] = [
286285 'site_name ' => [
287286 'title ' => __ ( 'Site Name ' , 'hello-elementor ' ),
288- 'link ' => $ this ->get_open_homepage_with_tab ( $ elementor_page_id , 'settings-site-identity ' ),
287+ 'link ' => $ this ->get_open_homepage_with_tab ( $ elementor_page_id , 'settings-site-identity ' , null , [ ' autofocus[section] ' => ' title_tagline ' ] ),
289288 'icon ' => 'TextIcon ' ,
290289
291290 ],
292291 'site_logo ' => [
293292 'title ' => __ ( 'Site Logo ' , 'hello-elementor ' ),
294- 'link ' => $ this ->get_open_homepage_with_tab ( $ elementor_page_id , 'settings-site-identity ' ),
293+ 'link ' => $ this ->get_open_homepage_with_tab ( $ elementor_page_id , 'settings-site-identity ' , null , [ ' autofocus[section] ' => ' title_tagline ' ] ),
295294 'icon ' => 'PhotoIcon ' ,
296295 ],
297296 'site_favicon ' => [
298297 'title ' => __ ( 'Site Favicon ' , 'hello-elementor ' ),
299- 'link ' => $ this ->get_open_homepage_with_tab ( $ elementor_page_id , 'settings-site-identity ' ),
298+ 'link ' => $ this ->get_open_homepage_with_tab ( $ elementor_page_id , 'settings-site-identity ' , null , [ ' autofocus[section] ' => ' title_tagline ' ] ),
300299 'icon ' => 'AppsIcon ' ,
301300 ],
302301 ];
0 commit comments