|
|
|
|
Making the logo or any block transparent? | October 11, 2010 @ 8:28am | I am trying to make my Logo block transparent so that my Logo will appear over my pages background image. Is that possible? |
|
|
|
|
|
|
|
|
|
| October 11, 2010 @ 8:17am | Thanks.. That worked perfectly |
|
|
|
|
|
|
|
|
|
| October 8, 2010 @ 9:35am | We have a few grey templates so I'm not sure exactly which one you're using. If it's Innovation - Monochrome, that's going to be template.php on line 300.
Code
<table width="80%" height="800" border="0" cellpadding="0" cellspacing="0"> |
|
would become
Code
<table width="1000" height="800" border="0" cellpadding="0" cellspacing="0"> |
|
The other option is to leave it at the current 80% and add a spacer image somewhere in the top blocks that forces it 1000 wide. The difference there is that would still stretch further to whatever 80% works out to on a larger screen (1250 or wider), I don't know whether that's desirable or going to cause problems for your layout.
David |
|
|
|
|
|
|
|
|
|
Changing Monochrome Template To Fixed Width | October 8, 2010 @ 5:57am | I would like to be able to change the width of the Monochrome template to 1000 px wide. Can you please tell me which part of the code to change.
Thnaks |
|
|
|
|
|
|
|
|
|
| August 16, 2010 @ 10:21pm | Thanks David...
|
|
|
|
|
|
|
|
|
|
| August 16, 2010 @ 10:03pm | Welby,
Yes, if you want it above the body tag, template.php is where you'll need to put it. I believe it has single and double quotes in it, so you'll want to escape (add a \ before it) any of the singles.
In my experience, though, it works just fine in a block as well. I have mine as bottom center without a title so you don't really notice it's there. You can also set the block to show for guests only if you want to have numbers that aren't impacted by admin work on the site.
Dave |
|
|
|
|
|
|
|
|
|
Google Analytics Code | August 16, 2010 @ 9:54pm | Hi David.
Trying to install Google Analytics Code which is supposed be placed before </body> tag.
Should this be pasted in the template.php file near line 285?
It's java and I don't know how it react if I paste it in this file.
Thanks!
welby |
|
|
|
|
|
|
|
|
|
|
|
| August 14, 2010 @ 8:26pm | Ya I'd suggest one of the generators that spiders your site, that should work fine for your needs. It's something we'll be working on for the future, as that would be a nice plus to have that automatically generated. It probably ties in with search functions as well, since they also need to know all the contents of the site.
David |
|
|
|
|
|
|
|
|
|
| August 14, 2010 @ 8:21pm | David.
Over 30 pages created presently with a scope of about 200. These where created individually within FlexCMS from the pages section.
Ok no worries, just curious. I know there online XML Sitemap generators as well as software which you can download.
Thanks.
welby
|
|
|
|
|