joloshop
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] No download possibleNo its still the same, these strange file is only been downloaded with BackWPUp.
WordPress-Version: 6.5.2 BackWPup-Version: 4.0.4 PHP-Version: 8.2.18 (64bit) MySQL-Version: 10.11.4-MariaDB-1:10.11.4+maria~deb11-log cURL-Version: 7.74.0 cURL-SSL-Version: OpenSSL/1.1.1w WP-Cron-URL: xxx/wp-cron.php Server-Selbstverbindung: Response-Test OK. Document root: xxx Temp-Verzeichnis: xxx/wp-content/uploads/backwpup/39c806/temp/ Protokoll-Verzeichnis: xxx/wp-content/uploads/backwpup/39c806/logs/ Server: Apache Betriebssystem: Linux PHP-SAPI: apache2handler Aktueller PHP-User: web36 Maximale Skript-Laufzeit: 0 Sekunden BackWPup Maximale Script-Ausführungszeit: 30 Sekunden Alternative WP Cron: Aus WP Cron abgeschaltet: Aus Verzeichnis-Rechte: 0755 Server-Zeit: 8:14 Zeit der Website: 10:14 Zeitzone der Website: Europe/Berlin Zeitverschiebung der Website: 2 Stunden Sprache der Website: de-DE Zeichensatz des MySQL-Clients: utf8 PHP-Memory-Limit: 512M WordPress-Memory-Limit: 500M Maximales WordPress-Memory-Limit: 512M Benutzter Speicher: 16,00 MB Geladene PHP-Erweiterungen:: Core, FFI, PDO, PDO_Firebird, PDO_ODBC, Phar, Reflection, SPL, SimpleXML, Zend OPcache, apache2handler, apcu, bcmath, bz2, calendar, ctype, curl, date, dba, dom, ds, enchant, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, igbinary, imagick, imap, intl, ionCube Loader, json, ldap, libxml, mbstring, msgpack, mysqli, mysqlnd, odbc, openssl, pcre, pdo_dblib, pdo_mysql, pdo_sqlite, posix, pspell, random, readline, session, shmop, snmp, soap, sockets, sodium, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, uploadprogress, xml, xmlreader, xmlwriter, xsl, zip, zlib
Forum: Plugins
In reply to: [Affiliate Power - Sales Tracking for Affiliate Marketers] Deprecated NoticeYou can fix it if you change the line 95-101 to:
echo $refresh_button.'
'.('Today', 'affiliate-power').':'.((isset($sum_today) && $sum_today !== null) ? number_format($sum_today, 2, ',', '.').' €' : '0,00 €').' '.('Yesterday', 'affiliate-power').':'.((isset($sum_yesterday) && $sum_yesterday !== null) ? number_format($sum_yesterday, 2, ',', '.').' €' : '0,00 €').' '.('This month', 'affiliate-power').':'.((isset($sum_this_month) && $sum_this_month !== null) ? number_format($sum_this_month, 2, ',', '.').' €' : '0,00 €').' '.('Last month', 'affiliate-power').':'.((isset($sum_last_month) && $sum_last_month !== null) ? number_format($sum_last_month, 2, ',', '.').' €' : '0,00 €').' '.('Total', 'affiliate-power').':'.((isset($sum_total) && $sum_total !== null) ? number_format($sum_total, 2, ',', '.').' €' : '0,00 €').'
'.('Details', 'affiliate-power').'';- This reply was modified 11 months, 1 week ago by joloshop.
Forum: Plugins
In reply to: [Admin Taxonomy Filter] Not working with WordPress 6.5 and PHP 8.2Found the fix, in admin-taxonomy-filter/inc/controller.php?on line?53
Change:
‘selected’ => filter_input(INPUT_GET, $taxonomy->query_var, FILTER_SANITIZE_STRING),to
‘selected’ => filter_input(INPUT_GET, $taxonomy->query_var, FILTER_SANITIZE_SPECIAL_CHARS),
Forum: Fixing WordPress
In reply to: Problem with old widget pluginit’s not supported anymore and customized
Forum: Fixing WordPress
In reply to: Script to read more not working after update to 6.0You right it was based on clipper. However it was highly customized but the programmer is not available any more and now just need to resolve this problem. I am planning to change to another theme soon. But until than I need a fix.
Forum: Fixing WordPress
In reply to: Script to read more not working after update to 6.0thanks.
I build a testside to see the problem. https://testshop.joloshop.de/gutscheine/schuhe24-de
Forum: Fixing WordPress
In reply to: Script to read more not working after update to 6.0Hello and thank you, what do you mean there is a error? I don’t see one!
I am back to 5.4.2 so the script is working. And yes I cleared the cache. I also installed the Enable jQuery Migrate Helper. And it’s working than. But strangely it does not find an error in this script. It is located in the footer of my theme and not inside a plug-in.Regards
Forum: Plugins
In reply to: [Yoast SEO] Icon not showing in title anymoresolved, stupid me
Forum: Plugins
In reply to: [Yoast SEO] Use Title of first post on page within SEOHello @amboutwe, thank you for your answer. Yes you understand right. However there will be no other page with the same title. The Post is from a taxonomy and will not show up as single page.
Forum: Plugins
In reply to: [Yoast SEO] Use Title of first post on page within SEONo Ideas? Nobody?
Forum: Plugins
In reply to: [Exit Popup] open only on some pagesis it possible to exclude a slug as well, it shows also on pages where I have the slug
produkt-gutscheine
Forum: Plugins
In reply to: [Radio Buttons for Taxonomies] Selected Item on topHi there, wow great. And its working!!!
Forum: Fixing WordPress
In reply to: Save pages in different table than wp_postsI have to push content from another page and this one is always erasing pages
Forum: Fixing WordPress
In reply to: Save pages in different table than wp_postsWell I need this ??
Forum: Developing with WordPress
In reply to: use str_replacefound a solution
$wptitle = str_replace( $term->name, '', $wptitle );