Forum Replies Created
-
AuthorPosts
-
June 13, 2016 at 12:23 pm in reply to: Two ID Sections on same page, bottom one not working on mobile #647303
Hi Andy,
I seem to have worked it out, it seems like the sections with the background image set to fixed will not work, you have to have it set to scroll and then it will work.
Is there a way to make it work with the background set to fixed by any chance? If not, its not a major problem.
Thanks
OK awesome thanks for the link!!
June 12, 2016 at 10:17 pm in reply to: Two ID Sections on same page, bottom one not working on mobile #647055Hi Andy
Sure, the link is http://help2read.org/the-literacy-crisis, I am looking at he top colour section id is #mobilepics
This one works well, and then image changes, the css I used is:@media only screen and (max-width: 480px) { #mobilepics { background-image: url("http://help2read.org/help2read/wp-content/uploads/2016/05/background5edited.jpg")!important;}
But the section further, section id is #bottompic doesn’t work on mobile, I use the same code really:
#bottompic { background-image: url("http://help2read.org/help2read/wp-content/uploads/2016/05/background4editedbigfile.jpg")!important;}
I did put both pieces of code inside the @media {} section in the CSS, didn’t work, then tried putting the bottom one inside it’s own @media {} but also didn’t work..
Thanks
Hi Andy,
Sorry the website has since gone live…
The two pages are:
1) http://help2read.org/blog – This has the featured images next to each post which is great.
But once you click the “News” Category in the fullwidth sub menu below the colour section at the top. All of the posts that get called up don’t have the featured images next to them. As you can see here: http://help2read.org/category/news
I would like to have the featured images show up on that page if possible.
Thanks
Hi Andy,
Yes, in link 1) I want the featured images to appear next to the category posts…
In link 2) when you are viewing the post, it doesn’t have to have the featured image shown. I did check the posts, and they all have featured images..
Thanks
Hey man!
Sure,
The only category that I have set at the moment is the News Category, so when you click on it in the sub menu, you will see it doesn’t pull through the featured images on the next page.
Thanks
-
AuthorPosts