Modern Living Theme by mikeybeez
-
- New Member
- Posts: 6
- Joined: Mon Nov 04, 2013 1:53 pm
Modern Living Theme by mikeybeez
I'm trying to use this theme and everything is fine except for the logo - I cannot get it to display.
I've tried variations on:
background: #385C72 url('images/contact-logo.jpg') including using the full path with [[root_url]] and using various locations for storing the jpg file but is just won't appear plus using double inverted commas, no inverted commas etc. Is there something else in the style sheet that needs changed. All the other images appear.
I've tried variations on:
background: #385C72 url('images/contact-logo.jpg') including using the full path with [[root_url]] and using various locations for storing the jpg file but is just won't appear plus using double inverted commas, no inverted commas etc. Is there something else in the style sheet that needs changed. All the other images appear.
Re: Modern Living Theme by mikeybeez
We would need a link to this before we can help or we would have to install the theme to see where this is in the code...
-
- New Member
- Posts: 6
- Joined: Mon Nov 04, 2013 1:53 pm
Re: Modern Living Theme by mikeybeez
The address of the site is: http://www.counselling-cheltenham.me.uk/index.php
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Modern Living Theme by mikeybeez
Code: Select all
<meta name="description" content="We offer a Counselling Service for both individuals and schools in Gloucestershire"
Why is your stylesheet in your directory 'images/template/modliv/stylesheet.css'?
It seems you could remove the original CMSMS-logo from the template. To get your logo there, you have to replace the CMSMS-logo with your logo
-
- New Member
- Posts: 6
- Joined: Mon Nov 04, 2013 1:53 pm
Re: Modern Living Theme by mikeybeez
Woops hadn't noticed the meta tag error - thanks!
The stylesheet is there because that's where the theme instructions say it should go. By the way I can't get logo1.gif (CMSMS logo) to appear either.
The stylesheet is there because that's where the theme instructions say it should go. By the way I can't get logo1.gif (CMSMS logo) to appear either.
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Modern Living Theme by mikeybeez
Your stylesheet normally is located in your database. Take a look in the documentationvof cmsms.
-
- New Member
- Posts: 6
- Joined: Mon Nov 04, 2013 1:53 pm
Re: Modern Living Theme by mikeybeez
OK stylesheet now in database. All pictures where they are supposed. to be. logo1.gif still refuses to appear!
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Modern Living Theme by mikeybeez
Do you have {cms_stylesheet} in your template?
Re: Modern Living Theme by mikeybeez
Well, from your CSS:gerryclement wrote:logo1.gif still refuses to appear!
Code: Select all
div#header h1 a {
/* you can set your own image here */
background: #385C72 url('http://www.counselling-cheltenham.me.uk/uploads/images/logo1.gif') no-repeat 0 12px;
.....
}
To copy System Information to the forum:
https://docs.cmsmadesimple.org/troubles ... nformation
CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
https://docs.cmsmadesimple.org/troubles ... nformation
CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
-
- New Member
- Posts: 6
- Joined: Mon Nov 04, 2013 1:53 pm
Re: Modern Living Theme by mikeybeez
Thanks Paul. I got the template from here: http://themes.cmsmadesimple.org/uploads ... e.zip.html. I think I'll look for another template. I'm surprised its been downloaded as often as it has. I put the CSS in the W3C validator and got several errors and warnings.
My thanks to everyone who replied.
Gerry
My thanks to everyone who replied.
Gerry
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Modern Living Theme by mikeybeez
Just make the necessary corrections and your template works.