3bags
Forum Replies Created
-
Hi John,
Thanks for getting back to me! I’ve checked out the suggestions you linked to which have helped point me in the right direction, but unfortunately the problem still persists. I’ve checked the ‘are you using an Ajax powered theme?’ box which has had no affect. I did see that my theme has a box that allows me to list URLs which I would like to load without AJAX. This does partially solve the issue, as it means I’m still able to use the page transition within the majority of the website, but it’s not ideal as when navigating to the instagram page, the smooth transitioning is interrupted and feels a little odd when the page loads in a different manner. I did however discover that I may be able to add the sbi_init(); within the theme’s ajax.js, but I’m not quite sure exactly how to do this. I’ve copied the first few lines of this file below, with sbi_init(); located on the 10th line. Is there a way I could get this to work? Thanks again!
var $j = jQuery.noConflict(); var firstLoad = true; var image_src_regex = /url\(["']?([^'")]+)['"]?\)/; function perPageBindings () { "use strict"; $j('.qode_slider_preloader .ajax_loader_slider').hide(); content = $j('.content_inner'); sbi_init(); contentMinHeight(); contentMinHeightWithPaspartu(); initQodeSlider(); initQodeCarousel(); initMessageHeight(); ...