Hello Gerritjan, The CSS selectors should be used just like in a CSS file and they are not limited to IDs. In order to grab your <div id="amcResearch"> you should use #amcResearch. The dot (.) have to be used for classes and also nested selectors are accepted (e.g: div>#amcResearch).
Hope you enjoy the new application! On Thu, May 12, 2016 at 1:44 PM, Gerritjan Koekkoek <[email protected] > wrote: > Nice, > > Tried it immediately? > But what CSS selectors can be used, I assumed the ID's > Tried: > HAMCvragenlijstenvoorbezoekexpertisepoli > (Header in the page) > and > amcResearch > wich is a ID for a Block enclosed as a <DIV>? > > But the boxes appear in the middle of the screen and do not show a Arrow > pointing to the ID? > > XWiki 6.4.x > > > ________________________________________ > From: users <[email protected]> on behalf of Vincent Massol < > [email protected]> > Sent: 12 May 2016 11:20:12 > To: XWiki Users > Cc: XWiki Developers > Subject: Re: [xwiki-users] [ANN] Tour Application v1.0 Released > > Nice, thanks Alex! > > -Vincent > > > On 12 May 2016, at 12:04, Alexandru Cotiuga <[email protected]> > wrote: > > > > HI all, > > > > A new version of the Tour Application extension is available. See > > > http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+Application#Hv1.0 > . > > You can install or upgrade with the Extension Manager. > > > > Thanks, > > Alex > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

