Superslides CSS issue in Chrome - need CSS guru - javascript

I have the superslides jQuery plugin installed here - http://coolon.businesscatalyst.com/
But the text container in Chrome only displays the text on the first slide. But works fine in FF and Safari.
Here is a link to the Superslides plugin in action with the text container working fine in Chrome - http://nicinabox.com/superslides/
I've tried everything and can't get it to display. Any thoughts!?

It seems the problem is that your images have
webkit-backface-visibility: hidden;
Just remove it.

i was facing the same issue but than i replaced the jquery.superslides from the one i downloaded from http://archive.nicinabox.com/superslides/ and it got resolved. The bug has been fixed now in the updated version of it.

Related

Html content getting disappeared in chrome

I have a project which was built with javascript, fabricjs and jquery
Here's the link of the working project: http://vintagelogos.clickysoft.com/design-editor/?product=12&product_cms=29
When you change any option in the dropdown of "Drumhead Size" you'll notice that the whole section is getting disappeared, but when you resize the window, it will turn back to normal section.
Note:
This is working well in Firefox or IE and it was working fine in chrome as well.
But now I don't know why I am facing this issue.
Please Help
Removing position: absolute; from div#LumiseDesign div#lumise-left .lumise-tab-body-wrp should fix this.

Latest chrome update causing bug in website layout, need help to solve the issue

A website template of mine was working fine in the previous version of chrome.
But after the new update of chrome, my template is not working properly, and it works properly in every other browser....
Link to the page is:
http://nas.musemaster.net/tayn/#resume
Link to image (the error):
http://nomansamejo.com/layout.png
The scroll is not working properly in the chrome, something white appears on the content, and only redraw some of the elements...

Superslides, some slide remain blank using chrome

I'm using this and I've got a strange problem I cannot reproduce on the demo, using chrome Version 32.0.1700.107 m.
The slides 4 and 5 remain somewhat hidden.
Can be seen at link
If I remove the property -webkit-backface-visibility: hidden;from img item then it seems to solve the problem.
I'm using bootstrap 3.1 and jquery 1.9.1
This is quite old question but i just experienced the same problem in Google Chrome v.39 (tested on Mac OS 10.10 and Kubuntu) using jquery.superslides v0.6.2.
I had, while sliding through the page, using the "next" and "prev" buttons blank pages now and then. I triple checked all my CSS and DOM. Removing
-webkit-backface-visibility: hidden;
did not do the trick for me, but i finally found the reason:
The plugins "hashchange" function causes the behavior. If you set it to false, the bug is gone.
Until now i haven't got any other solution for realising the change of the hash-tag while sliding.. but hopefully its useful for anyone to know what causes this error.
I had the same issue and replaced jquery.superslides from the one I downloaded from SuperSlides and it got resolved.

Javascript slider not showing in IE9

We have an automatic slider on this website, http://www.realcapfinancial.com and it has been working on all browsers. IE9 doesnt seem to work. It comes up with and error, no object line 298... character 2 etc. I forget what it says but I can't check it again since I'm at work using a mac.
Any help is perfect, thank you
The element with id calcclick is only added after the Resources tab is click. However, this element is already adressed (on line 298) on page load.

Javascript for flash menu not loading in IE9 but fine in all other browsers

I have a flash menu on a site. The menu works fine in all browsers EXCEPT IE9. It looks like this javascript file is not loading:
<script type="text/javascript" src="scripts/ActiveContentDropDownWide.js"></script>
In IE9 it just displays BUTTON1, BUTTON2 etc but in all other browsers it displays the complete menu. This is what happens when the ActiveContentDropDownWide.js script is removed which is why it seems to be a problem with that script and IE9. But I could be wrong?
Any ideas would be greatly appreciated.
Try doing a Fiddler capture with IE9 and FF. Then, compare the 2 captures using Fiddler's Diff feature.
It is seems to me that the menu is hiding behind the content
maybe it is z-index problem if the flash menu inside a div ,give it high z-index number or google for ie9 z-index problem.
The javascript file that powers some of the menu needed to be updated with a new version that supports IE9. Once I updated it, the menu worked fine in IE9. Thanks.

Categories