Clayton Collie
Forum Replies Created
-
This is great news. I tested and the custom category is in the XML export and imports properly. Thanks for the help.
Do you have a suggestion on how to export the category terms assocaited with each attachment?
Only the logs.
Running on WP 6.2 and PHP 8.0.26
The site I am working on version controls the wp-content directory and installs the plugin with Composer during the Ci/CD pipeline. Maybe there is a plugin activation hook that is not firing on staging. I’m not 100% sure why that option would not return something or why it is just empty.
I am experiencing the same problem where after updating to 2.3.8, the
gettext
queries went from taking5ms
to over20ms
for each request. That is a huge jump in throughput and processing power from the database. We are running this plugin on a very large, mission-critical site and this is affecting the load time for every page request.@mareksebera Thank you for the fix. Can you paste your updated SQL query?
TranslatePress folks. Are you able to change how the database table is created and update the SQL query to be more efficient as shown above? Are you currently working on a fix for this?
This worked. Thank you.
Would be nice to have similar filters for 1) hiding the dashboard widget ( there is a filter but doesn’t affect the settings page), 2) uninstalling the entire plugin, and 3) hiding Awesome Motive announcements.
Forum: Plugins
In reply to: [Block Data Attribute] Again: Plugin brakes block editingI am running into this same problem. When this plugin is activated, and you have a post with multiple paragraphs, then do a simple text highlight across multiple blocks, the first block where you started your selection breaks. You need to refresh the page without a save to get them working again.
Forum: Plugins
In reply to: [Yoast SEO] Custom Post Types in Dashboard WidgetThanks, @pcosta88 for the clarification and link to the GitHub issue.
Hi @alh0319
You are correct. I am loading my fonts without the protocol at the beginning of the URL. I updated the plugin to 1.0.1 and do not see the warning anymore. Much appreciated. ??
Nice job on the plugin and on the Equalize Digital website. Both are very polished.
I typically use SiteImprove for client sites but it is mostly pre-launch work. This plugin could be a nice addition to my those sites to help content creators with writing accessible posts. I see people using <i>, <b>, <u> elements along with improper nesting of headings all the time.
If we did start using this plugin on client sites, we typically use Composer to bundle plugins inside a platform plugin and it is hard to do this well with premium plugins such as yours. I know I can use wpackagist for this version but we would need the premium version for custom post types. Just something to think about for your roadmap. DeliciousBrains and Metabox have some knowledge about API keys and Composer packages that might be worth checking out. Feel free to shoot me an email if this is too much for right here.
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Database error on installation with ComposerThat is actually what I did. I copied your code from the activation script and dropped it into a function that fires on admin_init. I know it’s not the best solution to be firing all of the time but it works for now.
The weird thing is that we use other plugins that create tables or options but this one is not. Have a look at MB Relationships. It creates a table and works perfectly with our setup. I wish i had more info about you can adjust your plugin.
Forum: Plugins
In reply to: [Lara's Google Analytics (GA4)] Disable printing on GA tag to wp_headI am trying to do it programmatically since I am bundling with some other plugins via Composer. I will look into a filter for that option from the DB so that I don’t have to set it in the admin one site at a time.
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Add aria-label to markupI added this via the github repo.
Forum: Plugins
In reply to: [Redirection] Bulk delete millions of 404 errorsUpdate.
I went into the DB with PhpMyAdmin, found the 404 table and used the Empty Table command. That worked just fine. Went from a 500MB database to 50MB.
Yes. That works…lol. Didn’t realize the block default was align center when nothing else was selected.
I’m running a genesis child theme that supports wide and full layout options.
I am seeing the wide alignment when activating the block. That works fine. My concern is going the other way. I want the masonry block to have the align center option so that the post content does not bleed over its container width and into my sidebar. Right now, all I see for masonry is wide and full, no align center.
If you activate masonry, then convert to WP core gallery, hit align center, then convert back to masonry, it does not default to align wide, it keeps the align center. That is my work around.