Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

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

lightbox on Triton pro

Home Forums Misc. General Forums lightbox on Triton pro

  • #12575

    beckett

    subscriber

    On triton when the cursor moves over the image on a post the image becomes brighter. Is there a way that I can have all the images bright on the home page ?

    #18051

    Towfiq I.

    administrator

    Open up “triton.js” from the “js” folder and remove these lines:

    jQuery('.lay1 .post .imgwrap').css({'opacity':'0.7'});
    jQuery('.lay1 .post ').hover(function(){
    jQuery(this).find('.imgwrap').stop().animate({'opacity':'1'}, 300);
    }, function(){
    jQuery(this).find('.imgwrap').stop().animate({'opacity':'0.7'}, 300);
    });

    #18052

    beckett

    subscriber

    where is the JS folder? I looked under Editor in the right hand side bar but no luck

    #18053

    Towfiq I.

    administrator

    you will have to access the file with FTP application or this plugin:

    http://wordpress.org/extend/plugins/wp-filemanager/

    #18054

    beckett

    subscriber

    Hi T,

    To tell u the truth it is beyond my capabilities to do this. I opened the link to the plugin then downloaded the update but i am stuck. Can you suggest shortcut?

    #18055

    Towfiq I.

    administrator

    Go to the Plugin’s settings page and make sure you enable the file viewing and editing.

    Then From the plugin’s page Navigate to wp-content/themes/triton/js/