There seems to be a number of issues I can't quite solve.
1. If the page is re-sized, it won't respond correctly when returned to normal size.
2. it's not using the full width for some reason
3. It seems to disable the ability to scroll the page (i am on mac osx chrome browser)
4. If the browser window is resized at all, the stream is no longer clickable at all. The filters don't work (only when the page first loads are they ok)
This is very similar to the social stream for wordpress that I have used many times and that works perfectly. Any tips to help this settle down?
I sent a test to what i thought was correct in the private message but it's not very clear and I don't trust it, to send this information. Can I send it via email directly please?
Hi webs.
You can send your information via my email: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it fr you.
Hi webs.
1. It seems to disable the ability to scroll the page (i am on mac osx chrome browser)
Because You comment code line in file mod_jux_social_stream( go to modules/mod_jux_social_stream/mod_jux_social_stream.php)
$document->addStyleSheet(JUri::base() . 'modules/' . $module->module . '/assets/css/jux.layout.css?ver=' . $JUXSSVersion);
and create an other scroll, hidden scroll of browes. Please view image1.
2. If the browser window is resized at all, the stream is no longer clickable at all. The filters don't work
I fixed it for you. I edit delay from 800 to 0 in file: . .modules/mod_jux_social_stream/assets/js/jux_social_stream_network_wall.js
3. it's not using the full width for some reason
Because you fixed width for a item: 224px, with your site don't enough for 5item or 4 item... I set 221 it full width in your site.
4. when you responsive screen, Because we only responsive some screen basic. Can't responsive ever px.