chazpb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Position of background imageHi Franz,
At the moment, no background image is set in the Container. Once you add one, you don’t need extra CSS. In the Container settings sidebar, under Background → Background Position, you can type custom values. (Screenshot)
For example:
78% 60%The first value controls the horizontal position, the second controls the vertical. You can also use pixels, e.g. 20px 50px.
That way, you can fine-tune the image position directly in the UI.
Forum: Themes and Templates
In reply to: [GeneratePress] Shop page products per row problemHi Mohammad,
Glad to hear that fixed it. Perfomatters was likely holding onto the old CSS. If you re-enable it later, just make sure to clear the cache, so the updated styles are served.
Let me know if you run into any other issues.
Forum: Themes and Templates
In reply to: [GeneratePress] Shop page products per row problemHi Mohammad,
I checked your page, and the issue is that the mobile CSS rule (1 column) is overriding the desktop rule, so products are always stacking in a single column.
Since it looks fine when logged in but not when logged out, this is most likely caused by caching or CSS optimisation.
Please clear your site/host/CDN cache and disable CSS minification so the styles can rebuild correctly.
Hi Jonny,
Those features don’t depend on the child theme version. What matters is keeping:
- GeneratePress parent theme + GP Premium updated
- WordPress updated (you’re on 6.8.2, that’s fine)
- PHP updated (8.0+ supported)
- WooCommerce + extensions (Appointments, Stripe, etc.) updated
Your child theme (1.0.0) is just a shell and won’t block those features. So update the parent theme, plugins, and PHP version, and everything will work.
Forum: Themes and Templates
In reply to: [GeneratePress] content template without schemaHi there,
Yes, you can remove the schema. The
generate_schema_typefilter lets you disable schema output in GeneratePress.You can add this code either in your child theme’s functions.php file or by using a Code Snippets plugin:
add_filter( 'generate_schema_type', '__return_false' );For more details, see this guide: Generate Schema Type
Let me know if you need further assistance, I’m here to help.
Hi Roshan,
I noticed this question was posted in the Themes and Templates forum, and it was redirected here because GeneratePress was mentioned.
Since your question is specifically about GenerateBlocks Pro, it would be best to raise it in our premium support forum at generate.support, so the team can help you directly.
If for some reason you can’t access the premium forum, please post it in the free GenerateBlocks support forum here:
https://ww.wp.xz.cn/support/plugin/generateblocks/That way, it will reach the right team for your question.
- GeneratePress parent theme + GP Premium updated