the option of click and scroll as a transition of the intro is gone.
but with the css it works really good. thank you very much!
I send you a mail for a closer look!
PB22
Posts
-
Drop down menu is not working anymore + link in text is not working -
Drop down menu is not working anymore + link in text is not workingBecause I wanted the drop down menu in a different font size I added this css
.menu-item-167 a {
font-size:150px;
}
.menu-item-108 a {
font-size:22px;
}
.menu-item-109 a {
font-size:22px;
}
.menu-item-110 a {
font-size:22px;
}
.menu-item-111 a {
font-size:22px;
}
.menu-item-118 a {
font-size:22px;
}
it supposed to look like this
but maybe I have to add then something in front of the css to make it work and show?
-
Drop down menu is not working anymore + link in text is not workinghi, i have two problems, one with the drop down menu and one with links in text.
my drop down menu is not working anymore. first it was working on google chrome but not on safari, but now it's not working at all anymore. I tried to use this code, but nothing changed
nav.primary .sub-menu li{
display: block;
}
I also deactivated all plug-ins to find the mistake, but nothing changed.. not really any coding knowledge availableSame problem when I wanted to do a link in a text (footer), but can't click on it..
Can anybody help me?
-
warning attempt to read property "id" on null in...thank you, that was too easy.
-
warning attempt to read property "id" on null in...I have four warnings appearing on the top of the website:
Warning: Attempt to read property "post_name" on null in /homepages/19/d919426286/htdocs/clickandbuilds/SummerSchool22/wp-content/themes/lay/frontend/frontend.php on line 90
Warning: Attempt to read property "ID" on null in /homepages/19/d919426286/htdocs/clickandbuilds/SummerSchool22/wp-content/themes/lay/frontend/assets/php/layout.php on line 139
Warning: Attempt to read property "post_name" on null in /homepages/19/d919426286/htdocs/clickandbuilds/SummerSchool22/wp-content/themes/lay/frontend/assets/php/layout.php on line 140
Warning: Attempt to read property "ID" on null in /homepages/19/d919426286/htdocs/clickandbuilds/SummerSchool22/wp-content/themes/lay/frontend/assets/php/layout.php on line 142what can I do to fix it?