Every time I visit a page made with the Canvas template, the items on the page are loading very slowly.
It can be seen very clearly on the pricing section, where during the loading all the prices are exposed to the customer (the selected option is "monthly" but both of the monthly and yearly prices are exposed), and after a second, yearly prices disappears (as it should be when initially loading the page).
I will say once again that this issue is valid for the whole page, not just for the pricing section but in the pricing section, it can be seen very clearly. The other pages have the same bug as well.
Page rendering problem
5 replies · opened May 13, 2021
Hello,
We have just checked out your Website and the Page loads in 458ms for us which is pretty fast (see attached). This definitely depends on the Internet Connection which might cause a delay. You can consider enabling Page Transitions on your Page: http://docs.semicolonweb.com/docs/getting-started/page-transition/ to Hide the Content and show a Loader until the Page rendering is completed.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
The problem is not related to my internet connection. This problem exists on localhost as well. Now I've opened your demo of this template and noticed the same problem there.
Hello,
Thanks for the Update.
The elements that are controlled using JS is rendered accordingly which is normal behavior and the slight delay in hiding the element is due to the JS not being available on the Page. As soon as the JS is loaded and executed, the Elements get hidden. Currently, the only option to hide this behavior is to use the Page Loading Transitions: http://docs.semicolonweb.com/docs/getting-started/page-transition/ which hides the Page until everything is loaded.
We will definitely try introducing a better way to handle this in the Future Versions of Canvas and will notify you once this feature is available. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.
I am waiting for you to fix this issue half a month now. What is going on?
Hello,
Thanks for your Patience!
We have already made very noticeable improvements to this in the Latest Version of Canvas: http://docs.semicolonweb.com/docs/changelog/version-6-4/ . You can consider checking the Latest Demos: http://themes.semicolonweb.com/html/canvas/demo-seo.html . We have also sent an Email Notification of the Update being available.
Additionally, JS Components works as expected. Further improvements will be available related to these in the Canvas 7 which will be available in the first half of July. For the Pricing Switcher, you can simply use the following CSS Code:
[ch_pre type="css"]body:not(.has-plugin-pricing-switcher) .pts-switch-content-right {
display: none;
}[/ch_pre]
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard