New Install - Questions / Problems

Posts: 4
Joined: 06/28/2008

I am just setting up Ubercart in a new Drupal 5.7 install. A few initial problems present themselves, which may be theme or configuration settings related.

1. I could not display the "store links" block - maybe it was too wide for my theme, it just did not show up at all after being enabled following the instructions - (not a big problem, as we can work through the other links)

2. Store Admin: "The Imagecache presets do not contain actions to perform on images. Images may be displayed in their original formats." - clicked on the link to enable these settings, no change - went to image cache, all the values are set up, re-saved every one, no change

3. Shopping Cart block - we are running a version of the PG-Theme on the site: when I enable the shopping cart block, it shows the arrow outside the block in the right column, but the arrow is inside the block on the left column - the bigger problem is that on the home page, the expanding capabilities don't work at all - it is expanded and doesn't move - seems to work fine on all the other pages of the site

URL for reference: http://www.pragpartytours.de/

Site is in production, any assistance or recommendation appreciated

Posts: 332
Joined: 08/07/2007
Administrator

#3: I can't answer why the JS is failing to expand the shopping cart on the front page. But I can tell you that the expand/collapse arrow is outside of the box due to the CSS in uc_cart_block.css:

#block-cart-title-arrow {
  position: relative;
  top: -5px;
  right: -23px;
}

Removing the relative positioning will place arrow back inside the block.

--

-Shawn Conn: If the Name Don't Rhyme It Ain't Mine

Posts: 4
Joined: 06/28/2008

Thanks for the information - the problem on the front page may be related to the fact that I am using a customized page-front.tpl.php and I'll have to go in and add the Javascript to the header manually. That is my initial estimate anyway, maybe it is not getting added automatically there?