lexi889
Forum Replies Created
-
Forum: Plugins
In reply to: [BE Subpages Widget] Highlighting current page but not it's subpagesOne question open:
But i have another question.
Is there a way to also highlight the current section when using a custom menu?
The subpages are not included in the custom menu and it works if i select the section in the menu. If i select a subpage it doesn’t.Thanks for your help.
Forum: Plugins
In reply to: [BE Subpages Widget] Add a class to parent page#Thought my previous post didn’t work
Forum: Plugins
In reply to: [BE Subpages Widget] Add a class to parent pageedit in be-subpages-widget.php in line 129:
if ( in_array( $subpage->ID, $parents ) ) $class[] = 'widget_subpages_subpage_is_selected';and in style.css
.widget_subpages_subpage_is_selected > a{ font-weight: bold; }This will be reseted when updating the plugin.
Looks like this:
-Main1.1
-Main1.2
-Main1.3
–Main1.3.1
—Main1.3.1.1
—Main1.3.1.2 (Selected)
–Main1.3.2Forum: Plugins
In reply to: [BE Subpages Widget] Highlighting current page but not it's subpagesFound the solution for my last Problem:
edit in be-subpages-widget.php in line 129:
if ( in_array( $subpage->ID, $parents ) ) $class[] = 'widget_subpages_subpage_is_selected';and in style.css
.widget_subpages_subpage_is_selected > a{ font-weight: bold; }I know that this will be reseted when updating the plugin.
Forum: Plugins
In reply to: [BE Subpages Widget] Highlighting current page but not it's subpagesIs it also possible to make it look like this:
-Main1.1
-Main1.2
-Main1.3
–Main1.3.1
—Main1.3.1.1 (Selected)
—Main1.3.1.2
–Main1.3.2Forum: Plugins
In reply to: [BE Subpages Widget] Highlighting current page but not it's subpagesThanks.
works perfect.But i have another question.
Is there a way to also highlight the current section when using a custom menu?
The subpages are not included in the custom menu and it works if i select the section in the menu. If i select a subpage it doesn’t.Thanks for your help.