Jump to content

SSC

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by SSC

  1. Well this is embarrassing. Turns out the problem was being caused by CloudFlare's cache. Since I rarely do stuff like this, I never remember to turn that off before I start changing things. All I can say is that I'm glad it's Friday. Thanks for your help, Rick.
  2. I just noticed something. When I view the cached file /blog/site/assets/cache/FileCompiler/site/modules/MarkupBlog/template-files/blog-main.inc, it does not contain the changes I've made to blog-main.inc, but it should, correct?
  3. The font is loading. Here's the head section: <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Blog</title> <link href='https://fonts.googleapis.com/css?family=Lusitana:400,700|Quattrocento:400,700' rel='stylesheet' type='text/css'/> <link href='https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700,700italic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="/blog/site/templates/css/pocketgrid.css"/> <link rel="stylesheet" href="/blog/site/templates/css/blog.css"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> <script src="/blog/site/templates/scripts/blog.js"></script> </head> However, when I view /blog/site/templates/css/blog.css, I still see ... font-family:'Shadows Into Light',cursive; ... For some reason, the changed CSS file isn't being grabbed. I've also deleted all cache and session files, but that didn't help. Thanks, Frank
  4. Yes it is. I've not only tried that, but I've used multiple browsers, so I don't think it's a browser issue. Thanks, Frank
  5. I know this is probably embarrassingly simple, but I can't change the CSS for this blog for the life of me. I'm trying to get the blog to match the look of the default PW templates so I've added: <link href='//fonts.googleapis.com/css?family=Lusitana:400,700|Quattrocento:400,700' rel='stylesheet' type='text/css' /> to blog-main.inc and I've also changed the navigation section in blog.css as follows: /* Navigation */ ul#navbar { font-size: 2.85em; list-style: none; padding: 0 0 15px 0; /* font-family: 'Shadows Into Light', cursive; */ font-family: Quattrocento; } Unfortuantely, nothing changes when I reload the page. When I view the source code, I don't see the changes I've made - it looks like the CSS has been cached somewhere and it's still pulling the old version. I also see that the CSS has been minified (on the fly?) and I don't know where that's happening, either. I just installed everything the other day, so I have the latest versions. What do I need to do to get my changes to take? Thanks, Frank
×
×
  • Create New...