Alvind
Forum Replies Created
-
Hi there,
It seems like both layouts are already identical. Is there something that I’m missing?
Forum: Themes and Templates
In reply to: [GeneratePress] Image Gets Squooshed in ContainerHi there,
You can try adjusting the size of the container that wraps the image block to 256px.
Forum: Themes and Templates
In reply to: [GeneratePress] Help with Customize PanelHi there,
That doesn’t look like the GeneratePress Typography settings UI. What version of the theme are you using?
Forum: Themes and Templates
In reply to: [GeneratePress] Unexplained vertical gap in grid containerCan you provide the site link?
Forum: Themes and Templates
In reply to: [GeneratePress] Unexplained vertical gap in grid containerHi there,
Check the Headline Block’s spacing settings. By default, it adds a
20pxbottom margin, which you can reset by setting it to0px.Forum: Themes and Templates
In reply to: [GeneratePress] Show stock on the product detail pageHi there,
Could you open a topic on https://generate.support/ ?
As per WordPress.org rules, we cannot provide support for premium plugins in this forum.
Thank you!
Forum: Plugins
In reply to: [GenerateBlocks] Query Loop Featured Image SizeHi there,
I believe WordPress handles this automatically by choosing the appropriate image sizes based on your settings in Settings > Media.
Could you check your settings to see if you’ve specified the width and height for the thumbnail and medium sizes?
Forum: Plugins
In reply to: [GenerateBlocks] GenerateBlocks Shows in Page Edit but not in SiteNo problem, glad to help!
You’re welcome!
Forum: Themes and Templates
In reply to: [GeneratePress] How to display my menu element on mobile ?HI there,
Sorry, but I don’t understand the issue you’re having. Is the code for the sticky menu not working?
If you could provide the link to your site, that would be helpful as well.
Hi there,
You can use this CSS to apply the background color only on mobile:
@media only screen and (max-width: 767px) { .inside-header { background-color: red; } }Just replace the color with your preference.
Forum: Plugins
In reply to: [GenerateBlocks] Remove lines in query loop resultHi there,
Select the Image block inside the query loop, and remove the border under the Border option in the block settings.
Forum: Plugins
In reply to: [GenerateBlocks] GenerateBlocks Shows in Page Edit but not in SiteI assume you’ve already assigned categories to those posts?
Forum: Plugins
In reply to: [GenerateBlocks] GenerateBlocks Shows in Page Edit but not in SiteHi there,
If you have any caching enabled on your site (page or server), you might want to try deactivating those first for debugging. Sometimes caching can affect the query loop output.
Forum: Themes and Templates
In reply to: [GeneratePress] Styling Tag CloudYou’re welcome!