Hello,
At first thank you for your review. We will take into account all your suggestions and try to do it more user-friendly in future.
About pre-sale questions, sorry, but we haven't received an email from you. If it is actual, you can re-send the email to
info@ari-soft.com address or ask the questions here.
About the questions:
1. Is it possible to see the problem anywhere? Do you want to open all links to images with "mikes-album" CSS class into the lightbox?
2. We will investigate possible solutions and report about results soon.
3. The plugin doesn't support this ability. Each item should belong only to one group.
4. Open "Style" tab on "ARI Fancy Lightbox -> Settings" page and populate "Custom CSS" parameter with the following CSS rules:
Code: |
/* Change font, size of caption and remove top border */
.fancybox-caption-wrap .fancybox-caption {
font-family: Times;
font-size: 20px;
border-top-style: none;
}
|
Use the following CSS rule to change background, just specify correct URL to background image:
Code: |
body .ari-fancy-title {background: url(images/my-image.png) repeat; }
|
Regards,
ARI Soft