Skip to main content
  • X Twitter
  • youtube
Home
Drupal 4U
Built for AI. Powered by Drupal.
  • Home
  • Showcases
  • Services
  • Blog
  • Themes
  • About
  • Contact

Breadcrumb

  1. Home
  2. HowTos
  3. Drupal MD Alpine theme: How to increase the length of the title and description field of the Parallax

Drupal MD Alpine theme: How to increase the length of the title and description field of the Parallax

HowTos
April 25, 2015
Profile picture for user drupal
By drupal
  • facebook-f
  • twitter
  • envelope
  • print
15

This howto explains how you can increase the length of the title field and description field of the Parallax 1 - 7

Solution

Step 1: Edit theme-settings-design.inc

/sites/all/themes/md_alpine/inc

Step 2: Change the type of the parallax title and description from textfield to textarea

    $form['md_alpine_settings']['design']['design_parallax']['parallax_'.$i.'']['pr_'.$i.'_title'] = array(
        '#type' => 'textarea',
        '#title' => 'Parallax '.$i.' Title',
        '#default_value'    => theme_get_setting('pr_'.$i.'_title') ? theme_get_setting('pr_'.$i.'_title') : '',
        '#max_length'   => 1000,
    );
    $form['md_alpine_settings']['design']['design_parallax']['parallax_'.$i.'']['pr_'.$i.'_des'] = array(
        '#type' => 'textarea',
        '#title' => 'Parallax '.$i.' Description',
        '#max_length'   => 1000,
        '#default_value'    => theme_get_setting('pr_'.$i.'_des') ? theme_get_setting('pr_'.$i.'_des') : ''
    );
Drupal MD Alpine theme: How to increase the length of the title and description field of the Parallax
Themes

Read more articles

Newer
Drupal GMap Module: How to automatically zoom and centre gmap views?
Older
How to easily and quickly implement background audio for a Drupal website
  • Log in to post comments
Profile picture for user drupal
drupal
15
1
min read
A- A+
  • facebook-f
  • twitter
  • envelope
  • print

Contact Us

Get in touch for questions and our Drupal development, design and optimization services.

Contact Us

We aim to reply the latest within 48h.

Drupal 4U: Built for AI. Powered by Drupal.

We are a group of Drupal designers, developers and webmasters. We are Drupal experts! We provide comprehensive services that go beyond traditional web development, focusing on how AI understands, interprets, and cites your content. With our deep expertise in Drupal's architecture, we build the intelligent core of your digital presence, ensuring your brand remains authoritative and visible in a world where AI is the primary gatekeeper of information. Partner with us and let's future-proof your digital strategy together.

  • X Twitter
  • youtube

Drupal Services

  • Drupal Web Design
  • Drupal Development
  • Drupal SEO
  • Drupal GEO
  • Drupal Migration

Drupal 4U

  • Services
  • Showcases
  • Themes
  • Blog
  • About

Drupal Links

  • Official Drupal Website
  • Theme Forest
  • Gaivas Themes
  • More Than Themes
  • DXPR: Drupal for Marketers
  • Drupal Answers
2012 - 2025, Drupal 4U

Footer menu

  • Contact
Home
Drupal 4U
Built for AI. Powered by Drupal.
  • Home
  • Showcases
  • Services
  • Blog
  • Themes
  • About
  • Contact
Clear keys input element