Alvind
Forum Replies Created
-
Hi there,
Did you add that template? GeneratePress does not include WooCommerce template files inside the theme by default. If you added it yourself, simply replace those files with the latest WooCommerce files.
Hi there,
The ACF Gallery field is not supported by the GenerateBlocks V1 dynamic data. However, this is possible in V2, but it will require the Pro version.
Forum: Themes and Templates
In reply to: [GeneratePress] Where can I submit a PR?Hi there,
You can open an issue in our GitHub repository here: https://github.com/tomusborne/generatepress
Forum: Themes and Templates
In reply to: [GeneratePress] Where can I submit a PR?Hi there,
You can open an issue in our GitHub repository here:
Forum: Themes and Templates
In reply to: [GeneratePress] do GB GP support woocommerce product dynamicHi there,
Unfortunately, not at the moment. However, we have recently released GenerateBlocks V2, which should have laid the groundwork for deeper integration with WooCommerce in the future, especially when fetching the dynamic elements.
Hi there,
The text is added via a :before pseudo-selector. You need to remove the CSS for that, which seems to be located in your child theme’s
style.cssfile.Forum: Plugins
In reply to: [GenerateBlocks] Updating Failed. Could Not Insert Post into the DatabaseHi @techfindnow ,
Try adding another block to the page to check if there is a specific block causing the saving error. I think that is the only way to debug it for now.
Forum: Themes and Templates
In reply to: [GeneratePress] How to stop indexing on 1 particular pageHi there,
Usually, this can be done with an SEO plugin. You need to check for that option in the plugin you are using.
Forum: Plugins
In reply to: [GenerateBlocks] Generateblocks 2.0That’s correct, you’ll need to turn off the Use version 1 blocks option if you are upgrading from V1 to V2 in order to utilize the V2 features.
Anyway, I’m glad to hear you resolved it!
- This reply was modified 1 year, 3 months ago by Alvind.
Forum: Themes and Templates
In reply to: [GeneratePress] WP 6.7.2 BugHi there,
Due to WordPress guidelines, we cannot provide support for or answer any questions related to paid plugins in this forum. Could you please open a topic in the Premium Support forum instead?
Thank you for your understanding!
You’re welcome!
Hi there,
The stable version is planned to be released today (February 12th).
You can configure the Query Block parameters to display only a specific post within its block settings.
Forum: Themes and Templates
In reply to: [GeneratePress] Widget, aside, arial-label and accessibilityNo problem!
Forum: Themes and Templates
In reply to: [GeneratePress] Inconsistent sidebar behavior in GeneratePressNo problem, glad to hear that!
Forum: Themes and Templates
In reply to: [GeneratePress] Widget, aside, arial-label and accessibilityHi there,
I don’t think there is a direct way to add ARIA attributes to the
<aside>tag in the footer widget. It might require a custom solution, such as using JavaScript to inject those attributes into the HTML.