Theme Author
Tom
(@edge22)
Your featured images are set to align left.
If you set them to align center, the issue will go away π
I had 2 more queries
Is there any way to control the order of blog posts in wp show posts, if i want to show a particular post at top?
And also can i remove the “Home” title from homepage?
Theme Author
Tom
(@edge22)
You can set that post as “Sticky” and it should show at the top.
I assume you’re using GeneratePress? If so, you can use the “Disable Elements” area of the Layout metabox to disable the Content Title: https://docs.generatepress.com/article/layout-metabox-overview/
Thanks Tom for your great support! i have just upgraded to GP premium version
Had 2-3 specific queries
1. How to shift the container without affecting mobile display view? Shifted it with css below but it affects mobile readability so i dont want it for mobile view
.grid-container {
margin-left: 20px;
}
2. Is there an option to make all images of same size- width and height for a blog post or across website? Tried with the featured images option under the blog tab but doesnt seem to work
3. I am trying to achieve a similar look to this website: https://www.wpbeginner.com
Is it possible through generate press?
4. Is wp-show post needed for GP premium …are there any additional options to customise homepage on GP premium?
Theme Author
Tom
(@edge22)
Thank you!
1. Try doing this instead:
@media (min-width: 769px) {
.grid-container {
margin-left: 20px;
}
}
2. That should work. We’re not able to help with premium features in this forum (WP.org rule), but we’ll be happy to help in our premium forum: https://generatepress.com/support
3. We have a site in our Site Library called Marketer which is very similar: https://generatepress.com/site-library/
Might be worth checking out π
4. It’s not needed unless you want to display a list of posts within a static page.
Let me know if you have any other questions!
1. That worked like a charm
2. Will post query in the premium forum
3. thanks i will try this out. hope i can change it to the earlier version if it does not work for me.
4. Thanks!
Hi Tom,
If i use a theme from site library say Marketer for my existing website, can i switch back to my earlier theme in case I don’t like it.
Theme Author
Tom
(@edge22)
If it’s an existing site with settings and content, I would take a backup that you can restore later.
The sites in the library are intended to be installed on brand new WordPress installations, so it may not look exactly like the demo if you install it over your current site.
Be sure to direct any premium related questions (Site Library) to our premium forum, as we’re not allowed to support any premium features here on ww.wp.xz.cn: https://generatepress.com/support
Thanks! π