Setting nice_menus items height

I have installed fusion_starter_lite theme, and nice_menus.

Now i want to make the height of the menu items in the nice_menus smaller.
I am trying with CSS. In the end i found out how to set the height of the menu items (ul li), but it looks like the problem is the anchor, that is surrounding the label in the menu item. Seems like there is a margin or padding inside the anchor ?

Does anyone know about this problem and how/where to fix it ?

Very Simplified Templates?

Hi

Seeing as how mature Drupal is, this must have been mooted and rejected at some point, but I feel like asking anyway.

In the .tpl files, would it be possible to separate out the complex php into a separate file and call the arguments with a simple placeholder?

eg. use [[sitename]] to call

<?php if ($site_name || $site_slogan): ?><div id="name-and-slogan"<?php if ($hide_site_name && $hide_site_slogan) { print ' class="element-invisible"'; } ?>> <?php if ($site_name): ?><?php if ($title): ?><div id="site-name"<?php if ($hide_site_name) { print ' class="element-invisible"'; } ?>> <strong> <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel=home><span><?php print $site_name; ?></span></a> </strong></div><?php else: /* Use h1 when the content title is empty */ ?><h1 id="site-name"<?php if ($hide_site_name) { print ' class="element-invisible"'; } ?>> <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel=home><span><?php print $site_name; ?></span></a></h1><?php endif; ?><?php endif; ?><?php if ($site_slogan): ?><div id="site-slogan"<?php if ($hide_site_slogan) { print ' class="element-invisible"'; } ?>> <?php print $site_slogan; ?></div><?php endif; ?></div>

We could still alter the code in the referenced file (perhaps within the theme folder) but it'd make templating sooo much easier.

Post attribution as full name?

I was hoping to set the post attribution of nodes on my Drupal 7 installation to the user's full name, e.g., "by John Smith". I thought it would be easy, but has proven to be more difficult than expected.

I tried to use both the built in profile field ability, and profile2 module to create first and last name fields in user profiles, then the realname module to apply them, but realname only seems to recognize tokens. So that didn't work...

Seeking Full-Time Permanent Drupal Architect (Boulder, Colorado)

AppliedTrust is seeking an experienced Drupal application architect to join our team of expert infrastructure engineers. Although the position is primarily Drupal-focused, the ideal candidate should have an interest in topics like security, performance, and scalability across the LAMP stack.

Responsibilities and contributions include:

* Gathering site/application requirements and developing Drupal solutions that meet them
* Creating and promoting agile software development life cycle best practices
* Performing application security risk assessments, threat modeling, and compliance reviews
* Providing leadership at clients surrounding Drupal best practices and development methodologies
* Maintaining high visibility in the Drupal community individually and for AppliedTrust
* Facilitating knowledge transfer on Drupal best practices with multi-disciplinary teams
* Managing 3rd party web/graphics designers, programmers, and consultants

Fixed: Page not found; when I have added Basic pages and articles in a fresh site

Hello All,
I have installed drupal 7 on web shared hosting (eukhost). It is installed successfully but when I added first content to website and went to home page only "page not found" message comes. I have added 2-3 more pages even then there is no luck. When you preview the page that displays. As soon as you save, publish and navigate back to home, same message again. I have tried every thing but there is no success.

Drupal migration to another pc

Hello all,

I've searched and tried the for three days now!!
Can't go further anymore, so may be someone know what the problem is.

I had a old laptop and replaced it with a new one.

I had 5 drupal installations in my old laptop.
This is what I used.

WAMP

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x