Commit 510ded5 1 parent c0d2873 commit 510ded5 Copy full SHA for 510ded5
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,17 +116,17 @@ function sunflower_output_highlight_button_if_exists() {
116
116
if ( in_array ( 'button-highlight ' , $ menu_item ->classes , true ) ) {
117
117
$ classes_string = implode ( ' ' , $ menu_item ->classes );
118
118
echo '
119
- <a href=" ' . esc_url ( $ menu_item ->url ) . '"><i class=" ' . esc_attr ( $ classes_string ) . '"></i> ' . esc_html ( $ menu_item ->title ) . '</a> ' ;
119
+ <div class="button-highlight-stuck"> <a href=" ' . esc_url ( $ menu_item ->url ) . '"><i class=" ' . esc_attr ( $ classes_string ) . '"></i> ' . esc_html ( $ menu_item ->title ) . '</a></div > ' ;
120
120
return ;
121
121
}
122
122
}
123
123
}
124
124
}
125
125
?>
126
126
127
- <div class="button-highlight-stuck" >
128
- <?php sunflower_output_highlight_button_if_exists (); ?>
129
- </div>
127
+ <?php sunflower_output_highlight_button_if_exists (); ? >
128
+
129
+
130
130
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#mainmenu-container" aria-controls="mainmenu" aria-expanded="false" aria-label="Toggle navigation">
131
131
<i class="fas fa-times close"></i>
132
132
<i class="fas fa-bars open"></i>
You can’t perform that action at this time.
0 commit comments