Hi
Not sure whether this is the right place for this ...
I have always used the collapsiblock module in the D6 version of this theme to keep some of the many blocks collapsed & when I upgraded to D7 & tried to use the same, the blocks do not collapse that have been set to do so.
Something must be preventing this.
Only the arrow that is supposed to show whether block has collapsed or not moves, but not the block itself.
Could you please help?

Another unconnected problem with skinr module:
When I try editing skins & set a different background color for example of a particular block, from a number of those available, for the current theme, which in this case is tapestry, this is not reflected after saving. Nothing changes.
Any idea why & how to avoid this?

Update

[I don't know whether the tapestry theme has any inbuilt skin colors, like the mix_match theme. It seems the different color & other options seems to be those which come inbuilt, with this other theme, & somehow, when you want to edit a skin of a block, they are what you are offered, UNLESS the tapestry theme also offers such already inbuilt skin options.]

:)

Regards

Comments

Kisugi Ai’s picture

hm don't know I cant realy answere this but i will lock at the weekend maybe its a simple thing.

Kisugi Ai’s picture

Issue summary: View changes

Update

Kisugi Ai’s picture

okay i have looked for it its noe changed in the new dev version.
it should work now with coder.

and much more things changed

but please wait for the new dev

Kisugi Ai’s picture

Status: Active » Needs review

the dev is new you can tryout

lionheart8’s picture

I did & it works. :)
Thank you so much. I like this theme & it's good I can continue using it for D7.

One more question, though:
Do you ever use the skinr module for tapestry?
If so, exactly how does one make alternative skins?
I have seen some reference to "classes", but have no idea what they are or where even to place them in order to use them.
Some themes like the mix and match theme come with inbuilt "skins", allowing customizing among other things individual regions in different ways.
Would be great if one could use this feature to enrich the already very good color combination options.

Regards

Kisugi Ai’s picture

well skinne i haven't used
but tapestry has 20 colors in
and you can use block theme module see in readme
iam not sur if skinner works

lionheart8’s picture

I have implemented your suggestion & it actually offers a good number of options for block-styling.

There seems to be a problem though with the pickstyle script. I placed it in a block & enabled Full html, just in case it is required. For testing purposes, I enabled it for all pages so I could see the effect without leaving the admin area. There's however no effect as the page reloads to the style currently being used.

I also tried with the pictures code.

May be I have missed out doing something. ...

Regards

Kisugi Ai’s picture

yes thats problem I have too.
i am not sure where i have not looked for the cookies.
the point is the cookies are stored per page. an if you click it on a page every whre you will jupm to front. go back to the page whre you have clicken then you will see the changes but only the page cathegory.
you sould have this only on front and then all other pages will have same style.
in your case you have now to delete the cookies. so you have a clean cookie.

btw this i have on all themes.
I'll look at it may be i get a soulution for it.

greetings

Kisugi Ai’s picture

okay i have changed the pick JS files they saves now the styles for all pages
but see the readme i have changes the instructions for the links
so you have to use this link construct e.g. <a href="/<?php print($_GET['q']);?>" onclick="pickstyle('allstar')">All Star</a> and set the blocks to phpcode

and important delete all your cookies for this domain

lionheart8’s picture

Hi
I tried just that with the following code,

<ul>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('allstar')">All Star</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('bluecollar')">Bluecollar</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('bogart')">Bogart</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('bizcasual')">Business Casual</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('cactusbloom')">Cactus Bloom</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('dolores')">Dolores</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('dustypetrol')">Dusty Petrol</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('firenze')">Firenze</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('fusion')">Fusion</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('gerberdaisy')">Gerber Daisy</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('haarlemmod')">Haarlem Modern</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('kalamata')">Kalamata Cream</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('kobenhavn')">Kobenhavn Classic</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('antoinette')">Marie Antoinette</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('modhome')">Modern Home</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('modoffice')">Modern Office</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('orientexpress')">Orient Express</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('woodworks')">Scandinavian Woodworks</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('techoffice')">Tech Office</a></li>
<li><a href="/<?php print($_GET['q']);?>" onclick="pickstyle('watermelon')">Watermelon</a></li>
</ul>

but the page re-loads to the style that has been set as default, whatever you choose. I cleared cookies & tried this in FF & Opera.

Something small still holding it up ...

Regards

Kisugi Ai’s picture

okay you have the new dev? and have you activated the point Enable StylePicker JavaScript?

lionheart8’s picture

Hi

That was the problem. ;) After enabling it, the block functions, however it seems to create another issue, or may be it has to do with the new dev version I updated to.

I noted after trying out the different styles, that the blocks where no longer collapsing, including the one I was using before trying this out.

So either enabling the pickstyle javascript or something in the new dev, which I updated to at the same time is probably responsible.

I'm quite sure you will quickly spot the culprit. ;)

Thank you for your support.
Regards & Happy New Year!

Kisugi Ai’s picture

happy new year too

but i have no problems with the blockstyles and collabsiblock
may be the colors could be diffrent but thats is a css issuer

if you have only copyed the dev version you shoud go to development/performance and clear cache

Kisugi Ai’s picture

Status: Needs review » Closed (fixed)
Kisugi Ai’s picture

Issue summary: View changes

Added some further observation.