Search…

X3 Photo Gallery Support Forums

Search…
 
dgysen
Topic Author
Posts: 17
Joined: 06 Dec 2010, 02:33

Share button position

04 Feb 2011, 15:38

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Share button position

07 Feb 2011, 11:36

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 ...
 
dgysen
Topic Author
Posts: 17
Joined: 06 Dec 2010, 02:33

Re: Share button position

07 Feb 2011, 15:58

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
 
User avatar
bixo
Experienced
Posts: 24
Joined: 30 Dec 2006, 08:13

Re: Share button position

07 Feb 2011, 16:04

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)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Share button position

08 Feb 2011, 02:39

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:
Code
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:
Code
.sharemenu {
	font-size: 11px;
}