Hi,

I've uploaded the theme Pixture_reloaded to my drupal site but it doesn't appear in my list of choices.

First I put it in sites=>all=>themes and it did not show up.

Then, as directed in a post I found, I tried sites=>all=>themes =>drupal-contrib. Still no go.

I've got it running fine on my sandbox instance on localhost. I repeated the same steps when I went to upload it (a fresh instance, not the one from my sandbox), but it didn't work.

Any help?

Comments

vm’s picture

ensure the .info was uploaded and no files were corrupted.

compare the .info content with a fresh download.

petercrowell’s picture

Thanks VeryMistunderstood

I found the file is called pixture_reloaded.info and it's in the list on my ftp client

I've opened the file but I don't know how to determine if a file has been corrupted.

mm167’s picture

to check if the file is OK, u may post the .info file here.

petercrowell’s picture

Thanks mm167!

Here's the file contents:

; $Id: pixture_reloaded.info,v 1.4 2008/09/09 13:14:22 jmburnz Exp $

name = Pixture Reloaded
description = Recolorable multi-column liquid/fixed layout theme. Original Design by Pixture Studio, Ported to CSS layout by AdaptiveThemes.
version = VERSION
core = 6.x
engine = phptemplate

; The regions defined in the page.tpl.php files. The name in
; brackets is the name of the variable. The text proceeding the
; = sign is the short description you see on the block configuration
; page.

regions[header] = Header blocks
regions[superfish] = Superfish menu
regions[content_top] = Content top
regions[content] = Content
regions[content_bottom] = Content bottom
regions[left] = Sidebar left
regions[right] = Sidebar right
regions[footer] = footer

stylesheets[all][] = layout.css
stylesheets[all][] = style.css

; The "features" control which of these check boxes display on the
; admin/build/themes configuration page. This is useful for
; suppressing check boxes for elements not used by your theme.

features[] = logo
features[] = name
features[] = slogan
features[] = mission
features[] = node_user_picture
features[] = comment_user_picture
features[] = search
features[] = favicon
features[] = primary_links
;features[] = secondary_links ;No support for secondary links
; Information added by drupal.org packaging script on 2008-09-13
version = "6.x-3.0"
core = "6.x"
project = "pixture_reloaded"
datestamp = "1221270621"

petercrowell’s picture

It seems it's not the theme, because I just tried to upload another theme, this time Easybreeze, and it's not showing up either.

Any ideas?

marcusthijm’s picture

Try clearing the cache. Sometimes this helps. On the admin/settings/performance-page is a button to do this at the bottom of the page (clear cached data).

petercrowell’s picture

I'd already got the thing working before I read about clearing the cache, but had not known about that feature, so thanks!