Hi, I'm new to Drupal and to website building. I'm using the premium responsive theme and would like to know how precisely to move regions "First Bottom" through to "Forth Bottom" further up the page to sit under the region "Front Welcome". I understand you have to edit the "page.tpl.php" file and move code pertaining to the region(s) in question to where you want it, which is under the region "Front Welcome". Now I tried to do this but was unsuccessful as I was confused as to what precisely to cut and where to exactly paste it.
I know this has probbly already been covered but google is giving me all kinds of conflicting results. The goal would logically appear to be simple but my attempts aren't working. I want to show an embeded view based on a field value.
my latest attempt, again I know I'm missing something stupid:
I've managed to create an error in the theme I've currently installed as mydrupal installations "default" theme. Is there a way to force drupal to load and run? I think that the only way I can disable a "default" theme is from a running installation, going to Appearance and setting my default theme. If there is another way, please let me know.
I am working on translating a WordPress theme. There is a block that I want to create to go with the theme and as I understand it, blocks are created in modules.
1. If I am misunderstanding how this works, please point me in the right direction.
2. Can I create a custom block to deploy with my theme...INSIDE the theme.
3. If I can't include the block with the theme, can I somehow combine a theme and module in one package?
4. If I can't do any of the above, can I code that the theme requires the module and vice versa?
I create websites just for fun, but I haven't any knowledge about css and php. I would like to try to create a Bootstrap theme and I've found on the internet Pingendo, that is a WYSIWYG Bootstrap editor.
Is it possible to create a Bootstrap theme combining the Bootstrap Theme and Pingendo or other Bootstrap editors?
I am having a problem with a fieldset that I have created in the manage display section of a node type.
Normally when a field is empty the html for that field does not appear in the rendered html of the node. However when you create a fieldset in the display settings for the node. the html for the fieriest is displayed even if the field is empty for a given node. IS there a way around this?