SilverCart Forum
We moderate this Forum and we're here to help. Have you already run a forum search to check if your problem has already been solved?
You can help us helping you by providing detailed error messages, screenshots and logfile entries.
Page: 1 | ||
Topic Implementing my theme... but it's not really working ! | 3273 Views |
Implementing my theme... but it's not really working !
9 April 2012 at 10:31pmHello everyone !
I am trying to implement my own SilverCart theme.
I created a folder 'svs_silvercart' in 'themes' and activated the theme via _config like this :
SSViewer::set_theme('svs');
I copied the silvercart templates *.ss to modify them in my theme.
BUT :
$Themedir directs me to 'themes/svs/'
(I'm not at ease with the added '_silvercart')
How do I call my css files ? How not to call the css from the basic SilverCart theme ?
Re: Implementing my theme... but it's not really working !
10 April 2012 at 9:57amHello Vroxane,
the theme name you set via "SSViewer::set_theme" should match your theme folder name, so you should rename the folder "themes/svs_silvercart" to "svs" or set "SSViewer::set_theme('svs_silvercart');".
When the theme directory is setup correctly, SilverCart will automatically use your CSS files instead of the system files.
You'll just have to place them inside "themes/{svs OR svs_silvercart}/css/screen/custom/" and name them like the SilverCart files located in "silvercart/css/screen/custom/".
There's also a documentation section with more information at "http://doc.silvercart.org/doku.php/silvercart:10_techbase:10_develop:10_theming".
Greetings,
Sascha
Re: Implementing my theme... but it's not really working !
10 April 2012 at 12:19pmOkay, then !
I'll try this tonight, thank you !
(I got troubled by the blackcandy_silvercart stuff in the documentation... it wasn't that clear for me)
I'll get back here to keep the forum updated ! :)
Re: Implementing my theme... but it's not really working !
12 April 2012 at 12:28pmSorry ... I don't get it !
I had to remove the line
SSViewer::set_theme('blackcandy');
in mysite/_config to install Silvercart. After the installation, I placed this line instead
SSViewer::set_theme('svs_silvercart');
In my themes/svs_silvercart file, I have the following :
- css
- screen
- custom
- here I copied the original SCart css files
- layout.css
- images
- templates
- Includes
- Layout
- SilverCartFrontPage.ss
- Page.ss
- SilverCartFrontPage.ss
Silvercart doesn't even show my html code :(
What am I doin' wrong ?
Re: Implementing my theme... but it's not really working !
12 April 2012 at 2:50pmHi Roxane,
to be honest I don't know what the problem could be.
Could you send me your themes and mysite directories to "skoehler [at] pixeltricks [dot] de", so that I can have a closer look?
Greetings,
Sascha
Re: Implementing my theme... but it's not really working !
13 April 2012 at 1:29pmIt won't be necessary !
Removing the _ from the folder name did the trick : it appeared in the dropdown theme selector in the admin !