Hello duckz. I am having erratic behavoiur happening when i save a layout. Im finding the best way is just to keep saving it as a dynamic layout but 50% of the time i edit the layout page via the GUI my block regions seem to be jumping about. Sidebar right jumping up above the main content. Just using default width. Its got so bad im thinking its unusable. Very frustrating.

Could i be doing something wrong? All cache is off.

Thanks

Comments

fadgadget’s picture

The dynamic layout defo seems to be the most consistant that i have found so far. I am gonna persevere with it but all this tpl lovliness is starting to make me think that maybe display suit would be worth a look. Id rather use the theme options though. I like this theme with or without the plugins.

duckzland’s picture

You'll need to play around with "newrow" and "lastrow" class which you can click on their checkbox.

this class is provided so people can define when a "row" is started by assinging it a "newrow" class which invoke css "clear: both" and on the end of a "row" they must invoke "lastrow" class which invoke css "margin-right=0"

those rules applies to all "areas", "regions" and "blocks"

fadgadget’s picture

I can understand that duckz th problem is say....

1. create new page-xxxxxx.layout. Sort all the areas. Click save. Refresh cache and everthing is fine. Then i might notice that the title has slipped down below the content (for no reason) so i will go
2. edit the layout again to sort the title. Save it over the dynamic template that im using. Click save, refresh cache. Now the title is in the right place but suddenly the blocks that where fine before have dropped or similar. So i go back in and sort them and hurrah eveything is great.
3. later ill need to edit the layout again, maybe not even touching the areas from before, click save and suddenly the title has been moved down the bottom of the content area (or similar)

I will look more into it today duckz as i aim to get my layouts all sorted.

thanks again for a great theme.

duckzland’s picture

Yeah, that is known bug to me. coz sometimes Drupal block weight value (or context block weight value) is overlapping with sigmaone layout weight value.

In your experience, from step 2 before go to step 3, did you save the block via block form or context or block configuration page?