Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section id not working #10

Open
obisi7 opened this issue Jan 13, 2020 · 4 comments
Open

Section id not working #10

obisi7 opened this issue Jan 13, 2020 · 4 comments

Comments

@obisi7
Copy link

obisi7 commented Jan 13, 2020

I bought your django udemy course for BTRE project (dev to deploy. Trying to change the image definedin the showcase and services id for each section but not working. I even created my own style entry with the desired background colors and images but no luck.

I also tried just running your cmplete code but change the image but no luck; the original images in your demo are what is showing. It doesn't matter what image I pass to the section ids, no change is reflected. What am I doing wrong or not doing? I changed all entries with these two ids but no luck. I am stuck on the UI design. Please advise and help. Thanks

@bpncodes
Copy link

Look into my closed issue. It might help if you are having problems with images.

@AntMam
Copy link

AntMam commented Mar 28, 2020

I'm having this same issue. I thought I was doing something wrong in routing to static files, but the problem persisted even when I cloned the repository and connected to my db.

@AntMam
Copy link

AntMam commented Mar 28, 2020

Update:

I followed bpncodes closed issue on this. Seems as if it's a chrome issue. Change your css style sheet

from #showcase { background: url(../img/showcase.jpg) no-repeat top center **fixed/cover**; position: relative; min-height: 650px; color: #fff; padding-top: 6rem; }

to #showcase { background: url(../img/showcase.jpg) no-repeat top center **fixed**; position: relative; min-height: 650px; color: #fff; padding-top: 6rem; }

and it will work in chrome as well

@GunSliger00007
Copy link

it runs on chrome only but not in mozilla . I think its a browser issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants