Alvind
Forum Replies Created
-
Forum: Plugins
In reply to: [GenerateBlocks] Slow loading and 100% CPU with GenerateBlocksTo further debug this, could you install the Query Monitor plugin?
While in the editor, check for any alerts or warnings it reports. These may help identify what is consuming the most resources, allowing us to better pinpoint the cause.
Forum: Plugins
In reply to: [GenerateBlocks] Slow loading and 100% CPU with GenerateBlocksHi there,
Could you please test the following for us:
- Open a new page or post and try adding some blocks. Does the slowness occur on a blank editor as well?
- Do the pages experiencing this issue happen to include any synced patterns?
Let us know!
Forum: Themes and Templates
In reply to: [GeneratePress] Caching issuesIt looks like the link has expired:
Forum: Themes and Templates
In reply to: [GeneratePress] Caching issuesHi there,
Is there a way for us to view the staging site for inspection? The URL
yoursite.com/stagingappears to require login credentials.Glad to hear that 🙂
No problem!
Hi there,
The image upload functionality is handled by WordPress core, and it seems there may be some form of sanitization applied to the caption field, which could be stripping out
<a>tags. That would explain why the link isn’t working as expected.The theme itself doesn’t modify or interfere with that functionality, so it’s not related to anything GeneratePress is doing.
Forum: Plugins
In reply to: [GenerateBlocks] Query Loop Not Pulling ImageHI there,
Can you try changing the Image field return format to Image URL?Â
Forum: Themes and Templates
In reply to: [GeneratePress] Internal Duplication IssueWhere exactly would you like the
<!--more-->tag to be placed within the post content?Forum: Themes and Templates
In reply to: [GeneratePress] Internal Duplication IssueHi there,
This isn’t something that can be fixed directly within the theme itself. Internal duplication issues are typically related to content structure or SEO configuration rather than layout or styling, which is what GeneratePress handles.
To properly address internal duplication, you’d want to use an SEO plugin like Yoast SEO or Rank Math, which provides tools to manage canonical URLs, noindex settings, and sitemap configuration. These tools help prevent or resolve duplicate content issues by giving you more control over how your content is indexed and served.
Forum: Plugins
In reply to: [GenerateBlocks] White background space between blocksNo problem, glad to be of help!
Forum: Plugins
In reply to: [GenerateBlocks] White background space between blocksHi there,
For the first section gap, try adding this CSS to fix it:
.entry-content > div.wp-block-getwid-section {
margin-bottom: unset !important;
}For the second section gap, there’s an empty Paragraph block between the sections below it. Make sure to remove the empty Paragraph block, as it’s causing the extra space.
Forum: Themes and Templates
In reply to: [GeneratePress] No “single post” option to link dynamic dataYou’re welcome, glad to hear that!
Forum: Themes and Templates
In reply to: [GeneratePress] No “single post” option to link dynamic dataHi there,
There are no Single Post dynamic tag, use the Post Permalink instead.
Forum: Plugins
In reply to: [GenerateBlocks] dynamic query ACF (acf) image and post link errorHi there,
I assume you’re using the Image block for the thumbnail—is that correct?
If so, you’ll need to set the link to the post in the block settings. See this screenshot for reference: https://cln.sh/94X411PT