I'm using an accordion with multiple sections and multiple lines per section (see attached screenshot). Each line has links at the end with edit & delete buttons that allow to modify that particular line. This all works great.
However, if the total amount of lines (across all sections) exceeds 20, the links in the next section stop working. If you hover over the line, the cursor doesn't change to indicate something is clickable and you cannot click the icons anymore.
I was experiencing this issue in 1.8.11 and have since upgraded to 1.8.23 however the issues seems to remain.
If anybody could shed any light on this, that would be greatly appreciated.
I'm making a single page mobile website. In the footer I have a navbar that is repeated on every page. To reduce loading times and facilitate updating the page, I would like to template the footer.
I was planning to use handlebars.js for this. When I load the template like this:
The footer loads fine, but only once. When I switch to another page and come back to the main page, the footer is gone - or more accurately, it's still there but the jquery-mobile style isn't applied to it anymore. If I move the code to the "pageshow" event, it doesn't work at all.
You can try it for yourself here, the dynamic code is only on the 'Contact' page, if you switch to info and come back you will see that the footer has disappeared. If you then draw the main image down, you will see the footer elements behind it.
I've seen some similar problems on the forum here, but nothing that really helped.