Alvind
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Border radius imageGlad to hear that, Bas!
Forum: Themes and Templates
In reply to: [GeneratePress] Combine CSS and horizontal scrollGot it, that makes sense. If excluding the CSS from the caching plugin’s CSS combine/minify option resolves the issue, then it’s likely a problem with how the plugin handles minification. You’ll want to check with the plugin’s support, as some CSS can break during minification and cause issues like the one you’re seeing.
Forum: Themes and Templates
In reply to: [GeneratePress] Border radius imageHi Bas,
Since we’re unable to inspect the site directly, I’m afraid we’re unable to assist further at this time.
If you can replicate the issue using dummy data that doesn’t involve sensitive information, please let us know so we can take a closer look.
Please let us know what they say, and if there’s anything needed on our side, we’ll be happy to look into it.
Forum: Themes and Templates
In reply to: [GeneratePress] Combine CSS and horizontal scrollDid you remove that from the theme files? If so, you shouldn’t — those files contain the theme’s default styles and removing them can easily cause layout issues.
When I mentioned minification, I was referring to the CSS/JS optimization options in your caching plugin.
If you can share your site URL, we can take a closer look and help identify what’s causing the issue.
Forum: Themes and Templates
In reply to: [GeneratePress] Combine CSS and horizontal scrollHi there,
Does the horizontal scrolling issue get resolved if you temporarily deactivate the LiteSpeed plugin? If it does, you’ll need to review the LiteSpeed settings related to CSS minification.
Let us know!
Have you reached out to WPML support regarding this issue? Since it occurs when using the ATE, it’s likely something they need to address. We haven’t received similar reports before, so we’re unable to perform a thorough test on our end.
Forum: Themes and Templates
In reply to: [GeneratePress] Can I change the “Display post author” link?You’re welcome, Neal!
Forum: Themes and Templates
In reply to: [GeneratePress] Can I change the “Display post author” link?Hi there,
Try adding this snippet:
add_filter( 'generate_post_author_output', function() {
printf( ' <span class="byline">%1$s</span>',
sprintf( '<span class="author vcard" %5$s><a class="url fn n" href="https://yoursite.com/about/" title="%3$s" rel="author" itemprop="url"><span class="author-name" itemprop="name">%4$s</span></a></span>',
apply_filters( 'generate_inside_post_meta_item_output', '', 'author' ),
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
esc_attr( sprintf( __( 'View all posts by %s', 'generatepress' ), get_the_author() ) ),
esc_html( get_the_author() ),
generate_get_microdata( 'post-author' )
)
);
} );Adding PHP: https://docs.generatepress.com/article/adding-php/
Replace the
https://yoursite.com/about/URL in the snippet with your actual About page URL.Let us know if that works!
Forum: Themes and Templates
In reply to: [GeneratePress] Change text in page linksGlad to hear that!
Forum: Themes and Templates
In reply to: [GeneratePress] Change text in page linksThat particular text is hardcoded in the theme’s template file. To modify it, create a child theme, copy
content-page.phpfrom the parent theme into the child theme, and edit the text there.Forum: Themes and Templates
In reply to: [GeneratePress] Change text in page linksHi there,
Can you share the URL where I can check out this text?
Hi there,
I don’t think the block markup you provided is enough for us to inspect the issue, since it requires WPML as you mentioned. However, when I inspect the source of your homepage from the link you shared, I don’t see the self-closing tag anymore: https://cln.sh/PKn2LChpLX69rT0flppK
Forum: Themes and Templates
In reply to: [GeneratePress] customizer colours shows blankHi there,
Have you tried using a different browser to see if the error still occurs? We’ve seen similar cases where switching browsers resolved the issue.
Let us know how it goes.
Forum: Plugins
In reply to: [GenerateBlocks] Page settings for local css (eg: primary color)Hi there,
This feature already exists in GenerateBlocks Pro and is called Global Styles.
Here are some resources you can check out: