Vladimir Bender
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Blocks - WordPress Blocks Plugin] fatal error in latest updatethis is true
Thanks, this hook helped solve the problem.
It is not a typo. Got it.
Thank you, sorry for disturbing you.Whoa, whoa, whoa… take it easy, man!
I just wanted to make sure that $deepParse is false by default.
Because when I don’t change the state of $deepParse, then deep parse is triggered as a true deep parse and everything works fine!
That’s all.Forum: Plugins
In reply to: [WP Events Manager] Critical error with WP Events Manager V2.1.11Same here regardless of PHP version (7.4, 8.0, 8.2)
Warning: Use of undefined constant VERION_OF_PLUGIN … class-wpems-assets.php?on line?60Forum: Plugins
In reply to: [Simple Image Sizes] Please support PHP 7.4This is a very important plugin.
Please bring back compatibility with PHP7.4Version 1.4.2 is buggy
https://pasteboard.co/sfj0xQaAjBYe.png
https://testik.gardengu.ru/phpinfo.phpForum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Loco translation prioritizationThe answer is incorrect. Read the question more carefully:
System directory is not safe location.
We need our own unique translation, so we don’t want to use WP system folders WP_LANG_DIR, we don’t need to update translations from the cloud.
Soorry , my typo.
kadence-btn-size-small — is superfluous.
I used this class to assign the above styles.Thanks for the quick answer, but it doesn’t work.
Class must be inserted instead “button” in<a>
not “woocommerce” in<div>
You can check it out on the “Kadence” WP theme + Gutenberg Blocks with AI by Kadence WP
To render the btn-size-small style button, you need to add the following classes:class="kadence-btn-size-small kb-button kt-button button kt-btn-width-type-auto kb-btn-global-fill kt-btn-has-text-true kt-btn-has-svg-false wp-block-kadence-singlebtn"
But this is not enough. To be fully functional, the plugin also needs the ability to add custom styles directly to the shortcode, like this:style="border: 0px solid rgba(0,0,0,0); border-radius: 3px; font-size: var(--global-font-size-small); padding: 0.4em 1em; text-align: center; align-items: center; justify-content: center;"
If you implement this functionality, you will get an ideal plugin for inserting “Buy” button into all price tables created in the Gutenberg editor, which do not allow inserting blocks into cells.
All in vain.
There is no way to hide a protected LearnPress course from the archive and search results.Yes, I read the paragraph on this page:
Setting membership access restrictions for a single CPT will not necessarily hide it from archives, search, or other custom templates built into your theme.
But I also read somewhere on paidmembershipspro.com that hiding posts is a key feature of PMPro as opposed to other concepts (roles, passwords…). However, “Paid Memberships Pro – Custom Post Type Add On” does not hide some custom posts in archives and search results. For example, LearnPress courses and CM Tooltip Glossary.
This needs to be fixed.
Maybe there is some kind of code snippet?For the time being, I believe there is an integration from LearnPress themselves that integrates with Paid Memberships Pro and may help you achieve your desired results.
I asked ThimPress_Support a question:
In PMPro Advances Settings I activated option
“Only members will see restricted posts/pages in searches and archives”
but the restricted course is still visible to everyone on the All courses page.
I tried using plugin “LearnPress – Paid Membership Pro Integration” and plugin “Paid Memberships Pro – Custom Post Type Add On”, but still the restricted course does not become invisible.
Why does PMPro successfully hide posts/pages but not courses?
How to hide a restricted course from the All courses page?ThimPress_Support answered this question:
Sorry we don’t have this feature now. Currently, the courses will still be displayed, but only users with a membership level can view details of the courses in that level.
I understand. If I select an Image ID in Priority Image, the correct markup is generated for all cases. But only if a full set of thumbnails has been created for a sufficiently large image.
Why is Wpsso-opengraph 1200×628 but not 1200×630?