Alvind
Forum Replies Created
-
Hi there,
You can refer to this article:
https://docs.generatepress.com/article/sidebar-widths/#fixed-widthForum: Plugins
In reply to: [GenerateBlocks] Set global max-width by code for custom themeIf this setup is for the user, you should stick with the default GenerateBlocks settings field and avoid overcomplicating things.
In that case, how would you determine which links should be dynamically assigned to the posts?
How do you assign custom links to each post?
If you’re assigning links to each post via a Custom Field, you can add a Button Block inside the query loop and set the dynamic data to the custom field’s meta key. This way, each button will dynamically link to the URL specified in the post’s custom field.
Hi there,
When you mentioned the button below the query loop container, is it still within the loop or outside?
Forum: Themes and Templates
In reply to: [GeneratePress] Problem with updateingHi there,
Could you provide a bit more context about your issue?
Forum: Themes and Templates
In reply to: [GeneratePress] Successor of tablesHi there,
GeneratePress doesn’t have a table-specific plugin. You may want to look for an option like TablePress or Ninja Tables.
Forum: Themes and Templates
In reply to: [GeneratePress] gallery problemCould you try completely removing the ad script block first and see if it fixes the issue? Even if using AdBlock, it only hides the ads but the ad HTML still remains in the DOM.
Forum: Themes and Templates
In reply to: [GeneratePress] new page open on the site,I have answered your similar inquiry here:
Hi there,
Go to Appearance > Menus, and toggle the Screen Options at the top right. Under Show advanced menu properties, activate the Link Target option.
Then, on the menu item, you will see the option to check the “Open menu link in a new tab.”
Forum: Themes and Templates
In reply to: [GeneratePress] gallery problemHi there,
I just viewed your site, but I don’t see the issue. The photos are sitting in one row.
Forum: Plugins
In reply to: [GenerateBlocks] Set global max-width by code for custom themeHi there,
If you defined the max-width value inside the settings array in
theme.json, you can try using thewp_get_global_settingsfunction to retrieve the value.Or, why not just use the
generateblocks_global_container_widthfilter hook and return the max-width value you set? That is simpler in my opinion.Forum: Themes and Templates
In reply to: [GeneratePress] I cannot add a license keyHi there,
For GP Premium-related issues, please raise a topic in the GenerateSupport forum. We’ll be able to assist you there. WordPress rules prevent us from providing support for premium plugins in this forum.
Forum: Themes and Templates
In reply to: [NSFW] [GeneratePress] change localhost to developement portHi there,
You should also replace the URL throughout the database, this plugin should help with that:
https://wordpress.org/plugins/better-search-replace/