This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

sunrq51618099
sunrq51618099

Hi, I am new of October and I got a problem. I use the wow.js for my page. When I click the link of the page, the content with wow.js seems to be loaded twice as it first show up for a just flash and then show the animation. I am sure that the code itself has no problem as I have tested it without October cms. However, when the cms is applied, the loading problem appeared. Does anyone has any experience about this issue? Thanks for any suggestions! I've written these in the layout.

    {% page %}
    <script src="{{ [
        'assets/wow/dist/wow.js',
    ]|theme }}"></script>
    <script type="text/javascript">
   new WOW().init(); /*This is to active the js as indicated in its documentation*/

{% framework %}

Last updated

LookAgency
LookAgency

I believe that the October JS Framework dynamically loads page content. When I load my sites, I get sections of the site that are styled but with no content in it as a flash before everything loads in. I think it's some kind of performance thing, but it's not very well documented and I don't know how to disable it if it is.

Crazymodder
Crazymodder

Can you provide some more details? Because I can't reproduce this error. Do you use a theme or blank html site?

md1618
md1618

An old post but I seem to have this issue too. The page loads for a split second then it loads the styles kinda thing. Very distracting having a flicker every time you change pages. Any way to change it?

md1618
md1618

It was a missing font causing the issue. I solved it by copying the fonts folder from the Demo theme into my custom theme.

1-5 of 5

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.