Page 1 of 1
Share button position
Posted: 04 Feb 2011, 15:38
by dgysen
Hello ,
Share function are very well designed ! great option!
I've just one question .. is it possible to change the button position and put the button at the BL or BR of the text page
I've not find any option in the textpage setting or theme
I've test the share button on a text page , great to publish news etc.. but when the text page comes , the share button mask the end of the text at the TR
tks
Re: Share button position
Posted: 07 Feb 2011, 11:36
by mjau-mjau
Unfortunately, we did a "Steve Jobs" and made settings for the share item almost non-existent. The amount of conditions to be added to add all kinds of positioning to the share button for every kind of page (thumbs, images, textpage) is quite tedious. Not only is it tons of code, but it is bound to create layout incompatibilities depending on the users settings or screen, or textpage size etc. We opted to keep it simple ...
Besides, the share button disappears after 1 second of mouse inactivity, so it will almost certainly solve itself in all situations.
Do you have a link btw. so I can see this in action? Sounds like you either have very long titles and/or very small font-size for titles ...
Re: Share button position
Posted: 07 Feb 2011, 15:58
by dgysen
ok It's not really a problem;-)
I would like to activate the share button on some Textpages only . I suppose I can do this by using folders parameters , but with method?
Disable share for textpage and use a parameter to activate on some textpages?
Enable share for textpage and use a parameter to disable on standard textpages?
Whats is the command for textpages paramaters
tks
Re: Share button position
Posted: 07 Feb 2011, 16:04
by bixo
Hi, I am hijacking this thread a bit.
But, what about the size of pop-up button in the maincontrols? Would it be possible to incorporate a size setting as we have with the rest of controls via the theme css. I would like to have smaller buttons in the pop-up, like 16px.
Thanks for your efforts with the latest version! (thumbnail resize is my favorite)
Re: Share button position
Posted: 08 Feb 2011, 02:39
by mjau-mjau
dgysen wrote:I would like to activate the share button on some Textpages only . I suppose I can do this by using folders parameters , but with method?
I suppose you could do this for the folders where you don't want it to display:
textpage.sharebutton=false
bixo wrote:But, what about the size of pop-up button in the maincontrols? Would it be possible to incorporate a size setting as we have with the rest of controls via the theme css. I would like to have smaller buttons in the pop-up, like 16px.
Are you referring to the share popup button in main controls? You can not generally resize this, because it is automatically as small as it can be depending on the items inside. You can already control by CSS the font-size and style for the sharing text items:
.sharemenu {
font-size: 11px;
}