I am actually trying to set up an Omega 4 subtheme using libSass. (bleeding edge starterkit by fubhy)
It does look very promising, but I just can't seem to install the gulp environment.
I added a new text field (field_read_more) for read more link (may sometimes be a page outside the site) and cleared the caches but it doesn't show up in the $content-variable.
I am quite new to Drupal but so far this kind of operations have gone without any hiccups.
Funnily it is visible in #object of other fields but doesn't have its own $content['field_read_more'] entry.
Am I missing or forgetting something dumb or is there some other explanation?
Hello,
I created a view that displays the last 5 articles of a content type (news). now I want a button "View other news" just below the 5 items listed.
I want to get more control over the bootstrap classes on aside(s)/main content container.
bootstrap/themes/system/page.tpl.php has the aside classes hardcoded (col-sm-3) and in bootstrap/themes/system/page.vars.php there is logic that adds a class to the main content container depending on whether there is one sidebar, two sidebars or no sidebars (col-sm-6, col-sm-9, col-sm-12 respectively).
I want to get more control over the bootstrap classes on aside(s)/main content container.
bootstrap/themes/system/page.tpl.php has the aside classes hardcoded (col-sm-3) and in bootstrap/themes/system/page.vars.php there is logic that adds a class to the main content container depending on whether there is one sidebar, two sidebars or no sidebars (col-sm-6, col-sm-9, col-sm-12 respectively).