This forum is for assistance with theme development.

Views Adding "1" after Image Output?

I have a view that is displaying a 2 column Grid of the field Content:Image and for some reason the number 1 is added within the "field-content" div after each picture.

I have tried adding filters, but nothing removes it.

Everything displays perfectly otherwise, and I'm so many hours deep trying to resolve this last issue. Any help is GREATLY appreciated.

Remove size attribute of select fields in views

Ich would like to remove all size attributes form all select fields in forms in views.
for example:

<select multiple="multiple" name="field_blabla[]" id="edit-field-blabla" size="4" class="form-select"><option ...

Theming information tell me to change: views-view.tpl.php or views-view-table.tpl.php. But i would like to solve this problem with a function, maybe preprocess function.

What would be the best approach?

THX and best Regards
Anhuret

Programmatically embed the Search Block in Commerce Kickstart

Hi,

I'm using drupal 7 commerce kickstart and i want to embed search block in my custom theme page.tpl.php but not working,

I used module_invoke:

  $search = module_invoke('search', 'block_view', 'form');
  print render($search);

Please Help me.

How To Rearrange Sidebar Second Back?

Hello -

For some reason my Sidebar Second is now under my Sidebar First when I look under Block Region Demonstration.

Currently this is the setup: https://flic.kr/p/p7acym

I would like to get it back to the right hand side. Can anyone help?

Thank you

Drupal Classic Theme Shows Mobile and Web Navigation On Load

I'm running drupal 7 on both a production(drupal 7.26) and development server (drupal7-latest(7.31)). The development server's navigation is messed because its showing both the [web] and [mobile] navigations when viewed on a resolution of > 1024px (*please see screenshot below).

I've tried the following to remediate this, without any resolution:

Pages

Subscribe with RSS Subscribe to RSS - Theme development