Currently, I have this following setup:
Two PHP blocks of information (Get in Touch, Upcoming Events)
One PHP block (footer)
I would like to know if it were possible to create one GIANT PHP block and merge the three into one. I still want to have the same format... but I just want it to be in one giant box.
Does this make any sense?
I am sorta a newbie at heart.
I've been installing drupal and the zen theme very recently, now I'd like to develop a sub-theme based on the zen theme . I've followed the instructions on the zen documentation page : copying the STARTERKIT folder, changing the names and infos in the .info file, and replacing all the occurance of the word "starterkit" by my new sub-theme name ... But when I want to change my theme in the drupal appearence menu, my new sub-theme "foo" (I use the same name as the one used in the example ) is not available, I can't see it ...
Can anyone please help me, I have a static bootstrap responsive website and I converted the same into the drupal website using zen theme and panels, the site functionality is complete, but I am not getting the proper way to theme it, it should be same responsive as my static one, I dont have the knowledge of sass and zen grids, is there any simple way to do it.
i need to theme profile 2 edit forms. have tried hook_form_alter and hook_theme options but something seems to be missing.
To simplify the issue - i have a profile - profile_main with a field - 'field_first_name' and i want to change the title of the field. I do not want to change the same via manage fields option.
For some reason, I am unable to change profile 2 fields (field_first_name in this case).