Alvind
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Issue with website navigation menu pagesIn that case, you’ll need to contact the WordPress.org moderators as we unfortunately have no control over it.
Forum: Themes and Templates
In reply to: [GeneratePress] Issue with website navigation menu pagesWe can’t remove the link in this forum, but you can try edit your first post and remove it yourself.
Hi there,
You can adjust the top padding of the Cover block, as it seems the padding is coming from that container.
Forum: Themes and Templates
In reply to: [GeneratePress] Unable to Activate GP Premium on New SitesHi there,
I’ve seen your topic on the Premium Support forum, so we’ll continue there, as this is related to a Premium feature. We are not allowed to assist with Premium features in this forum due to WP rules.
Hi there,
If you’re having any login issues on the Premium Support forum, you can reach out to our account team at support@generatepress.com, and they’ll be able to help.
We’re unable to provide support for premium products in this forum due to WordPress rules.
Forum: Themes and Templates
In reply to: [GeneratePress] Rightsidebar not showing in GeneratepressHi there,
Try deactivating your AMP plugin. It seems that the plugin is breaking the layout.
Forum: Themes and Templates
In reply to: [GeneratePress] Can I use GP1 themes being Premium user?Hi there,
You need either GP One or GenerateBlocks Pro to use the GP1-marked templates. This is because the GP1 templates utilize features from GenerateBlocks Pro to create the layout.
Hi there,
I’ve responded to your topic on the Premium Support forum.
Definitely not coming from the theme, as the theme does not set explicit dimensions for the
figuretag. It’s likely being added by another plugin on your site.Hi there,
I don’t think that’s being set by the theme. You can verify by checking the URL of the stylesheet to confirm where it’s coming from.
Hi there,
The Site Library module is a GP premium feature, please open a support topic at GP’s premium support forum, as we are not allowed to answer questions related to the premium plugin here per WP’s rule, unfortunately.
We’ll be happy to assist you there.
Forum: Themes and Templates
In reply to: [GeneratePress] Gutenberg settings have disappearedHi there,
You need to add this snippet to enable support for those settings:
add_action( 'after_setup_theme', function() {
add_theme_support( 'appearance-tools' );
} );Forum: Plugins
In reply to: [GenerateBlocks] Query Loop with a HeadlineThe unique class ID needs to be obtained directly from the page using the browser inspector. So there’s no way for me to provide it if I can’t access the page.
Forum: Plugins
In reply to: [GenerateBlocks] Query Loop with a HeadlineThat’s the unique class ID of the element. If you can share the page where the Query Loop block is, I can help check it.
Forum: Themes and Templates
In reply to: [GeneratePress] menu with a dropdown function in the footerHi there,
Have you tried using the core Navigation block and adding it to the footer widget?