01srainey
Forum Replies Created
-
A support worker has responded to my question and hopefully they’ll be able to shed some light. I’ve shared with them this page which should help to explain the situation alot more as well.
I’ll keep you posted!
Hey Danieliser
Here is a solution for the same problem but I can’t get it to work for me, maybe you’d understand it better.
Here is the code from the JS that is causing the transitions:
/* fade out everything on url change */ if(!no_transitions) { $('.logo a, .title h1 a, .title a, .thumb a, li.menu-item a, li.page_item a, h2 a, a.more-link, .meta a, .project-panel-link, .fullscreen-cover a, .fwt-link, .secondary a, .featured a, #fullscreen-menu a, a.ce-image-link, a.cover-slider-link, a.cover-link, .view-project a').click(function (a) { /* no animation on ios devices */ if($(this).attr(‘target’) !== ‘_blank’ || $(this).hasClass(‘.popmake-contact’)) { if(isMobile() !== true && !a.ctrlKey && a.which !== 2 && $(this).parent().hasClass('no-transition') !== true) { var delay; if ($(this).data('project-panel') === true) { $('#project-panel-header').slideUp(800, 'easeInOutExpo', function () { $('header').css('position', 'fixed'); $('.overlay').css('position', 'absolute'); $('body').removeClass('project-panel-active'); $('.overlay').fadeOut('slow'); }); delay = 800; } else { delay = 0; } var href = $(this).attr('href'); var effect = 'slide-up'; showNav(effect, 900); if($(menu).is(':visible')) { // fade out menu $(menu).fadeOut(500, function() { // fade out overlay $('.overlay').transition({ opacity: 0 }, 500, 'ease'); $('#content').transition({ opacity: 0 }, 500, 'ease', function() { window.location = href; }); }); } else { $('#content').transition({ opacity: 0, delay: delay }, 700, 'ease', function() { window.location = href; }); } return false; } } }); }Hey danieliser
Thanks for getting back to me.
Well, I can disable the Site Transition Animations and try that. When is the 1.5 version of the plugin going to be widely available to download outside of the Beta stage?
And this error as well:
“Fatal error: require_once(): Failed opening required ‘/home/……../wp-content/plugins/popup-maker/includes/pum-sdk/freemius/start.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/……../wp-content/plugins/popup-maker/includes/class-pum-freemius.php on line 49″”
Any idea? Thanks so much.
I got this error when I tried to install the 1.5 BETA version:
Warning: require_once(/home/…../wp-content/plugins/popup-maker/includes/pum-sdk/freemius/start.php): failed to open stream: No such file or directory in /home/…../wp-content/plugins/popup-maker/includes/class-pum-freemius.php on line 49
???