I am using GitHub pages with Jekyll, and the Ockham theme to display my website(https://wadingthrusecurity.com/).
Everything looks fine on my computer when I serve it as well as the live website. I've noticed that the theme colors change if the Windows theme isn't in Dark mode.
Is there a setting to turn this off?
Dark mode
Light mode
Thanks.
Related
I have deployed a personal flutter-web project on firebase and the responsiveness is working fine. As in when the website is opened on a laptop it shows a UI specific for large screens and when it's opened on the mobile phones (chrome browser) it shows UI for mobile screens.
Now the problem is, whenever I check "Desktop Site" in the chrome browser, I get the UI that is meant to be shown for larger screens which is okay, but it looks stretched vertically, and the appbar at the top is also not visible.
so my question is,
Is there a way that I could check whether browser's desktop-site mode is ON?
or any other way that I could just make the website look like a zoom-out version of web UI whenever desktop-site mode is ON?
We were not shown the code. Therefore, it is difficult to say for sure. But I had such problems when I ran the application building without parameter --web-renderer
flutter build web
The point was that by default it uses different renderers (CanvasKit for desktop and HTML for mobile). And since I used things that required CanvasKit, the application in mobile browsers was displayed incorrectly.
Building with the appropriate parameter solved my problem
flutter build web --web-renderer canvaskit
I'm not an expert in web and I composed and updated my website recently. I ran all the test that I could on DreamWeaver CC and tested on multiple mobile devices (tablet, android and iphone); all seems to work fine. Until I uploaded the site to my server, the site start to act weird.
1st problem:
It is a portfolio website with individual pages to corresponding projects. On each project page, the first image on the lightbox has always gone missing; but clicking into the lightbox I can find the missing image (the preview image and the lightbox image share the same source so if the lightbox can find the image it implies that the image is on the server and the path is correct).
2nd problem:
when the browser is shrink below certain size, a toggle menu will replace the content on the header, clicking the toggle menu will show a pop up menu to site links. For some reason, after uploading the site to server, the toggle menu pop up never work.
3rd problem:
The above problem is never apparent on desktop browser(all image shows up correctly; toggle menu works). To make the problem more complicated, I can't confirm if it is device or browser oriented problem. For example, the site works on chrome browser on my iphone and nexus 5(android), but problem occurs on my xperia tablet(android) chrome browser; on my xperia tablet, the site works perfectly on firefox.
Does anybody has any idea what the potential cause to the problem, and perhaps a direction to a solution?
Here's the link to my site: http://www.itsatommy.com
Thank you for your time and look forward to any reply.
Looks fine to me (Google Chrome), you need to use media queries for some certain resolutions. You also need to use some cross browser css tags lide "-webkit, -moz, -o" etc.
I am raising this topic after trying to fix the issue myself for about a week. I have read the web and nothing seems to help.
I had installed and configured W3 Total Cache for website load optimization. Things worked well until next morning I found that my website is screwed up. I immediately uninstalled the plugin and deleted folders as per recommendations on Google. It fixed the website on laptop, but responsiveness on mobile is gone. The home page sliders, the font, style everything is screwed up. I checked it on iPhone and Android and the issue is same. I tried uninstalling the plugin and deleting the files as per recommended here, but all in vain. This is how it looks on mobile:
Can you please help me understand a bit about the problem and the way to fix it?
My website: www.aashishbarnwal.com
I had the same effect because jetpack module "mobile theme" was installed/activated - As soon as I turned it off, the orignal theme appeared correctly: the "menu" drop-down at the top is very recognisable as the default mobile theme.
I have two domains that point to the same directory. If a mobile is detected it will show a mobile version of the site via PHP. This changes some of the HTML and the stylesheet.
If I go to
maredovisning.com
The mobile version works without issues. However if I go to
maredovisning.se
The mobile version is broken, it seems like the viewport is not working correctly but I am unsure as to what the actual issue is?
I've developed a wordpress theme on my local machine using apache, when I upload it to the internet hosting server the layout looks larger however the layout still looks fine.It's kind of like it's expanded everything 5%.
I'm viewing the site in firefox only on my local enviroment and on the live site.
When I switch between the two environments it still appears larger on the live site.
If I'm using Win7 and the internet host is using linux will that affect the layout?
My conatainer div's are set in px and I've also set the default font-size to 14px.
Have you tried using a different browser to test in?
Have you tried pressing Ctrl+Zero to reset the zoom level?