Page 1 of 2
font color of icons
Posted: 13 Feb 2012, 02:23
by Marcellin
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
Re: font color of icons
Posted: 13 Feb 2012, 10:41
by Artur
Hello.
I don't realy know what do you mean with "icons". Thumbnails perhaps?
Re: font color of icons
Posted: 13 Feb 2012, 12:05
by Marcellin
No this is not the thumbnails but the text color of the module news I think it's tooltip textcolor
thank you
Re: font color of icons
Posted: 14 Feb 2012, 10:11
by Marcellin
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
Re: font color of icons
Posted: 14 Feb 2012, 10:21
by Artur
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:
.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):
.powerPack_news_title{
font-family: "Candara";
color: #BBBBBB;
font-style: bold;
font-size: 12px;
}
Re: font color of icons
Posted: 14 Feb 2012, 13:10
by Marcellin
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
Re: font color of icons
Posted: 14 Feb 2012, 13:17
by Artur
Yes. But you're using v1.4 powerPack, as I can see (Your screenshoot shows button tooltip from V1.4)
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

Re: font color of icons
Posted: 14 Feb 2012, 14:03
by Marcellin
J not have version 2 powerpack but if you want I give you my admin code and url in private mail
thank you
Re: font color of icons
Posted: 16 Feb 2012, 11:56
by Artur
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
Re: font color of icons
Posted: 18 Feb 2012, 18:17
by Artur
Problem solved.
Just for clarify here - after editing CSS Stylesheet, remember always clear your browser cache. Otherwise you will not see any changes.
Re: font color of icons
Posted: 19 Feb 2012, 02:20
by Marcellin
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
Re: font color of icons
Posted: 19 Feb 2012, 04:28
by Artur
Thanks
Marcellin wrote:can we expect to see one day the selection of photos for the News module number
Not realy shure what you mean.
Re: font color of icons
Posted: 19 Feb 2012, 04:38
by Marcellin
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
Re: font color of icons
Posted: 19 Feb 2012, 04:46
by Artur
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.
Re: font color of icons
Posted: 08 Mar 2012, 03:20
by MrJAM
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?