Snippets

DSG

.main-navigation .main-nav ul ul {
z-index: 9999;
}
.site-header, .main-navigation {
position: relative;
z-index: 9999;
}

.main-navigation .main-nav ul ul {
background-color: #f5f5f5; /* or your desired dropdown bg color / min-width: 200px; / Ensures enough width */
padding: 0;
}

.main-navigation .main-nav ul ul li {
width: 100%;
}

.main-navigation .main-nav ul ul li a {
display: block;
width: 100%;
background-color: #f5f5f5; /* match parent dropdown bg / padding: 10px 15px; color: #000; / your desired text color */
}

.main-navigation .main-nav ul ul li a:hover {
background-color: #ddd; /* highlight on hover */
}

a.gb-button-493f2cf7 {
display: inline-flex;
padding: 4px 6px;
background-color: #c35128;
color: #fff;
text-decoration: none;
font-size: 12px;
}

a.gb-button-493f2cf7:hover {
background-color: #c35128;
color: #ffffff;
}

ul {
display: block;
list-style-type: none;
}

.htaccess

BEGIN WordPress Root Loader from /dover/

RewriteEngine On

Prevent redirect loops

RewriteCond %{REQUEST_URI} !^/dover/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /dover/$1 [L]

Load WordPress from copied index.php

RewriteEngine On RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]

Award Form

.<form action=”process_nomination.php” method=”post”>

    <p>Check one:</p>

    <input type=”checkbox” id=”athlete” name=”award[]” value=”Outstanding Athlete Award”>

    <label for=”athlete”>Outstanding Athlete Award</label><br>

    <input type=”checkbox” id=”team” name=”award[]” value=”Outstanding Team Award”>

    <label for=”team”>Outstanding Team Award</label><br>

    <input type=”checkbox” id=”legend” name=”award[]” value=”Outstanding Legend Award”>

    <label for=”legend”>Outstanding Legend Award</label><br>

    <input type=”checkbox” id=”volunteer” name=”award[]” value=”Outstanding Volunteer Award”>

    <label for=”volunteer”>Outstanding Volunteer Award</label><br>

    <input type=”checkbox” id=”marten” name=”award[]” value=”Charlie Marten Memorial Award”>

    <label for=”marten”>Charlie Marten Memorial Award</label><br>

    <input type=”checkbox” id=”wrede” name=”award[]” value=”Ray Wrede Lifetime Achievement Award”>

    <label for=”wrede”>Ray Wrede Lifetime Achievement Award</label><br><br>

    <label for=”nomineeName”>Name or Team of nominee:</label><br>

    <input type=”text” id=”nomineeName” name=”nomineeName” required><br><br>

    <label for=”address”>Address:</label><br>

    <input type=”text” id=”address” name=”address” required><br><br>

    <label for=”phone”>Phone number:</label><br>

    <input type=”tel” id=”phone” name=”phone” required><br><br>

    <p>(If a team, use the team Captain’s information)</p><br>

    <label for=”sports”>What sports or activities has the nominee participated in for DSO (please indicate the number of years of involvement):</label><br>

    <textarea id=”sports” name=”sports” rows=”4″ required></textarea><br><br>

    <label for=”medals”>What medals has the nominee earned in DSO and any other Senior Olympic or equivalent competition:</label><br>

    <textarea id=”medals” name=”medals” rows=”4″ required></textarea><br><br>

    <label for=”reason”>Why do you believe this individual or Team is deserving of this award:</label><br>

    <textarea id=”reason” name=”reason” rows=”4″ required></textarea><br><br>

    <label for=”nominatorName”>Name of Nominator:</label><br>

    <input type=”text” id=”nominatorName” name=”nominatorName” required><br><br>

    <label for=”date”>Date:</label><br>

    <input type=”text” id=”date” name=”date” required><br><br>

    <label for=”nominatorPhone”>Phone:</label><br>

    <input type=”tel” id=”nominatorPhone” name=”nominatorPhone” required><br><br>

    <label for=”nominatorEmail”>Email:</label><br>

    <input type=”email” id=”nominatorEmail” name=”nominatorEmail” required><br><br>

    <label for=”nominatorAddress”>Address:</label><br>

    <input type=”text” id=”nominatorAddress” name=”nominatorAddress” required><br><br>

    <input type=”submit” value=”Submit”>

</form>

South Coastal AARP

span.cat-links {font-size: 24px; color: #1e73be; margin-bottom:28px;}