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

calefilm’s picture

Status: Active » Fixed

Thanks a lot! I typed .view-fbss-ur-stream into the "Refreshable DOM selectors" input field under Contexts and got it working

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

raulmuroc’s picture

Project: Sky » Statuses (Social Microblog)
Version: 6.x-3.11 » 7.x-1.x-dev
Component: Code » User interface
Category: bug » support
Status: Closed (fixed) » Active

Hi!

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.

icecreamyou’s picture

Project: Statuses (Social Microblog) » Sky
Version: 7.x-1.x-dev » 6.x-3.11
Component: User interface » Code
Category: support » bug
Status: Active » Closed (fixed)

@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

raulmuroc’s picture

Oh sorry about that, it was not my intention at all.

Will work on other issue. Thx.