-
Posted a reply to “Updating Failed” error inside WordPress Editor., on the site WordPress.org Forums:
Hi there, where are you seeing the error ? Is this in the Post Editor… -
Posted a reply to individual blog page design, on the site WordPress.org Forums:
Glad to hear that -
Posted a reply to Floating links in Posts, on the site WordPress.org Forums:
You're welcome -
Posted a reply to individual blog page design, on the site WordPress.org Forums:
Hi there, you can use a PHP Snippet to create an Action hook to add… -
Posted a reply to Menu Not working in [REAL] Mobile View, on the site WordPress.org Forums:
Glad to hear you found the issue -
Posted a reply to How to add links like this, on the site WordPress.org Forums:
Hi there, which links are you wanting to match ? Can you send a screenshot -
Posted a reply to Floating links in Posts, on the site WordPress.org Forums:
Hi there, those links are the Previous and Next post links that should be displayed… -
Posted a reply to H1 tag is the reason for slow LCP of the website page, on the site WordPress.org Forums:
Hi there, i see you have opened a topic in our premium support. we will… -
Posted a reply to Shortcode widget breaking part of website search, on the site WordPress.org Forums:
Now thinking about the possibility of having just the one active live search widget to… -
Posted a reply to How to set fixed size on featured image in wordpress post, on the site WordPress.org Forums:
Thank you for taking the time to say thank you :) Glad it was found… -
Posted a reply to Shortcode widget breaking part of website search, on the site WordPress.org Forums:
Hi there, can we see the site ? Then we can take a look at… -
Posted a reply to I want to make amazon product style like this site, on the site WordPress.org Forums:
Hi there, the google drive link is password protected. -
Posted a reply to GeneratePress & Newsroom theme, on the site WordPress.org Forums:
Hi there, please raise a topic in the premium support forum. This article explains how:… -
Posted a reply to How to remove sidebar for mobile and tablet, on the site WordPress.org Forums:
Try adding this CSS instead: @media(max-width: 1024px) { #right-sidebar { display: none; } #primary {… -
Posted a reply to WP Menu Cart Next To Navigation Search On Mobile Devices, on the site WordPress.org Forums:
Hi there, try changing this: generate_inside_mobile_menu_bar to generate_menu_bar_items -
Posted a reply to How to add hreflang tags in wordpress without plugin for specific pages?, on the site WordPress.org Forums:
I used the browser developers tools and i searched ( CTR/CMD + F ) the… -
Posted a reply to How to add hreflang tags in wordpress without plugin for specific pages?, on the site WordPress.org Forums:
I see them on your homepage https://www.screencast.com/t/NHmgGWBBgt How is the english page being generated ? -
Posted a reply to How to remove sidebar for mobile and tablet, on the site WordPress.org Forums:
Hi there, WP has the the wp_is_mobile() conditional tag - which you can read more… -
Posted a reply to Feature image, on the site WordPress.org Forums:
Hi there, you can add this PHP Snippet to your site: add_action( 'after_setup_theme', function() {… -
Posted a reply to How to add hreflang tags in wordpress without plugin for specific pages?, on the site WordPress.org Forums:
Do you only have the above code snippet added to the site?As i see both… -
Posted a reply to How to add hreflang tags in wordpress without plugin for specific pages?, on the site WordPress.org Forums:
Can you share links to the site ? that cover the pages where those changes… -
Posted a reply to Mobile Header Container Readjust, on the site WordPress.org Forums:
Hi there, the Mobile Header feature is part of GeneratePress Premium.And WordPress forbids us from… -
Posted a reply to How to add hreflang tags in wordpress without plugin for specific pages?, on the site WordPress.org Forums:
Hi there, WordPress provides the language_attributes hook: https://developer.wordpress.org/reference/hooks/language_attributes/ See here for an example of how… -
Posted a reply to Problem in accessing my website as admin, on the site WordPress.org Forums:
Hi there, the Theme has no control over that, that is handled by WordPress. I… -
Posted a reply to Theme Breaking my whole site, on the site WordPress.org Forums:
Hi there, i would need to see the broken site to assist. -
Posted a reply to Need tooltip activation for mobile, on the site WordPress.org Forums:
You're welcome -
Posted a reply to Need tooltip activation for mobile, on the site WordPress.org Forums:
Hi there, your custom tooltip solution uses the following CSS: @media (min-width: 1025px) { .author-popup… -
Posted a reply to Version 2.4.2 Theme Download, on the site WordPress.org Forums:
Hi there, see here: https://themes.trac.wordpress.org/browser/generatepress/ -
Posted a reply to Lower case to small capitals in selected words in a paragraph, on the site WordPress.org Forums:
Hi there, you would need to use HTML for the paragraph, and within that include… -
Posted a reply to How To Change Shortcode Background Color, on the site WordPress.org Forums:
Hi there, use the GenerateBlocks plugin, add a Container Block to the page, in that… -
Posted a reply to Post not showing in search results, on the site WordPress.org Forums:
Hi there, if i check your site on Mobile, i see it is not showing… -
Posted a reply to How to change the name of categories in Newsroom template?, on the site WordPress.org Forums:
Hi there, that site template can only be installed and operated with the GP Premium… -
Posted a reply to How to edit post category path ?, on the site WordPress.org Forums:
Hi there, those are query strings i assume the GenerateBlocks Query Loop. As they are… -
Posted a reply to Attachment pages in Child Theme, on the site WordPress.org Forums:
You're welcome - glad to be of help! -
Posted a reply to Text too small to read, on the site WordPress.org Forums:
Hi there, this support forum is for the GeneratePress Theme, and that site you have… -
Posted a reply to Attachment pages in Child Theme, on the site WordPress.org Forums:
Hi there, in your attachment.php look for: the_content(); to add the image at the top… -
Posted a reply to Want to make post author meta as tooltip, on the site WordPress.org Forums:
Hi there, theres a tutorial on that here: https://theadminbar.com/creating-animated-tooltips-in-generateblocks/ -
Posted a reply to Reduce amount of css files, on the site WordPress.org Forums:
Core blocks are every block that isn't listed under a plugin name. For example if… -
Posted a reply to Reduce amount of css files, on the site WordPress.org Forums:
Hi there, there are some core style sheets you can remove if you're not using… -
Posted a reply to Custom H1 tag for Catgory pages, on the site WordPress.org Forums:
That is the simplest option available.The description field can accept HTML so it can have… -
Posted a reply to Custom H1 tag for Catgory pages, on the site WordPress.org Forums:
Hi there, a simple option would be to include your long text H1 in the… -
Posted a reply to How to disable inspector’s shortcuts with code?, on the site WordPress.org Forums:
You're welcome -
Posted a reply to How to make 2 media and text in single block?, on the site WordPress.org Forums:
Hi there, add them inside a Group Block -
Posted a reply to How to disable inspector’s shortcuts with code?, on the site WordPress.org Forums:
Hi there, this question is not Theme related.I suggest you ask this kind of question… -
Posted a reply to How to Activate Generapress Premium Key in WordPress ?, on the site WordPress.org Forums:
Hi there, this forum is for the free GeneratePress theme. WordPress forbids us from answering… -
Posted a reply to Adding Rankmath Breadcrumbs To Free Theme, on the site WordPress.org Forums:
You're welcome And Happy New Year -
Posted a reply to Adding Rankmath Breadcrumbs To Free Theme, on the site WordPress.org Forums:
Hi there, you can use a PHP Snippet to hook the breadcrumb in: add_action( 'generate_before_content',… -
Posted a reply to Auto preview of latest blog post, on the site WordPress.org Forums:
You're welcome -
Posted a reply to Reduce Expert Length, on the site WordPress.org Forums:
You're welcome -
Posted a reply to Reduce Expert Length, on the site WordPress.org Forums:
Hi there, that filter changes the length of the WordPress generated Excerpt, it doesn't change…
Contributor
-
Granular Controls For Elementor
Active Installs: 20,000+
Support Rep
-
GenerateBlocks
Active Installs: 100,000+