Kenneth John Odle kjodle
kjodle commented on issue kjodle/portage#8 2021-08-01 23:50:38 +00:00
Add these social media links:

Font Awesome icons are here:

I may have to purchase a Font Awesome license. I need to check the…

kjodle opened issue kjodle/portage#8 2021-08-01 23:49:01 +00:00
Add these social media links:
kjodle pushed to main at kjodle/portage 2021-08-01 23:45:45 +00:00
f0a127f482 Adjust sidebar opacity
kjodle pushed to main at kjodle/portage 2021-08-01 23:42:49 +00:00
2c00aefc07 Adjusted padding on margin on top-level containers
kjodle opened issue kjodle/portage#7 2021-08-01 23:42:20 +00:00
Restyle the menus
kjodle commented on issue kjodle/portage#1 2021-08-01 23:40:51 +00:00
Center the primary menu

Changed this in menus.css:

#belowheadermenu {
	font-family: serif;
	background: #fff;
	border-top: solid 0.15em #ddd;
	border-bottom: solid 0.15em #ddd;
	width: 50%;
	margin: 0…
kjodle pushed to main at kjodle/portage 2021-08-01 23:27:14 +00:00
cd0c293648 Updated README.md
kjodle pushed to main at kjodle/portage 2021-08-01 23:18:21 +00:00
f6acb9ea48 Added link to demo site
kjodle pushed to main at kjodle/portage 2021-08-01 22:24:51 +00:00
afa9461d9b Updated README.md
kjodle pushed to main at kjodle/portage 2021-08-01 20:57:03 +00:00
a02b12212c Fixed html santization
kjodle opened issue kjodle/portage#6 2021-08-01 20:56:17 +00:00
portage_edit_post_link setting is not working
kjodle opened issue kjodle/portage#5 2021-08-01 20:56:06 +00:00
portage_display_credits setting is not working
kjodle opened issue kjodle/portage#4 2021-08-01 20:55:53 +00:00
portage_display_copyright setting is not working
kjodle opened issue kjodle/portage#3 2021-08-01 20:55:28 +00:00
Widget areas in are not displaying
kjodle opened issue kjodle/portage#2 2021-08-01 20:47:09 +00:00
Numerous printf() issues
kjodle pushed to main at kjodle/portage 2021-08-01 20:14:13 +00:00
6a75da7aae Changed namespace in functions files
5b7c2f0cd6 Centered footer menu
5421708bd5 Centered social media menu
Compare 3 commits »
kjodle commented on issue kjodle/portage#1 2021-08-01 19:59:58 +00:00
Center the primary menu

Changed this in menus.css:

#footermenu {
  font-family: sans-serif;
  background: #333333;
  }

to this:

#footermenu {
  font-family: sans-serif;
  background: #333333;
 …
kjodle pushed to main at kjodle/portage 2021-08-01 19:50:43 +00:00
0b592dbf6c Added sidebar opacity on hover
kjodle pushed to main at kjodle/portage 2021-08-01 19:44:05 +00:00
50d0159d56 Centered primary menu and fixed borders and backgrounds
kjodle commented on issue kjodle/portage#1 2021-08-01 19:43:03 +00:00
Center the primary menu

Change this in style.css:

#container {
    margin: 0px auto;
    max-width: 1000px;
    min-width: 700px;
    width: 80%;
    background: #ffffff;
    padding: 20px;
}

to…