How to keep elements non-refreshed
-
Hello there,
First of all thank you for sharing with us your plugin.
In the AWS option page, I (suppose) that I’ve done the right thing pointingwrapper
as Ajax container ID and alsopagedMenu
as Menu container class, Transition Effect Enabled, No ajax container IDs blank, no loader selected, having already a pulse loader implemented in the theme.At this point, all I got it’s a menu / side-menu (shiftnav) / pulse dot loader / content loading malfunction, generated perhaps by the wrong defined Ajax container id and/or menu container class(?) OR by a conflict with an existing
JS
/jQuery
code, not so sure.Also in Chrome console there is an error:
Uncaught SyntaxError: Unexpected token ; (anonymous function) @ ajaxify.js?ver=4.3.1:175 n.extend.each @ jquery-2.1.4.min.js?ver=2.1.4:2 n.fn.n.each @ jquery-2.1.4.min.js?ver=2.1.4:2 $.bind.$.ajax.success @ ajaxify.js?ver=4.3.1:169 n.Callbacks.j @ jquery-2.1.4.min.js?ver=2.1.4:2 n.Callbacks.k.fireWith @ jquery-2.1.4.min.js?ver=2.1.4:2 x @ jquery-2.1.4.min.js?ver=2.1.4:4 n.ajaxTransport.k.cors.a.crossDomain.send.b @ jquery-2.1.4.min.js?ver=2.1.4:4
Everything is getting back to normal on page refresh, but doesn’t help at all, being useless.
The main goal is to keep non-refreshed the logotext
<div class="small-7 medium-4 columns logo">
and the menu<nav class="pagedMenu" role="navigation">
, without clipping on page refresh or while the content is loading from a page to another. Also the menu state should be preserved from a page to another (solved by usingjQuery-Storage-API
andstorage=jQuery.sessionStorage;
as you can see in <a href=”https://goo.gl/sVXvDt
“>mynewmenu.js file; UNfortunately, that will not solve the non-refreshing elements problem.More details here on stackoverflow in order to see the whole picture.
Live link here.
Can I have your support / can I obtain using your plugin, the desired above described behaviour?Thank you,
- The topic ‘How to keep elements non-refreshed’ is closed to new replies.