I made a page for a friend based on WordPress.
Made a slider based on the BX Slider that spits out posts from a certain category and makes it too a slider.
Funny thing is – it works perfect in Firefox , but doesnt work at all in Chrome.
Can’t really figure out what seems to be the problem?
@Fruxelot, I investigate the issue and i found the problem in the markup, You are creating the bx slider structure using span elements in parent div i.e.
Instead of this use div in nested elements for example
It will fix your problem.