font size much bigger in gh pages than local host - create-react-app

My repository is located at https://leviyorbach2.github.io/contac_8/
The app works on localhost - in gh pages the font is large and the app doesn't work - I am on a mac running on chrome - have looked at previous answers to this and they don't seem relevant.
Any help would be appreciated.

Related

Is there a difference in page paths when on localhost verses deployed?

My app is created in next.js and works great in localhost. When I deployed it in heroku, only the front page shows up and all page paths do not work even though they are correctly inputted in the browser. The only page that is connected to the index.js file in my page paths is the front page. Do the other pages need to also be connected to the indec.js file? I am terribly lost with this issue since the site works perfectly in localhost. In heroku every page path besides / has a 404 error. I didn't add any code to this question since no one file seems relevant to the issue. I've been searching all over for an answer to this issue but can't seem to find any relevant information online since the app is deployed successfully it just won't render any file paths besides /.
Thank you in advance for any help you can offer. I really appreciate it!
Applications are ran differently on localhost and when deployed to the server. Since you added react tag on the post, I assume you are trying to deploy react native app on Heroku, there is lots of information on internet how to do it.
For example this post.
Anyway first you need to build your app correctly, so static files would be generated (you didn't mentioned how you are running that app).
To your question:
Relative paths are the same on both local and server, but absolute paths will be different.
But for your 404 error I see that no static content are found on the root path.

Zend or Apache is replacing my src value with data:image

I am working on a web site that I worked heavily on a couple of years ago but only maintained since. It was recently migrated to another server. The new server uses ZendFramework version 1.12.20 on Apache (httpd=2.4.6-88.el7.x86_64).
There seems to be a weird bug where instead of using the URL of an image, it sends data:image content. Unfortunately the data:image is of an old image icon instead of the replacement icon. If I go directly to the URL of the image, it also still shows the old image. So it seems like a caching problem.
I've tried clearing the web browser cache and restarting the web server. There are no image files in /usr/local/zend/library/Zend/Cache and /usr/share/php/Zend/Cache. What will clear the Zend or Apache cache?

Joomla backup doesnt show the same on my local machine

I have backed up my online joomla site (with Akeeba) and then try to have a version of my site on the wamp(local machine). the problem is after extraction(and kickstart) the site some up but not exactly same as my online version. menues are not in the same order and horizantal but vertical and the footer and image slider stopped working.
I really appreciate any help regardin this issue please.
Thnaks

Apache CentOS HTTP Test Page displays - but only for my specific browser

A client's website was working fine, until they had some problems with their web host. Temporarily, the Apache CentOS Test Page was visible. The host claim the problem is fixed - and it seems to be - for everyone but me...
I'm using Safari 7 on OS X Mavericks and every single time when I visit their site I still see the test page.
When anyone else uses their own computer with any browser, it works fine...
When I use Chrome on my Mac it works fine... So the problem is just with Safari.
I've tried clearing Safari's cache
I've tried clearing the DNS cache
I've tried a restart
But I've got no idea why I can't access it. I need to access the site to work on it - yes I can use Chrome, but Safari is my primary browser. Any ideas?
It turned out this was caused by an issue in a Regex within Apache's Mod_Security. The Regex falsely identified a string contained within a cookie as being an SQL injection (it wasn't - purely coincidental).

Safari is caching local content - how do I stop this?

After upgrading to OS X Mavericks it looks like Safari (or Chrome, or Firefox.. it seems to be a system level thing) is caching the website content. I do web development locally on my machine and when an update is pushed locally it doesn't translate to the browser when I refresh the page. Even clearing the cache through Develop > Empty Cache doesn't solve the problem. I'm on OS X Mavericks running MAMP.. any suggestions? I can't seem to find any help on Google either (just flooded with Mavericks reviews).
If you're using Mamp read this. Need to comment out some lines and then it works.
http://forum.mamp.info/viewtopic.php?f=2&t=88120