I installed Tapestry on Drupal 6.3. I am not seeing the additional configuration settings (style, width, font, etc) on the Tapestry theme configuration screen.
According to documentation, I don't need to install the Theme Settings API module on Drupal 6. I have it installed to support LiteJazz, which is giving me all its theme options no problem. Not sure if this is impacting Tapestry. I had the API removed, but it did not make any difference.
Any ideas? Thanks.
Comments
Comment #1
roopletheme commentedIt should just work out-of-the-box so to speak. The theme configuration capabilities are provided by the file theme-settings.php, so you'll want to ensure that this file exists in your theme folder... might even take a look to make sure the file seems intact.
I've had a few reports of incomplete downloads from the theme demo site... missing files and such... that always seem to be corrected by downloading the theme a second time. Every time I check it, things look good. I've replaced the file a few times in an attempt to remedy any problems, and I have not been able to duplicate the issue. I've had no reports of such problems when downloading the theme from drupal.org.
Comment #2
sinitsin commentedThank you for your reply. Yes, the issue was with the download (http://demo.roopletheme.com/tapestry/download). Tapestry-6.x-1.0.tar.gz appears to miss some files including theme-settings.php. When I downloaded Tapestry-6.x-1.0.zip everything was there. Thanks again.
Comment #3
roopletheme commented