how to turn off the preview function of all images


Author Message
moon

Posted: 5/21/2013
Quote message 

Hi,

Do you let me know how to turn off the preview function of all images to pop-up at one time so that I need not to set it one by one.

Thanks,
Moon
 
Dave B

Posted: 5/22/2013
Quote message 

Million dollar question. No idea why that's the case. Who in the hell would even remotely want the default to be yes. How many, I mean how many websites do you go to that the images are popups??? None, zero, zilch.

There is some very strange reasoning on their part with certain settings.

I just got a response from support that all header images must be converted to a png. So my perfectly optimized image of 49KB jpg is converted to a 300KB png for no reason.
 
Garry

Posted: 5/23/2013
Quote message 

Right click on desired image-> Image options-> Preview-> No
 
moon

Posted: 5/24/2013
Quote message 

Dear All,

I got the reply from artisteer support as following:

" unfortunately there is no such option yet.
But it will be implemented in future release."



 
jrgweb

Posted: 5/24/2013
Quote message 

@moon - You can turn off with css for all images.
add this to the css

.art-lightbox-wrapper {
display: none !important;
}
.art-lightbox {
cursor: default;
}
 
Jimmy

Posted: 5/24/2013
Quote message 

Quote moon:

Dear All,

I got the reply from artisteer support as following:

" unfortunately there is no such option yet.
But it will be implemented in future release."



Thank god
 
moon

Posted: 5/24/2013
Quote message 

Dear jrweb,

Thank you so much.

I would like to clarify my step is correct.

File > Export > Option > Select CSS Option > add the cod to css
is it right?

[url=http://postimage.org/image/vskb3ogax/][/url]

Best Regards,
Moon :-) :-) :-)
 
jrgweb

Posted: 5/25/2013
Quote message 

@moon - Yes, that's correct. You can also add manually to css.