I'm working on https://greenlabelroasters.com/. I just have make htaccess changes to redirect the site on https connection. Now site shows grey shield icon on url in firefox. How I can remove it?
If you click on it, you will get a dialog that explains it is a security warning because you are loading insecure content into your otherwise secure page.
Don't do that and the warning will go away.
Related
I am new to Nuxt and decided to give it a shot and to make a webpage.
However I have this weird thing where when I click on a link the Firefox browser shows the page at the bottom, while Chrome scrolls automaticly up.
This only happens with Firefox and have no idea what is causing it, does anyone have a idea?
Ps: I am using the footer component in the default lay-out
Figured out that when i go directly to the url Firefox shows the top at the page as it should, but when using nuxt link it loads and shows the bottom
I'm using the Google cloud console for online training with the last version of Firefox (75.0) and Ubuntu (18.04.4). Just after the login, the home page is briefly displayed correctly, then the top menu disappears, leaving just a blank stripe below the blue header with the search field and the project Id. The page is displayed correctly with Chrome, however.
I think this is related to some obscure Firefox config. Does anyone have an idea about what is going on?
Magento Upload Image Issue : When I click on "Browse Files" button to upload images for a product. It is not browsing files from my computer.
Try different browsers. I know sometimes I find, say, it won't work in Chrome but will in Firefox. It's all Flash related.
Magentos Flex uploader is based on Flash. If you cannot select files this usually means you don't have the Flash plugin activated in your browser.
Check that there are no javascript errors
You can use chrome developer console.
Basically to start using it just open website in chrome, right click on certain element and select "inspect element".
After that switch to console tab and reload the page.
More about it can be found here - https://developers.google.com/chrome-developer-tools/docs/console
Firefox sometimes hasn't been displaying my website's logo image. There's nothing in the code I can find that would make this happen. From what I can tell, the image displays fine in WebKit, and displays fine when the FF web inspector is open, and displays fine after a hard reload (Ctrl+R), but sometimes won't appear after a soft reload. When I right-click on the image, or open the web inspector, the image suddenly appears, as if it had been there the whole time. What could be causing this?
i think it can be something about page resizing.
When you open the webkit your website browser window change dimension, and you see the logo.
maybe this two things are connected.
try to resize the browser window without opening the webkit.
hope this works to catch the problem.
I tried disabling all the Firefox plugins, thinking it was some extension that was causing this, but no luck. I finally got it to work as expected by completely resetting Firefox using this guide.
we have a problem with the facebook permissions dialog only in firefox.
The Problem is, that the redirection is not taking place.
All other Browsers work fine except the firefox.
The page which is not redirecting shows a blue fb logo with the subtitle "go to facebook.com".
the url this link is pointing to is https://www.facebook.com/dialog/permissions.request?app_id=287081321311509&display=page&next=https%3A%2F%2Fwww.astrogeography.com%2Ffb%2Ffb_callback&response_type=code&perms=email%2Cuser_likes&fbconnect=1
but the automatic redirect to this page is not happening.
firebug is showing no specific errors only some js deprecated warnings which are not harmfull to the redirection.
as i looked in the sourcecode of the page there is a super strange a href onclick which is redirecting to itself ?! (see screenshot)
does someone know what might be the problem? all the other browsers show the same site but redirect the the dialog.