I added an EVA view to my user display page. It displays all content written by that user. Plain ajax paging works but using the show more pager does not work. In append mode it acts like it's making changes to the DOM but nothing actually changes though the show more button is updated to the next page. In replace mode everything in the view-content is removed and nothing is put in its place.
I'm not sure if something is missing in the DOM chain since it's being loaded as a separate entity and not through a view. I tried it with another EVA field in the same page and tried removing all but one loaded view. I've tried a bunch of methods but the only way I can get it to work is to attach it to a view and then load that view within the page.
Comments
Comment #2
saniyat commentedHello,
In some modified or special type of view the the content jquery selector "> .view-content" won't works. SO, do you tried the with the ".view-content" as content jquery selector.
Also, if it is possible then give me the link of the problematic page. Then I can able to give you the exact solution.
Comment #3
narquam commentedThank you! That did actually work. I tried so many class selectors and didn't even think of just doing that. I'm not sure if that's what "Use when you override the views markup." is referring to but if it is, I didn't understand its meaning. Maybe it's because I'm using both EVA and Display Suite that it creates a hierarchy your module doesn't inherently understand. Either way, this worked.
Comment #4
saniyat commented