I'm using Ubercart 2 with a theme I've written based on Framework 6.x-2.6.

When editing a Product, I should see a bar of extra links below the "View | Edit" links. Using plain Framework, these links are visible. When I switch to my theme, they fail to appear. The links aren't even in the Document Source.

I've used the Diffuse visual diff tool to compare my versions of key theme files with those in plain Framework, and I can't find what might be causing the links not to appear.

I don't remember changing any .tpl.php files, only style.css, but this can't be a CSS issue.

If you would like access to the dev site, I can message the URL to you and create an account.

CommentFileSizeAuthor
psooc.tar_.gz69.77 KBEmyr42

Comments

andregriffin’s picture

Hm, perhaps one of the functions in your template.php is not working. If you changed your theme name from framework, you also need to change the name of the .info file, as well as the "framework_" prefix for all the php functions in template.php and in any .tpl files.

kevinquillen’s picture

You will also need to check template.block-editing.inc.

andregriffin’s picture

Status: Active » Closed (fixed)