Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • rsystems Friend
    #197438

    Hi,

    Please see my content slider:

    http://rebo.nl/_development/english/applications/audio-video

    The images are greyed out, until you hover the mouse over them. How to make it so that the images are always visible like normal, and not greyed out? So hover is not needed.

    TomC Moderator
    #533856

    Getting the following error/warning message when trying to bring up your site . . .

    Forbidden access

    Sorry. You are visiting this site from a suspicious IP address, which triggered our protection system.

    If you ARE NOT a malware robot of any kind, please accept our apologies for the inconvenience. You can access the page by clicking here : >>>>>>

    Any idea why this might be occurring? :confused:

    Nazario A Friend
    #533946

    @rsystems,

    Please open the file /templates/your_template_name/css/css3.css, find and replace this code:

    /* Content Slider -----*/
    .ja-contentslider-center .ja-image img { filter: alpha(opacity = 50); opacity: 0.5; }
    .ja-contentslider-center .ja-image img:hover { filter: alpha(opacity = 80); opacity: 0.8; }

    With:

    /* Content Slider -----*/
    .ja-contentslider-center .ja-image img { filter: alpha(opacity = 50); opacity: 1; }
    .ja-contentslider-center .ja-image img:hover { filter: alpha(opacity = 80); opacity: 1; }

    Once done, clear JAT3 cache.

    rsystems Friend
    #534648

    Works like a charm, thank you!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  rsystems 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum