Wordpress. Images not showing up in Google Chrome - css

So if you take a look at the website I am currently developing.
Particularly in the footer section of the website.
http://yourfitrepublic.com/
In Google Chrome, I am not able to see my picture in footer, but the rest are shown(they come with the template) It all is displayed in Safari for instance, but not in Chrome.
So the problem is with the pictures I have uploaded via ftp.
I have tried, disabling all of my extension, launching in incognito mode, checking the permissions, javascript and images are enabled too ... nothing helps.
Any suggestions?
P.S. If you paste this link in Safari, it will display and image, but not in Chrome, or Firefox.
http://yourfitrepublic.com/wp-content/uploads/2015/11/biceps-right.png
I am developing a child theme from Cherry Framework.

Related

Facebook Pixel doesn't work on mobile browser (but works on desktop browser)

I'm implementing Facebook Pixel on my WordPress website. Everything works fine on the desktop. The pixel is activated is and working fine.
I installed the Facebook Pixel Helper plug in for Chrome, and it detects the pixel on my page
I test the events by opening my website on desktop browser, the page view event is detected on the dashboard. The pixel can also detect other events I set, like contact, content view, etc. All works fine.
Problem: when I open my website from mobile browser (I tried mobile Chrome, Kiwi Browser, Samsung Browser), the dashboard didn't detect the page view event, as well as other events. I tried to open from another mobile phones, same result. I tried to deactivate all my WordPress plug-in to check if one of them is conflicting, but still same result. I inspected my website from mobile browser, it has the Facebook pixel script on the header part, just like on desktop browser, so it should be working fine.
Anyone knows the solution? I don't know what causes this problem. I use Hestia theme and Elementor for my WordPress website.
Try this steps:
1 ° Mobile usually has cache (I don't think so), but try to clear the caches and try again.
2 ° If there are cache plugins please clear all caches please (I don't think so)
3 ° Some themes are available in several headers and some of them are different for mobile and desktop, check if the headers are different and insert the tag manually if necessary in each header.
4 ° To check if everything is ok, with google chrome if you press f12 you have the option to choose a device for testing. Choose an Android or IOS phone from the emulators and reload the screen to test. In cell phones can be false / positive information received sometimes.
Try these options and update your question with new information to try to help you.

Product images are not visible in mozilla but visible in chrome?

I set up an e-commerce website using Wordpress but can't see some of my product images in Mozilla Firefox but they are all visible in chrome. Why is this happening? Is it something to do with the images or browser?
First check the format of images you are using as a thumbnail because google chrome supports more image formats than Mozila. As troubleshooting instructions you should also check the version.
Note: Many site issues can be caused by corrupt cookies or cache.
Clear the Cache and Remove Cookies ( This will log you out of sites you're logged in to. ).

Webcams on Wordpress site not showing up in IE

A client of mine has an issue with their website. The site has several webcams that are linked via an image tag. The webcam images does not show up in IE. I'm not sure how to properly display the webcam images. Any help would be appreciated.
I believe that for IE you have to use the Axis Media Control
see here (http://www.axis.com/hosting/faq.htm)
Q: When I try to view the camera images, I get a warning alert from Windows. What can I do?
A: For Internet Explorer, the default viewer is AXIS Media Control (AMC) which is an ActiveX component that needs to be installed. You can change the viewer settings to Javascript, or use another browser (e.g. Google Chrome, Mozilla Firefox or Safari) that does not require any installations
also here :
http://ask.metafilter.com/187212/MJPG-in-IE

Problem with GWT hosted mode when doing Ctrl+F5 in Chrome : CSS don't render anymore

I have a weird problem on my GWT app in hosted mode. I did a "CTRL+F5" on my web page and since then, my app css didn't render anymore. Now, I have an ugly app with nothing more than labels and no styling elements even though I have verified that all resources (css, images and so on) are present.
Even weird fact, the app renders normally on Internet Explorer (never thought I would put IE and normally in the same sentence :D) but it's not working on Chrome and Firefox.
Has anybody already experienced this in dev mode ? It's getting me crazy ... please help ...
thanks in advance
"Ugly" page means that your css does not load anymore. IE possibly caches them so page still renders properly.
Use developer console on Chrome or firebug on Firefox to inspect loading of resources.
Chrome: right-click on any element -> Inspect Element -> select Network tab -> reload page

css fix for chrome, and other web browsers

I am looking for a fix for styling a webpage that so that a webpage on google chrome, will look the same as it does on firefox, meaning, is there some syntax in css to make all of the web browsers look the same. does this exist (I would also like one for I.E., and any other web browser if it exists if it exists)
Google Chrome uses a different rendering engine than Internet Explorer/Firefox, so may display web pages differently. Apple Safari uses the same rendering engine as Google Chrome (WebKit) and should display pages the same way.
If your site isn't rendering properly in any browser, make sure your HTML and CSS are valid by testing them at http://validator.w3.org/.
If your site doesn't render properly in Google Chrome or Apple Safari, file a bug at webkit.org as described at http://webkit.org/quality/reporting.html.
If your site renders properly in Apple Safari but not in Google Chrome, please file a bug against Google Chrome at http://code.google.com/p/chromium/issues/list.
How can I test my website in Google Chrome?
There are several tools to help you test your website in Google Chrome:
Web Inspector
Right-click on any component on a web page to launch the web inspector. You'll be able to see the elements and resources associated with the component on which you clicked, including a hierarchy view of the DOM and a JavaScript console.
Task Manager
Select the Page menu icon, then Developer > Task Manager (or press Shift+Esc). The task manager shows all running Google Chrome processes, and the resources that they're using (memory, CPU, and network).
JavaScript Debugger
Select the Page menu icon, then Developer > Debug JavaScript. This launches a JavaScript debugger that can be used to attach to existing processes.
I found the Answer. Being that I am using drupal, there is a built in IE fix for the theme that I am using (fusion) that creates separate css files (ie7.css, ie8.css, etc). using these, I can adjust what I need for IE specifically.
Most layout problems with decent browsers are cause by invalid HTML, invalid CSS, or misunderstanding what a particular piece of CSS is actually supposed to do.
In general, when I see a difference between FF and Chrome, it is because Chrome is doing the proper thing and FF just happens to be rendering some invalid CSS fine. 99% of the time, I can fix the CSS and get FF and Chrome to render the same.
The remaining times, I typically browser sniff and use jQuery to fix the problem.

Resources