This forum is for assistance with theme development.

Page resizes after load visual effect, accessibility button (resizing text)

Hello All,

I have a question

I have a tool, that resizes texts on a page for accessibility

You can see an example here http://bit.ly/1mSN26K
in the header there are three A that resize the text when clicked

When i click to have bigger text, it works fine.
But then when i click on a menu item for example, the page loads in normal state, then switches to big text state, which makes a resize after load visual effect.
It feels like the page is loaded, the cookie read, then the page is resized.

Printing node label without span wrapper

Hello,

I'm trying to print the node label in my node.html.twig template without the span wrapper around it.

Because:
<h2>{{ label }}</h2>

Wraps a span around:
<h2><span>Node title</span></h2>

Is this the right way to do it (see below)? I doubt it so that's why I ask.

My solution so far:
<h2>{{ label.0['#context'].value }}</h2>

html.tpl.php is not loading!

Hi,

The page.tpl.php does load the html.tpl.php for the front page only, but the internal all fine, what could the reason ?

Thanks for your help..

Drupal 8 with Foundation 6

Good day.
I'm trying to Configure a theme to include foundation 6(css and js) and create a block type that outputs a Foundation 6 Orbit slider.
After 3 days of diging and reading i'm in a dead end.
Does anyone has a hint or a guide for this task?

Responsive block design

Hello all, i have question about responsive design.

I created 4 mini blocks, each block has a button and some information. I am able to edit in css code(I edit them through admin/appearance/settings/porto/css) to place them horizontally in the bottom page. However, I cant make them responsive anymore. They will not relocate when the window size changes. Can anyone kind to figure out this problem?

How to change Bootstrap Grid system to 960px

Im using Bootstrap theme for my Drupal7 website but i want to change the grid system to 960px in place of default 1200px . I found a trick but didn't work very well:

@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }

Please any help..

Pages

Subscribe with RSS Subscribe to RSS - Theme development