CKeditor - Images not showing in website frontend - javascript

While using ckeditor to add an image, the image is displayed and it works fine.
But when this code is saved in my database and then later reload the website frontend, the images don't show up anymore, although if you look at the source the 'img' tags are still there.
Tested in FF, Chrome, Safari and IE. No images.
Any idea how I can fix this?

Related

IE 11, Iframe pdf vs dialog box, z-index issue

I have an Iframe which fetches code from other file and embeds pdf file in it. Now i have to display a dialog box/modal on it. I have tried z-index and position absolute and relative, but nothing is working out.
It is working fine in chrome and firefox, but my requirement is for IE 11.
Thanks in advance.

jQuery LayerSlider: LayerSlider not working with single image in IE 10

I am using LayerSlider (http://kreaturamedia.com/layerslider-jquery-full-width-slider/) which is working fine on all browsers except IE 10. Even the demo link is working fine on the browser but when I integrate the slider in the website I am working on, it fails to load the image and the following error is shown in the console:
"It seems like the URL of the image or background image "image name" is pointing to a wrong location and it cannot be loaded. Please check the URLs of all your images used in the slider."
The link of the image is correct and the issue appears if only one image is added. If more than one image is added, then the above error does not show.
I have checked for compatibility issues with other plugins by disabling other jQuery plugins but still no effect. I even tried to use the same version of jQuery the demo is using but still no luck.
If anyone has an idea what the problem is, kindly help me out
Thanks

Fancybox does not work on live site but works locally

I'm using a fancybox demo (http://fancyapps.com/fancybox/) on my personal site. Everything works perfectly when I'm testing locally, but once I uploaded the site to be live, the fancybox feature is not working and instead brings you to a new page view the image.
This is the site I am referring to: http://colettemolleur.com/. Click on the image to see the issue I'm having. Also, I'm not forgetting to upload any of the js files, so I don't know why this is happening.
Any thoughts?
Thanks!
Colette
Check your path for Bootstrap, main.js and query.mousewheel-3.0.6.pack.js which return 404 not found on your page. I suspect the path are incorrectly setted.
In chrome, use the developer tools (using F12 or right click+ inspect element) to check for error on the page. I get 4 when opening your page.

JavaScript not working on Chrome or on Firefox

Hi~I'm working on my personal website.
I want to realize an "image slide show" effect with a java script that i downloaded.
It works well on IE, but it doesn't work on Chrome or Firefox.
PS: the original downloaded file works well on Chrome, but after i placing it to my site, the problem comes.
here is my site: http://iphrog.244213.dprktimes.com/
here is the java script sample code: http://iphrog.244213.dprktimes.com/index2.html
they use the same js file, but the js file doesn't work on chrome for my site.
Whats the problem?
The problem is your div with the id of content has a z-index of -1000. This is causing it to not detect any of the clicks on your elements, as it is 'behind everything'. Remove this style, set it to 0 or set it to a non-negative number, and your script works fine.

Why my webpage is loading without CSS in Chrome and Safari?

I am developing a website with CSS and JS modifications.
While testing the website, it is working fine in IE-8 and Firefox browsers. But in Google Chrome and Safari the web page is loading without CSS.
I checked all the CSS paths on browser and all files are loading perfectly. But on the HTML page, these CSS files are not loading. So the webpage is displaying the contents without any CSS properties.
What changes do we need to make in Chrome and Safari in order to make the website work perfectly.
As for Chrome, it probably the cache. Chrome assumes that he has cache of the css that's why he will not load it. Deleting cache helps in troubleshooting unloaded css problems . Same things happens on Safari base on my experience with it

Categories

Resources