Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,679 members, 7,820,384 topics. Date: Tuesday, 07 May 2024 at 01:58 PM

Expert In The House Should Help Out, Pls. - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Expert In The House Should Help Out, Pls. (1650 Views)

Employed Developers In House Should Help Us With Tips To Hired / Pls Python Guru Help Out / Java Programmers Plz Help Out (2) (3) (4)

(1) (Reply) (Go Down)

Expert In The House Should Help Out, Pls. by Livebygrace: 12:06pm On Apr 27, 2018
I just hosted my first website this week, though I just started learning programming just of recent. The major challenge I am having now is that the images on the web aren't displaying on phones, they only display when you use laptops to open the site. Pls, what could be the issue?
Re: Expert In The House Should Help Out, Pls. by elninosft(m): 12:12pm On Apr 27, 2018
Livebygrace:
I just hosted my first website this week, though I just started learning programming just of recent. The major challenge I am having now is that the images on the web aren't displaying on phones, they only display when you use laptops to open the site. Pls, what could be the issue?

Is the site responsive? Does it adjust to several screen sizes and resolutions?
Re: Expert In The House Should Help Out, Pls. by Livebygrace: 1:18pm On Apr 27, 2018
elninosft:


Is the site responsive? Does it adjust to several screen sizes and resolutions?

Yes, it is and it does.
Re: Expert In The House Should Help Out, Pls. by webapi: 2:00pm On Apr 27, 2018
Be sure there is nothing wrong with your code i.e making mistakes when linking the images. Now clear cache or use another browser on your laptop and phone because most times especially chrome stores cache and it keeps bringing up the old page. Even if you make changes, it won't reflect. So test the pages on a new browser for both laptop and phone. If it still gives error, come back and i will help you.
Re: Expert In The House Should Help Out, Pls. by CAENO: 2:03pm On Apr 27, 2018
If its responsive ensure you add the class(img-responsive img-rounded) to the image tag in your html file and it should work.That is,<img src="" class="img-responsive img-rounded"/>.This assumes you are using Bootstrap.Buzz me on mybizdesk_50@yahoo.com.
Re: Expert In The House Should Help Out, Pls. by Livebygrace: 8:56pm On Apr 27, 2018
webapi:
Be sure there is nothing wrong with your code i.e making mistakes when linking the images. Now clear cache or use another browser on your laptop and phone because most times especially chrome stores cache and it keeps bringing up the old page. Even if you make changes, it won't reflect. So test the pages on a new browser for both laptop and phone. If it still gives error, come back and i will help you.
Thanks for your answer but the problem still persists. I used like three laptops to test the site and it displayed the images but when I used like three or more phones, it didn't display at all. Meanwhile, the first day I hosted it, it showed on my tap but it's no longer showing. I just can't fiqure it out because I am very new to programing, I just started coding this year. Abeg, my Ogas here should help out. You can help me check the small web at your end too (www dot demightformular dot com)
Re: Expert In The House Should Help Out, Pls. by Livebygrace: 9:03pm On Apr 27, 2018
CAENO:
If its responsive ensure you add the class(img-responsive img-rounded) to the image tag in your html file and it should work.That is,<img src="" class="img-responsive img-rounded"/>.This assumes you are using Bootstrap.Buzz me on mybizdesk_50@yahoo.com.
Thanks boss but I don't knw why it's not working again after it worked well the first day it was hosted. I still dey sha
Re: Expert In The House Should Help Out, Pls. by Dermie: 2:02am On Apr 28, 2018
Livebygrace:
I just hosted my first website this week, though I just started learning programming just of recent. The major challenge I am having now is that the images on the web aren't displaying on phones, they only display when you use laptops to open the site. Pls, what could be the issue?

I think you should check your site on 2 new PC's (not the ones you opened it with before). The images aren't displaying on laptop also, which could be because of the stored location.

When you try to open image in a new tab, you will see this "Not Found. The requested URL /img/managenent2.jpg was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

If it's just mobile issue, you can compress or optimize the image.
Re: Expert In The House Should Help Out, Pls. by Livebygrace: 6:35am On Apr 28, 2018
Dermie:


I think you should check your site on 2 new PC's (not the ones you opened it with before). The images aren't displaying on laptop also, which could be because of the stored location.

When you try to open image in a new tab, you will see this "Not Found. The requested URL /img/managenent2.jpg was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

If it's just mobile issue, you can compress or optimize the image.

Thanks boss. Maybe I need to visit my hosting company on Monday in case I was wrong with my files upload on the Cpanel. I might not upload it the way I should because I am doing this for the first time.
I will give you the feedback when I come back on Monday. Thanks alot.
Re: Expert In The House Should Help Out, Pls. by Dermie: 4:53pm On May 03, 2018
Livebygrace:


Thanks boss. Maybe I need to visit my hosting company on Monday in case I was wrong with my files upload on the Cpanel. I might not upload it the way I should because I am doing this for the first time.
I will give you the feedback when I come back on Monday. Thanks alot.

You are welcome. What's the update?
Re: Expert In The House Should Help Out, Pls. by Livebygrace: 5:33pm On May 03, 2018
Dermie:


You are welcome. What's the update?
I have not got time to visit my hosting company since but I should be there 2mao. Thanks alot.
Re: Expert In The House Should Help Out, Pls. by Livebygrace: 12:10pm On May 05, 2018
Dermie:


You are welcome. What's the update?

I was there yesterday sir for the issue and they told me I should rename my files. I Discovered my uploaded folder shows different directories on the web when I view the page source. I have fixed the image problem but the bootsrap parallax image scrol I used create a disign on the site does not display still. Any help, boss?
Thanks alot.
Re: Expert In The House Should Help Out, Pls. by Dermie: 9:03pm On May 09, 2018
Livebygrace:


I was there yesterday sir for the issue and they told me I should rename my files. I Discovered my uploaded folder shows different directories on the web when I view the page source. I have fixed the image problem but the bootsrap parallax image scrol I used create a disign on the site does not display still. Any help, boss?
Thanks alot.

That's nice...the image issue is fixed.

For the parallax image: the below should fix it. add it to your css stylesheet. E.g the layout.css

.promo-banner.parallax-window {
background-image: url('img/project.jpg');
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}


...Don't know why you chose that particular image. It hurts the eye with the text in place. undecided
Re: Expert In The House Should Help Out, Pls. by Livebygrace: 10:00pm On May 09, 2018
Dermie:


That's nice...the image issue is fixed.

For the parallax image: the below should fix it. add it to your css stylesheet. E.g the layout.css

.promo-banner.parallax-window {
background-image: url('img/project.jpg');
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}


...Don't know why you chose that particular image. It hurts the eye with the text in place. undecided
I will do just what you said. Thnks alot
Re: Expert In The House Should Help Out, Pls. by Dermie: 11:26pm On May 09, 2018
Livebygrace:

I will do just what you said. Thnks alot

Alright! My pleasure.

(1) (Reply)

Most Popular Programming Language In Nigeria. / Want To Place On Order On Jumia? / C++ Book

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 27
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.