Website Backlog: Difference between revisions

From Lacrosse Plan Drills
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
* <s>Update the No access page to link to the request an account form</s>
* <s>Update the No access page to link to the request an account form</s>
* Customize yoast breadcrumbs with archive pages
* Customize yoast breadcrumbs with archive pages
* Build a private coaches area for discussions and create a coaches role that has editor rights
* <s>Build a private coaches area for discussions and create a coaches role that has editor rights</s> (Coaches role is Author)
* Change link colors and call out buttons


<pre>
/* Change the hover color of the featured boxes */
h1.entry-title a:hover {
color: #dd3333;
}


/* Begin Link Colors */
==Videos==
h1.entry-title a {
color: #FFFFFF;
}


a {
* Create Video for Iron
    color: #dd3333;
* Create a video for Fill
    text-decoration: none;
* Camel
}
* 3-Man
 
a:hover {
    color: #dd3333;
    text-decoration: underline;
}
 
a:visited {
    color: #dd3333;
    text-decoration: none;
}
 
 
button, input[type="button"], input[type="reset"], input[type="submit"], .button, #infinite-handle span {
background: #dd3333 !important;
}
 
.main-navigation ul > li > a {
    color: #dd3333;
}
 
.main-navigation ul {
    border-top: 3px solid #dd3333;
}
 
.main-navigation ul:before {
    color: #dd3333;
}
 
 
/* End Link Colors */
</pre>
 
Themes:
* Ixion
* default image size 1080 by 500
 
 
 
===Code changes made===
 
In '''Appearance''' --> '''Editor''' for the Ixion theme the following changes were made:
 
file: single.php
* In the page title section, the yoast breadcrumbs were added
 
<pre>
/** Added by Dave */
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('
<p id="breadcrumbs">','</p>
');
}
</pre>
 
* in the single page (page.php) section added the following:
<pre>
<?php
/** Added by Dave */
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('
<p id="breadcrumbs">','</p>
');
}
?>
</pre>
 
{{#seo:
|title=lacrosse plan backlog
|titlemode=append
|keywords=lacrosse, cary, rdu lacrosse, triangle lacrosse
|description=lacrosse plan a coaches partner for growing the game
}}

Latest revision as of 06:19, 23 September 2017

Wiki

Wordpress site

  • Configure smtp info: https://help.dreamhost.com/hc/en-us/articles/215526937-How-do-I-configure-a-WordPress-SMTP-plugin-
  • Yoast need to figure out how to fix the title tag to display the sitename and not just the pagetitle
  • Configure a custom login screen
  • Disable registration add a form to request an account
  • Test bulk account upload
  • Test forgot password
  • Test sending a custom email message for new accounts
  • Update the No access page to link to the request an account form
  • Customize yoast breadcrumbs with archive pages
  • Build a private coaches area for discussions and create a coaches role that has editor rights (Coaches role is Author)


Videos

  • Create Video for Iron
  • Create a video for Fill
  • Camel
  • 3-Man