Hey Sandip,
Thank you for the prompt response and solution.
I’ve managed to find the custom.js code page.
However, after inserting the code and clicking on Update File, the following message appears: nonce_failure.
We’ve tried to add the code on different lines on the page.
Regards,
T-AP
Here is the custom.js page:
Query(function($){
jQuery(window).resize(function(){
jQuery(‘.slider-caption’).each(function(){
var cap_height = jQuery(this).actual( ‘outerHeight’ );
jQuery(this).css(‘margin-top’,-(cap_height/2));
});
}).resize();;
jQuery(‘.testimonial-slider’).bxSlider({
controls:false,
auto:true,
mode:’fade’,
speed:1000
});
jQuery(‘.commentmetadata’).after(‘<div class=”clear”></div>’);
jQuery(‘.menu-toggle’).click(function(){
jQuery(‘#site-navigation .menu’).slideToggle(‘slow’);
});
jQuery(‘.thumbnail-gallery .gallery-item a’).each(function(){
jQuery(this).addClass(‘fancybox-gallery’).attr(‘data-lightbox-gallery’,’gallery’);
});
jQuery(“.fancybox-gallery”).nivoLightbox();
jQuery(“.image_feature_lightbox”).nivoLightbox();
jQuery(‘.search_one’).click(function(){
jQuery(‘.searchform’).show();
jQuery(‘.search_one’).hide();
});
$(‘#secondary-right, #primary’).theiaStickySidebar({additionalMarginTop: 35});
$(‘#secondary-left, #primary’).theiaStickySidebar({additionalMarginTop: 35});
});