| @@ -70,9 +70,9 @@ | ||
| 70 | 70 | * |
| 71 | 71 | * @return string Widget title. |
| 72 | 72 | */ |
| 73 | 73 | public function get_title() { |
| 74 | - return esc_html__('Wdk Tabs', 'wpdirectorykit'); | |
| 74 | + return esc_html__('Wdk Switcher', 'wpdirectorykit'); | |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | /** |
| 78 | 78 | * Retrieve the widget icon. |
| @@ -289,9 +289,9 @@ | ||
| 289 | 289 | if(!empty($item['selector_hover'])) |
| 290 | 290 | $selectors['hover'] = $item['selector_hover']; |
| 291 | 291 | |
| 292 | 292 | if(!empty($item['selector_focus'])) |
| 293 | - $selectors['focus'] = $item['selector_hover']; | |
| 293 | + $selectors['focus'] = $item['selector_focus']; | |
| 294 | 294 | |
| 295 | 295 | $this->generate_renders_tabs($selectors, $item['key'].'_dynamic', $item['options']); |
| 296 | 296 | |
| 297 | 297 | $this->end_controls_section(); |