martin_basel
Forum Replies Created
-
I have the same problem. 1.14.7 cuts the words. I reverted to 1.14.6 and everything is fine. I hope the developer can fix this.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Critical Error with latest updateSame problem here. After the update, accessing wp-admin occurred a critical error. I needed to rename the Plugin Folder for deactivating the plugin.
WordPress-Version 6.4.2
Aktives Theme: Aurum – Child Theme (Version 1.0)
Aktuelles Plugin: YITH Infinite Scrolling (Version 1.18.0)
PHP-Version 8.1.25Fehler-Details
==============
Ein Fehler vom Typ E_ERROR wurde in der Zeile 20 der Datei /home/omawanuz/www/wp.xxx.ch/wp-content/plugins/yith-infinite-scrolling/plugin-fw/yit-plugin.php verursacht. Fehlermeldung: Uncaught Error: Failed opening required ‘/home/omawanuz/www/wp.xxx.ch/wp-content/plugins/yith-infinite-scrolling/plugin-fw/includes/class-yit-metabox.php’ (include_path=’.:/usr/local/share/pear’) in /home/omawanuz/www/wp.xxx.ch/wp-content/plugins/yith-infinite-scrolling/plugin-fw/yit-plugin.php:20
Stack trace:
#0 /home/omawanuz/www/wp.xxx.ch/wp-content/plugins/yith-infinite-scrolling/includes/class.yith-infs.php(114): require_once()
#1 /home/omawanuz/www/wp.xxx.ch/wp-includes/class-wp-hook.php(324): YITH_INFS->plugin_fw_loader(”)
#2 /home/omawanuz/www/wp.xxx.ch/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#3 /home/omawanuz/www/wp.xxx.ch/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#4 /home/omawanuz/www/wp.xxx.ch/wp-settings.php(621): do_action(‘after_setup_the…’)
#5 /home/omawanuz/www/wp.xxx.ch/wp-config.php(123): require_once(‘/home/omawanuz/…’)
#6 /home/omawanuz/www/wp.xxx.ch/wp-load.php(50): require_once(‘/home/omawanuz/…’)
#7 /home/omawanuz/www/wp.xxx.ch/wp-admin/admin-ajax.php(22): require_once(‘/home/omawanuz/…’)
#8 {main}
?thrownForum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Wp armor – version 2.1.7I found the problem. There was a conflict with a style of the theme:
.hentry { position: relative; margin-bottom: 60px; font-size: 16px; line-height: 1.7; z-index: 10; }I needed to remove the “position:relative”, which also hides your new fields. I don’t know why it conflicts with yours. Maybe you know more about that.
Regards
Martin
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Wp armor – version 2.1.7Hi, I purged and even deactivated the cache. On some pages, it still shows the alternate email. Example:
https://www.rickli-ag.ch/kontakt/any idea?
Regards
MartinForum: Plugins
In reply to: [Download Manager] The download button does not work in specific pagewe fixed this problem with custom css
.btn-primary {
background-color: #4a8eff !important;
border-color: #4a8eff !important;
}
.btn-primary:hover {
background-color: #dd9933 !important;
border-color: #dd9933 !important;
}Forum: Plugins
In reply to: [Download Manager] The download button does not work in specific pagei have same problem. the buttons don’t work with internet explorer.
Any fix?!Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Page Builder editor hides after reload or savei posted it also on siteorigin forum.. at the moment there is no bugfix:
on my page, the problem is caused if you install “Black Studios Tiny MCE” & “Advanced custom fields” together.
If i disable one of them, it works fine. If you need both plugins, you have to uncheck / check “Page Builder” in the “Screen Option” each time, page builder disappears. in my case I deactivated “Advanced custom fields”, because i don’t use it regularly. If i need it, i activate it. No data is lost.regards
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Page Builder editor hides after reload or savei had same problem. In my case the plugin “Advanced Custom Fields” caused the problem. After I deactivated that one, it was fine.
If you don’t have this plugin installed, maybe another one is responsible for it. Deactivate one by one and have a look!
Regards
MartinI found the settings now ??
Hi Luca
I have same problem. I dont find in the widget the special text field, where I can change the dateformat?!
Regards
MartinHi David
I have similiar problem, when I activate the plugin:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/www/web80/html/wp-content/plugins/events-manager/classes/em-booking.php on line 346I added
define(‘WP_MEMORY_LIMIT’, ’64M’);
to config.php
but nothing happend.
Do I have to restart / refresh something?! Any other idea?
Regards
Martin