The tabs in theme option with chrome don't show correctly, they apper one second during loading page, when finish the loading disappear.
I tested with wordpress 3.7 and 3.8
Sorry for my english.
Hi, I'm having troubles with Chrome too, but only on Win8.1 - on Win7 it's working fine with the same Chrome Version. I also see the glitches happening on your live demo.
Problem: Primary and Secondary Slider Navigation isn't working, when I click the left/right buttons or the little square symbols nothing happens. I already turned off ad-blocker plugins (using the same on win7 without the errors anyway) and checked for js-errors but there aren't any. Oh, and on your demo the Vertical Carousel (next to the sliders) is invisible, but I guess that is by intention (width: 0) ;)
Looks like this is a very old problem on flexslider that started with Win8 caused by their behaviour of the touch/click event handling. I found an issue on WooThemes here (https://github.com/woothemes/FlexSlider/issues/519) and there the last post links to this (http://stackoverflow.com/questions/13101811/flexslider-really-messing-up-my-webpage-in-chrome) workaround:
In the flexslider initialization script: Specify 'useCSS : false' in your slider options*
*This is set to true as a default by the flexslider JS and tells the browser to use CSS3 3D transforms if they're available.
Now I'm just wondering where Powermag initializes the flexslider? :)
Hi, I couldn't replicate the issue yet but I'll have a deeper look at that. I'm on Win8 too..btw the attribute 'useCSS : false' is already declared in flexslider initialization (around line 670 of functions.php).
Kinda weird, but right now the problem seems to have vanished both on my site as well as on your demo site? I didn't realize having any update or any other kinda of change on my system.
Hi there,
Can you verify this also on the live demo? Would you mind providing a link to your blog so I can check that out? Thanks.
djwd
Regards
djwd
How can i verify on the live demo?
For the moment i work in local with easyphp.
I mean if you see this glitch happening here also (?)
Regards
djwd
Hi, I'm having troubles with Chrome too, but only on Win8.1 - on Win7 it's working fine with the same Chrome Version. I also see the glitches happening on your live demo.
Problem:
Primary and Secondary Slider Navigation isn't working, when I click the left/right buttons or the little square symbols nothing happens.
I already turned off ad-blocker plugins (using the same on win7 without the errors anyway) and checked for js-errors but there aren't any.
Oh, and on your demo the Vertical Carousel (next to the sliders) is invisible, but I guess that is by intention (width: 0) ;)
Cheers,
Mario
Hi again.
Looks like this is a very old problem on flexslider that started with Win8 caused by their behaviour of the touch/click event handling. I found an issue on WooThemes here (https://github.com/woothemes/FlexSlider/issues/519) and there the last post links to this (http://stackoverflow.com/questions/13101811/flexslider-really-messing-up-my-webpage-in-chrome) workaround:
In the flexslider initialization script: Specify 'useCSS : false' in your slider options*
*This is set to true as a default by the flexslider JS and tells the browser to use CSS3 3D transforms if they're available.
Now I'm just wondering where Powermag initializes the flexslider? :)
Best regards,
Mario
Hi, I couldn't replicate the issue yet but I'll have a deeper look at that. I'm on Win8 too..btw the attribute 'useCSS : false' is already declared in flexslider initialization (around line 670 of functions.php).
Regards
djwd
Regards
djwd
Kinda weird, but right now the problem seems to have vanished both on my site as well as on your demo site? I didn't realize having any update or any other kinda of change on my system.