Hello Fellow Drupalians, I Have spent like the whole of last year learning drupal and its complexity and i thought i was okay, but day in day out i find a technical hitch when building and or working on a drupal site. i am at a point of giving up and demolishing my site and looking for easier alternatives but i came here first.
Hello Fellow Drupalians, I Have spent like the whole of last year learning drupal and its complexity and i thought i was okay, but day in day out i find a technical hitch when building and or working on a drupal site. i am at a point of giving up and demolishing my site and looking for easier alternatives but i came here first.
Hello, I have a issue with some values that I'm getting with hook_form_system_theme_settings_alter. The point is this:
with this hook, I want to create a color picker with: $form['color'] = array(
'#type' => 'color',
'#title' => t('Color'),
'#default_value' => '#ffffff',
'#description' => t("choose a color")
);
}
then, on the admin panel, the admin introduce the value of the color in HEX.
In a php file, I can obtain the color value with this:
I'm currently tuning a custom theme based on bootstrap.
My issue is that header zone is always at least 1px height, even if empty. You'll see it here https://pit68.be/drpl/recherche just between banner at content.