Jump to content

vegardw

Members
  • Posts

    3
  • Joined

  • Last visited

vegardw's Achievements

Newbie

Newbie (2/6)

5

Reputation

  1. I just wanted to inform, due to not want to edit everytime there will be an update (not that I will use the default theme forever, but yes, small issue). Could probably be solved better, just fast fix.
  2. When installing ProcessWire out of the box (Softaculous), there is one minor mistake in making it truly https friendly. site/templates/_main.php - the http: has to be removed in order to load the google font accordingly to the site setup https/http. <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title><?php echo $title; ?></title> <meta name="description" content="<?php echo $page->summary; ?>" /> <link href='http://fonts.googleapis.com/css?family=Lusitana:400,700|Quattrocento:400,700' rel='stylesheet' type='text/css' /> <link rel="stylesheet" type="text/css" href="<?php echo $config->urls->templates?>styles/main.css" /> </head> Great product! Continue the brilliance.
×
×
  • Create New...