Forums Index > Mewsoft Products > Auctionawy > cant seem to find...
smokyant2000 First Post Posted on: 04-03-12 10:57 PM
cant seem to find...

i cant seem to find the place to change the size of the mouse over pictures. all the settings are good other than the huge mouse over pictures on home page. please and thanks.
mewsoft Reply #: 1 Posted on: 04-04-12 01:41 AM
Re: cant seem to find...

The on mouse over image preview is the full uploaded image view. So this is the acutal uploaded image full view,

to change its size you need to change the uploaded images size in admin->listing options. Changes

takes effect on the next upload images not on the already uploaded images.

 


Mewsoft Support
www.mewsoft.com

smokyant2000 Reply #: 2 Posted on: 04-04-12 12:52 PM
Re: cant seem to find...

thank you sir smile
smokyant2000 Reply #: 3 Posted on: 04-05-12 01:28 PM
Re: cant seem to find...

is there a way to turn off mouse over just on the front page? and if not could the control of where mouse over happens be added into controls? please and thanks.
mewsoft Reply #: 4 Posted on: 04-07-12 05:54 AM
Re: cant seem to find...

Language manager, the file General, or search for the variable:

featuredhome_image_link

its value is


Code: HTML
<IMG onmouseover="showtrail('<!--PreviewImage-->','',<!--W-->,<!--H-->)" style="CURSOR: hand" onmouseout=hidetrail() alt="" src="<!--Image-->" border=0>


 

just delete the onmouxxx and make it like this only:


Code: HTML
<IMG style="CURSOR: hand" alt="" src="<!--Image-->" border=0>



Mewsoft Support
www.mewsoft.com

smokyant2000 Reply #: 5 Posted on: 04-13-12 01:07 PM
Re: cant seem to find...

thank you sir.