Hi, I have just installed this nice theme and some troubles hava arised.
1.- fancy-login (javascript lightbox login) module does not work not more, as if it was off :|

2.- I have nothing in the preface region so content shows right next to the banner in the front-page, however, my blocks at the right side overlays under
the banner ...

I attach an image to show about issue 2.-

Thanks in advance.

CommentFileSizeAuthor
#6 navbarDoubled.png356.95 KBlockev3.0
danland_issue.png201.2 KBlockev3.0
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

danpros’s picture

Hi,

1. Danland only using ordinary plugins like pngFix, Cycle and Superfish. Maybe it conflict with the plugins.

2. Did you change the CSS?

lockev3.0’s picture

As for 1.- it has something to do with js ....do not know yet what exactly

As for 2.- I just changed the superfish background color and shortened the banner and banner-inner height (from 420 / 355 to 177 / 150)

lockev3.0’s picture

Sorry I forgot to mention, in deed, danland theme seems to conflict even with the so spread AdminMenu :|

danpros’s picture

Hi,

If you still want using that module then you must remove the Danland plugins like Cycle etc.

Please try using the latest version of Danland if you want to change the banner size, it very easy.

The minimum banner size is 270px

#banner{
width:100%;
background: transparent url(images/banner-shadow.gif) no-repeat center bottom;
height:270px;
margin:14px 0 0 0;
}

The minimum image size is 205px

.banner-inner{
width:950px;
margin:0 auto;
height:205px;
padding: 0 3px 0 0;
position:relative;
z-index:1;
}

.slideshow {
width:950px;
height:205px;
padding: 0 3px 0 0;
position:relative;
z-index:2;
}
<div class="slideshow">
<img src="<?php print $base_path . $directory; ?>/images/banners/sea.jpg" width="950" height="205" alt="Banner 1"/>
<img src="<?php print $base_path . $directory; ?>/images/banners/noon.jpg" width="950" height="205" alt="Banner 2"/>
<img src="<?php print $base_path . $directory; ?>/images/banners/snow.jpg" width="950" height="205" alt="Banner 3"/>
</div>

So the gap between banner and image size is 65px (if 420px > 355px and if 270px > 205px ).

lockev3.0’s picture

In order the fancy-login to work, should I disable even the superfish plugin ??? ...would be a pitty

Some more doubts (sorry if abusing) :

.- i've just downloaded the latest danland, did the above changes, and now it appears a little drawing failure at the end of the navigation/superfish bar : it shows again
like a separated terminal at the end of the bar the menu-bg (or menu-righ, not sure, see image attached please).

.- As i see, slideshow does not use xmlhttprequest (Ajax), so I think I could substitute slideshow with this (only if superfish could be enabled of course)

Tnx in advance 4 your attention-

lockev3.0’s picture

FileSize
356.95 KB

sorry forgot to attach image.

danpros’s picture

Hi,

How about in another theme like pixture reloaded?

To resolved that you should clear the cached data in performance options and your browser. It's because Drupal or your browser still cached previous image.

danpros’s picture

I saw your website is still has a menu that broken, the CSS from version 1.9 and 1.10 is different (for image name and url / menu ) so please update that.

Dan,

danpros’s picture

Status: Active » Closed (fixed)

Hi,

Finally I have a time to installing this module and its worked, I think there is wrong configuration in your Drupal. Do not use the standard login block but use the new login block created by the module. I'll close this.

Dan

danpros’s picture

Category: bug » support

Change the category.

Dan