joesoes
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] 4.27 critical errorJust changing the completed_at column did not solve the issue, I had to set the count to 0 as well, then it started to work again.
Forum: Themes and Templates
In reply to: [Hello Elementor] Latest update (version 2.8.1) broke my websiteSure.
WordPress-version 6.3.1
Active theme: Hello Elementor (version 2.8.1)
Currwnt plugin: MailPoet (version 4.27.0)
PHP-version 8.1.20Ett fel av typen E_ERROR uppstod på rad 30 i följande fil: /www/webvol25/w9/nfcplme1o9doh6u/brfgrafikern.se/public_html/wp-content/plugins/mailpoet/lib/exceptions.php. Felorsak: Uncaught PDOException: SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name ‘wp_hemsida_brfgrafikern_se_mailpoet_statistics_woocommerce_purchases’ in /www/webvol25/w9/nfcplme1o9doh6u/brfgrafikern.se/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78
Stack trace:
#0 /www/webvol25/w9/nfcplme1o9doh6u/brfgrafikern.se/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(78): PDO->query(‘ALTER TABLEwp...', NULL)<br>#1 /www/webvol25/w9/nfcplme1o9doh6u/<a href="http://brfgrafikern.se/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php(14)" rel="noreferrer noopener" target="_blank">brfgrafikern.se/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php(14)</a>: MailPoetVendor\Doctrine\DBAL\Driver\PDOConnection->doQuery('ALTER TABLEwp…’, NULL)
#2 /www/webvol25/w9/nfcplme1o9doh6u/brfgrafikern.se/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(500):etc etc
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Menu search icon position on mobileThanks! Great addition to your previous CSS code. This worked great:
.hfe-nav-menu li.is-menu { padding: 13px 0 0 12px; } @media only screen and (max-width: 1024px) { .hfe-nav-menu li.is-menu { padding: 13px 0 16px 40px; } .hfe-nav-menu .is-menu.is-dropdown form { right: auto; left: 0; } .hfe-nav-menu .search-close { right: auto; left: -22px; } } @media only screen and (max-width: 1024px){ .hfe-nav-menu li.is-menu {padding-left: 13px;} }Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Menu search icon position on mobileHi. The search icon is placed to far to the right. Looks good on desktop though.
