I moved to PHP 8.2 with my WordPress and I got the following errors on the debug.log:
[01-Feb-2024 09:48:44 UTC] PHP Deprecated: Creation of dynamic property Cf7_Pdf_Generation::$front is deprecated in /var/www/vhosts/xxx/httpdocs/wp-content/plugins/generate-pdf-using-contact-form-7/inc/front/class.cf7-pdf-generation.front.php on line 53
[01-Feb-2024 09:48:44 UTC] PHP Deprecated: Creation of dynamic property Cf7_Pdf_Generation_Front::$action is deprecated in /var/www/vhosts/xxx/httpdocs/wp-content/plugins/generate-pdf-using-contact-form-7/inc/front/class.cf7-pdf-generation.front.action.php on line 452
[01-Feb-2024 09:48:44 UTC] PHP Deprecated: Creation of dynamic property Cf7_Pdf_Generation_Front::$filter is deprecated in /var/www/vhosts/xxx/httpdocs/wp-content/plugins/generate-pdf-using-contact-form-7/inc/front/class.cf7-pdf-generation.front.filter.php on line 57
Is it bad (except filling the debug.log)?
Thanks.
By the way, thanks a lot for the plugin.
I’ve just tested it on my dev site, but can’t wait to use it on a real project.
I can see how it would have helped me in the past.
P.S. I’ve bought PRO version and plan on keeping it!
]]>I know it’s just a “deprecated” warning but I thought I should mention it anyway
Could you help me?
]]>is it possible if I have a global color, for example: #1a1724 and as var:
var( –e-global-color-secondary ), to get opacity on this? So I though I can write the opacity directly in the var like:
background-color: var( –e-global-color-secondary ), .8;
This does not work. Is there a way to do this? At the moment I am doing it with the hex code #1a1724CC, but every time I change the secondary global color, I have to change the CSS aswell. Do you have a solution for this?
Thanks in advance!
Best regards.
Warning: Illegal string offset ‘domain’ in /var/www/wp-includes/l10n.php on line 670
Notice: Uninitialized string offset: 0 in /var/www/wp-includes/l10n.php on line 670
Warning: Illegal string offset ‘context’ in /var/www/wp-includes/l10n.php on line 674
Notice: Uninitialized string offset: 0 in /var/www/wp-includes/l10n.php on line 674
Warning: Illegal string offset ‘singular’ in /var/www/wp-includes/l10n.php on line 677
Notice: Uninitialized string offset: 0 in /var/www/wp-includes/l10n.php on line 677
Warning: Illegal string offset ‘plural’ in /var/www/wp-includes/l10n.php on line 677
Notice: Uninitialized string offset: 0 in /var/www/wp-includes/l10n.php on line 677
Warning: Illegal string offset ‘domain’ in /var/www/wp-includes/l10n.php on line 670
Notice: Uninitialized string offset: 0 in /var/www/wp-includes/l10n.php on line 670
Warning: Illegal string offset ‘context’ in /var/www/wp-includes/l10n.php on line 674
Notice: Uninitialized string offset: 0 in /var/www/wp-includes/l10n.php on line 674
Warning: Illegal string offset ‘singular’ in /var/www/wp-includes/l10n.php on line 677
Notice: Uninitialized string offset: 0 in /var/www/wp-includes/l10n.php on line 677
Warning: Illegal string offset ‘plural’ in /var/www/wp-includes/l10n.php on line 677
Notice: Uninitialized string offset: 0 in /var/www/wp-includes/l10n.php on line 677
]]>With this Firefox version, the default main theme twentytwentyone has problems.
You can check that directly on the twentytwentyone theme mainpage. “Normally” there is space between the content and the left / right side of the screen. On Firefox 68 ESR the content spreads over the whole screen width.
It seems, that the following line doesn’t work:
.widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .site-header, .alignwide, .wide-max-width {
max-width: var(--responsive--alignwide-width);
}
If i replace this, for example to:
max-width: calc(100% - 80px);
The bug is gone.
If i follow the css-variable --responsive--alignwide-width
:
@media only screen and (min-width: 822px) {
:root {
[...]
--responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
}
}
And for --global--spacing-horizontal
:
--global--spacing-horizontal: 25px;
So, i am not that expert, to see, what the problem is. I see just the calc-function with multiplications and different units, like %, px or vw. Firefox should have full calc-support since version 59, see MDN Web Docs. So 68 ESR should be fine?
Do you support older browsers? What is the problem here? Will you fix and update the theme? Or don’t you support older versions and i have to fix that in my child-theme by myself? And if you don’t support, may you help me maybe with a good solution?
Thanks in advance for your help!
]]>I wanted to know if its possible to rename “Select Options” to something like “Pick your color” and have a pop-up lightbox for options(not the quick view)?
Rationale behind this is – Add to Cart for Single product allows you to stay on the same page and quickly add the item whereas a varable product beaks that flow. it changes the name of the button and goes to a new page.