Search…

X3 Photo Gallery Support Forums

Search…
 
Marcellin
Topic Author
Posts: 23
Joined: 19 Jul 2007, 12:30

font color of icons

13 Feb 2012, 02:23

Thank you for the PowerPack I find great, by cons I can not and I can not find how to change the font color of icons and new full screen and adjusting the position of these icons.
In advance thank you
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: font color of icons

13 Feb 2012, 10:41

Hello.
I don't realy know what do you mean with "icons". Thumbnails perhaps?
 
Marcellin
Topic Author
Posts: 23
Joined: 19 Jul 2007, 12:30

Re: font color of icons

13 Feb 2012, 12:05

No this is not the thumbnails but the text color of the module news I think it's tooltip textcolor
thank you
 
Marcellin
Topic Author
Posts: 23
Joined: 19 Jul 2007, 12:30

Re: font color of icons

14 Feb 2012, 10:11

Person to answer my question
I searched
With version 1.4 powerpack you can change the text color, something I can not find in version 2.0
Thank you for the answers
Marcellin
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: font color of icons

14 Feb 2012, 10:21

You can change text fonts, colors, sizes, decorations in your imagevue CSS Stylesheet (if you have installed powerPack CSS in installator).
Admin panel -> Themes -> Your theme -> Edit Stylesheet.

There you can edit all powerPack text styles.
Full list of powerPack CSS styles:
Code
.powerpack_topbar_tooltip{
}
.powerpack_topbar_comments_number{
}
.powerpack_vote_default{
}
.powerpack_vote_output{
}


.powerpack_comment_default{
}
.powerpack_comment_buttons{
}
.powerpack_comment_header{
}
.powerpack_comment_status{
}
.powerpack_comments_adminName{
}
.powerpack_comments_adminComment{
}
.powerpack_comments_senderName{
}
.powerpack_comments_senderComment{
}
.powerpack_comments_date{
}


.powerPack_newsButton{
}
.powerPack_news_title{
}
.powerPack_news_tooltip_title{
}
.powerPack_news_tooltip_description{
}


.guestbook_default{
}
.guestbook_name{
}
.guestbook_comment{
}
.guestbook_date{
}
.guestbook_number{
}
.guestbook_buttons{
}
.guestbook_adminName{
}
.guestbook_adminComment{
Examlpe, if you wish to change news title text apearance (font: Candara, color: orange, size: 12, decoration: Bold):
Code
.powerPack_news_title{
	font-family: "Candara";
	color: #BBBBBB;
	font-style: bold;
	font-size: 12px;
}
 
Marcellin
Topic Author
Posts: 23
Joined: 19 Jul 2007, 12:30

Re: font color of icons

14 Feb 2012, 13:10

Thank you very much for answers, I'm followed your advice but I can not change the text color "News Pictures" and the color "news on site".
damage
Marcellin
Attachments
Capture d’écran 2012-02-14 à 19.08.15.png
Capture d’écran 2012-02-14 à 19.08.15.png (2.97 KiB) Viewed 5795 times
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: font color of icons

14 Feb 2012, 13:17

Yes. But you're using v1.4 powerPack, as I can see (Your screenshoot shows button tooltip from V1.4) :roll:
Then you have all colour settings right in your imagevue admin panel:
Admin panel -> Extras

EDIT:
I see now that this screen was captured on my site :)
Last edited by Artur on 18 Feb 2012, 18:20, edited 2 times in total.
 
Marcellin
Topic Author
Posts: 23
Joined: 19 Jul 2007, 12:30

Re: font color of icons

14 Feb 2012, 14:03

J not have version 2 powerpack but if you want I give you my admin code and url in private mail
thank you
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: font color of icons

16 Feb 2012, 11:56

Marcellin wrote:J not have version 2 powerpack but if you want I give you my admin code and url in private mail
thank you
Yes, you could provide me your pass/user name on email: philiasso @ gmail . com
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: font color of icons

18 Feb 2012, 18:17

Problem solved.
Just for clarify here - after editing CSS Stylesheet, remember always clear your browser cache. Otherwise you will not see any changes.
 
Marcellin
Topic Author
Posts: 23
Joined: 19 Jul 2007, 12:30

Re: font color of icons

19 Feb 2012, 02:20

Thank you very much for your help, and POWEPACK is extraordinary, can we expect to see one day the selection of photos for the News module number
thank you
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: font color of icons

19 Feb 2012, 04:28

Thanks :wink:
Marcellin wrote:can we expect to see one day the selection of photos for the News module number
Not realy shure what you mean.
 
Marcellin
Topic Author
Posts: 23
Joined: 19 Jul 2007, 12:30

Re: font color of icons

19 Feb 2012, 04:38

Be able to quickly select the photos that should belong to modules such as a new picture box in a list of photos.
thank you
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: font color of icons

19 Feb 2012, 04:46

You want do this in imagevue admin panel? If so, this will not be added, sorry.

But you are able to add any picture to news module right from your gallery, by following:

1. Login to your powerPack installator (mark "remember me" checkbox)
2. Go to your flash gallery
3. Open news module
4. in news module click on any of image thumbnails, write path to image (folder), image name and description which you wan to see and press "Add" button.
 
User avatar
MrJAM
Posts: 5
Joined: 03 Jun 2011, 02:00

Re: font color of icons

08 Mar 2012, 03:20

First of all, thx for an interesting "plugin". I've just started playing around with, but by the looks of it; Good work.

An issue tho;
Artur wrote:You can change text fonts, colors, sizes, decorations in your imagevue CSS Stylesheet (if you have installed powerPack CSS in installator).
Admin panel -> Themes -> Your theme -> Edit Stylesheet.
I can't. I tried editing each css-element, adding font-size: 12px. I tried adding * { font-size: 12px; } in the hope of inheritage. I tried adding a second .css adding and adding that/editing the layout.phtml.

I might have missed a solution in the thread here, but...

Ideas?
Ronny 'JAM' Thomasson
Photographer @ JAMedia