admin管理员组文章数量:1130349
On the front side I wish to have, between the header and footer, 5-6 images that are rotating every x seconds. It would be great if it could span 100% of the width but it is also okay if it is just centered. This is only on the first page though, the rest of the site I wish to have as I have (a grey border and white background). Does anyone know a plugin that make this work for me? Preferablly without any type of clicks. Also preferably with arrows that suggests that you can click back and forth between the images.
On the front side I wish to have, between the header and footer, 5-6 images that are rotating every x seconds. It would be great if it could span 100% of the width but it is also okay if it is just centered. This is only on the first page though, the rest of the site I wish to have as I have (a grey border and white background). Does anyone know a plugin that make this work for me? Preferablly without any type of clicks. Also preferably with arrows that suggests that you can click back and forth between the images.
Share Improve this question asked Jan 8, 2019 at 17:45 Carl Göran HeintzCarl Göran Heintz 11 bronze badge 3 |1 Answer
Reset to default -1Thanks for the help WebElaine. What I did instead was install a nextgen gallery and that was great. I tried WP supersized but did not manage to get it working. So nextgen gallery solved the problem.
On the front side I wish to have, between the header and footer, 5-6 images that are rotating every x seconds. It would be great if it could span 100% of the width but it is also okay if it is just centered. This is only on the first page though, the rest of the site I wish to have as I have (a grey border and white background). Does anyone know a plugin that make this work for me? Preferablly without any type of clicks. Also preferably with arrows that suggests that you can click back and forth between the images.
On the front side I wish to have, between the header and footer, 5-6 images that are rotating every x seconds. It would be great if it could span 100% of the width but it is also okay if it is just centered. This is only on the first page though, the rest of the site I wish to have as I have (a grey border and white background). Does anyone know a plugin that make this work for me? Preferablly without any type of clicks. Also preferably with arrows that suggests that you can click back and forth between the images.
Share Improve this question asked Jan 8, 2019 at 17:45 Carl Göran HeintzCarl Göran Heintz 11 bronze badge 3- Usually to change the look and feel of a page you need to create a child theme or change themes, not add a plugin. It's the theme that controls the functionality and appearance of particular pages. – WebElaine Commented Jan 8, 2019 at 21:38
- Okay, any tip on how I can do that? I created a child theme already and I am trying a few things but I have yet to make it work the way I want. The rotating image supersized-plugin seems correct but I cannot get it working correctly. – Carl Göran Heintz Commented Jan 9, 2019 at 9:53
-
It depends on the parent theme, but one of the most common files used for the homepage is
front-page.php. See if your parent theme has that and if so, copy it into your child theme, then delete everything betweenget_header()andget_footer(), then work on adding the images. How do you want to store these homepage images? Are you adding a theme options page so the user can change them? Will they always be hard-coded into the theme? – WebElaine Commented Jan 9, 2019 at 16:09
1 Answer
Reset to default -1Thanks for the help WebElaine. What I did instead was install a nextgen gallery and that was great. I tried WP supersized but did not manage to get it working. So nextgen gallery solved the problem.
本文标签: Have a rotating image covering body only on front page
版权声明:本文标题:Have a rotating image covering body only on front page? 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749026067a2305123.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


front-page.php. See if your parent theme has that and if so, copy it into your child theme, then delete everything betweenget_header()andget_footer(), then work on adding the images. How do you want to store these homepage images? Are you adding a theme options page so the user can change them? Will they always be hard-coded into the theme? – WebElaine Commented Jan 9, 2019 at 16:09