Alvind
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Questions about Generate Blocks 2.1.0.You’re welcome!
Forum: Themes and Templates
In reply to: [GeneratePress] I have facing layout shift issueHi there,
Could you share the site URL where we can view the issue?
Forum: Themes and Templates
In reply to: [GeneratePress] Reduce spacing at the bottomHi there,
Try adding this CSS:
#advads-3105526169 p {
display: none;
}Forum: Themes and Templates
In reply to: [GeneratePress] padding is not workingHi there,
Have you set your content padding under Customize > Layout > Container > Content Padding?
Forum: Themes and Templates
In reply to: [GeneratePress] Questions about Generate Blocks 2.1.0.Hi there,
Please tell me why class=”gb-text” is added to each block of text and title.
That class is used as an identifier to distinguish the GB Text block, since the core Paragraph block doesn’t add any class by default. If you prefer not to have the extra class, you can opt to use the core Paragraph block instead.
Is it possible to use your plugin to style words separately in a text block (paragraph), and not just the entire block at once, or will it be necessary to apply a custom ccs?
That depends on the style you want to apply. For example, if you want to apply a different font weight to a specific part of the text within a Text block, that would require custom CSS.
Forum: Plugins
In reply to: [GenerateBlocks] Side overflow of textNo problem!
Forum: Plugins
In reply to: [GenerateBlocks] Side overflow of textHi there,
In this case, you can simply replace
repeat(2, minmax(0, 1fr))with30% 70%.Forum: Themes and Templates
In reply to: [GeneratePress] Change the appearance of the comments columnGlad to hear that, and thanks for the suggestion!
Forum: Themes and Templates
In reply to: [GeneratePress] Change the appearance of the comments columnHi there,
Please refer to this topic:
https://generatepress.com/forums/topic/how-to-change-x-thoughts-on-post-title-in-comment-section/
Forum: Themes and Templates
In reply to: [GeneratePress] How to find additional WidgetsThis issue is not specific to the GeneratePress theme. It appears to be a broader WordPress core-related behavior. Similar reports have been observed with other themes as well. For example:
And as you can see, none of the related threads offer a definitive solution to the issue.
Forum: Themes and Templates
In reply to: [GeneratePress] Filter for sticky postHi there,
By default, any post marked as Sticky should automatically appear at the top of the post archive. Is that not the case on your site?
Forum: Themes and Templates
In reply to: [GeneratePress] How to find additional WidgetsHi there,
While logged in, go to the page where the widget appears that you want to edit. Then click the Customize option in the top admin bar. From there, click directly on the widget you want to modify—this will open the relevant widget settings in the Customizer so you can make your changes.
Forum: Themes and Templates
In reply to: [GeneratePress] GeneratePress Theme Site Library ProblemHi there,
Could you please raise this issue on the Premium Support forum? The Site Library is a premium feature, and due to WordPress.org guidelines, we’re not allowed to provide support for paid plugins here.
Forum: Themes and Templates
In reply to: [GeneratePress] Mobile LCP at H1.Entry-TitleHi there,
I just ran your site through PageSpeed Insights, and the LCP scores appear to have improved. You can check them here:
Forum: Themes and Templates
In reply to: [GeneratePress] Add custom link to featured image on post pageHi there,
There isn’t a specific filter for that in GeneratePress, but you might be able to use the
post_thumbnail_htmlfilter provided by WordPress.https://developer.wordpress.org/reference/hooks/post_thumbnail_html/