Per #1243428: AJAX refreshing doesn't work in Sky theme by default -- FBSS looks for specific DOM classes that Views outputs in order to update those regions of the page via AJAX, but because Sky overrides them, the classes that FBSS looks for aren't there. It is still possible to tell FBSS to look for different classes, but it becomes a rather complicated manual process instead of an automatic one.
Comments
Comment #1
calefilm commentedThanks a lot! I typed
.view-fbss-ur-streaminto the "Refreshable DOM selectors" input field under Contexts and got it workingComment #3
raulmuroc commentedHi!
I do not understand exactly how it works..
I am showing view-statuses-stream through panels so there is a Block made by a View (statuses) shown through Panels.
I put it in users' profile page so I have this layout:
Status update: "Here I write my message"
---
Statuses stream: "Here I see my message written above"
The point is that to see in "Statuses Stream" what I wrote last in "Statuses update" I have to referesh the page by F5 instead of working through AJAX as I expect.
I moved to Refreshable DOM selectors, there are four: General - the site itself, Taxonomy terms, User profile, Nodes. They are all with "None" option. I tried to put in General-the site itself and User profile, VIEW: statuses_stream and inside the Refreshable DOM selectors the according classes:
div.view-statuses-stream
div.view-id-fbss-ur-stream
div.pane-statuses-stream
But it just does nothing. What am I doing wrong? I really tried and watched for the logic but I could not find it.
Thanks in advance.
Comment #4
icecreamyou commented@RaulMuroc: please don't hijack old, closed, and unrelated issues. In this case you may want to follow #1547864: Statuses updated messages are not refreshed through AJAX after submit
Comment #5
raulmuroc commentedOh sorry about that, it was not my intention at all.
Will work on other issue. Thx.