Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author numixtech

    (@numixtech)

    Hello @hyest,

    We have just updated our plugin to version 1.2. We have included a fix for your search box popup issue. We have added loading text color option as well.

    Please update the plugin to get this feature.

    I hope this fixes your issue. Please let me know if this still doesn’t help.

    Thanks.

    Thread Starter hyest

    (@hyest)

    Thanks Numixtech, that works great for the search box issue. For the future you should consider also adding a way to change the font, the size and the loading message.

    I figured it out with CSS and it works great, but a front end option would be nice too. In case someone else wants to know how, here’s some CSS that worked for me:

    .animsition-loading:after {
    font-size: 42px !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
    color: #fff !important;
      content: "THE WIZARDS ARE BUILDING YOUR PAGE...";
    }

    (color no longer needed since there’s a front end option)

    Something more complicated, being able to select which pages get the Loading page transition would be good, and being able to add a loading animated gif above the message would really seal the deal lol.

    Great work either way though. By the way, does this script actually pre-load the page before it comes up, or is it basically just a page transition loading message that doesn’t wait til the page is loaded before showing it?

    Plugin Author numixtech

    (@numixtech)

    Hello @hyest,

    Thanks for your suggestions.

    As for your preload question loading message is shown as soon as DOM is loaded and CSS3 transision will happen when page is fully loaded.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Transitions for Search Menu icon (not a page)’ is closed to new replies.