Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
196 views
in Q2A Core by
Is there anyway we can stop reloading of some components- Q2A Navbar for example- when new links are clicked. Noticed this happening with Facebook right side bar.
Q2A version: 1.7

1 Answer

+1 vote
by
selected by
 
Best answer
There is an AJAX page load plugin: https://github.com/Towhidn/Ajax-Page-Loader - but from recollection it was a bit hacky and doesn't work with other plugins.

But there really isn't any need to do what you say. Generating the nav bar takes no time at all (relative to the rest of the page), and it's only a small amount of HTML so there is nothing saved on the client side. Doing that also would not play well with plugins because different plugins may change the menu on different pages.
by
Thank you Scott. Yes navbar is not a problem but I use AJAX chat and it is being loaded as an iframe. Also, google custom search bar takes time in getting loaded. I'll try this plugin.

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...