Go to Themify Ultra > Themify Buider > Tools > Find & Replace > Search for old URLs and replace them with the new one.
Montag, 13. Dezember 2021
Freitag, 5. November 2021
Woocommerce CHF abstand code
Zu Snippet Code hinzufügen:
https://www.cubetech.ch/eigene-wahrung-und-eigenes-wahrungssymbol-in-woocommerce/
add_filter( 'woocommerce_currencies', 'add_my_currency' );
function add_my_currency( $currencies ) {
$currencies['CHF'] = __( 'Schweizer Franken (mit Abstand)', 'woocommerce' );
return $currencies;
}
add_filter('woocommerce_currency_symbol', 'add_my_currency_symbol', 10, 2);
function add_my_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {
case 'CHF': $currency_symbol = '<small>CHF</small> ';
break;
}
return $currency_symbol;
}
Donnerstag, 7. Oktober 2021
Wordpress Base URL anpassen
- Im Hosting neuen Ordner angeben
- im Wordperss neue Base URL setzen & Alias
Donnerstag, 5. August 2021
themify disable image lazy load
Please go to Themify > Settings > Theme Settings > Performance, disable the lazy loading feature, and retest.
Mittwoch, 4. August 2021
Fatal error: Class 'FOF30\Container\Container'
Nach Akeeba Backup Update - Fatal error: Class 'FOF30\Container\Container'
- Kategorie: Software & Tools
Nach einem Update von AKEEBA Backup ist das gesamte Backend nicht mehr erreichbar.
Fatal error: Class 'FOF30\Container\Container' not found in /~/plugins/quickicon/akeebabackup/akeebabackup.php on line 240
Ursache hierfür sind fehlende Dateien um FOF30 Framework von Akeeba.
Um wieder ans Backend heran zu kommen müssen die Plugin-Ordner von Akeeba umbenannt werden ( einfach eine # davor, fertig):
/plugins/system/akeebaupdatecheck
/plugins/system/backuponupdate
/plugins/quickicon/akeebabackup
Anschließend ist das Backend wieder erreichbar und man kann das Update noch einmal einspielen.
Mittwoch, 2. Juni 2021
Wordpress Cookies - einzelne Cookies managen
<div class="cli-bar-container cli-style-v2"><div class="cli-bar-message">Für die Bereitstellung des bestmöglichen Service verwenden wir Cookies. Mit der Nutzung der Website erklären Sie sich mit dem Einsatz einverstanden. </div><div class="cli-bar-btn_container">[cookie_settings margin="0px 5px 0px 0px"][cookie_accept_all]</div></div>
| GDPR Cookie Consent | Eine einfache Möglichkeit, zu zeigen, dass deine Website konform zu DSGVO und „EU-Cookie-Richtlinie“ ist. Version 2.0.3 | Von WebToffee | Details ansehen |
Donnerstag, 6. Mai 2021
WP Code Hide ReCaptcha V3 banner bottom right
.grecaptcha-badge { opacity:0;}
add to privacy
Diese Website ist durch reCAPTCHA geschützt und es gelten die Google-Datenschutzbestimmungen und Nutzungsbedingungen.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
https://agvento.by/en/web-development-en/how-to-remove-recaptcha-v3-icon/
https://developers.google.com/recaptcha/docs/faq
This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply.
How to hide reCAPTCHA v3 notifications without violating the terms of service
If you don’t want to see the ubiquitous recaptcha notification on your site pages, you need to perform a number of actions.
- Hide the icon itself.
- Set value
inlinefor attributedata-badgein the code of the button for submitting the form. - Add to the file of styles the CSS code
.grecaptcha-badge {visibility: hidden;}
- Set value
- Add this information under the form or in the footer of your website next to the privacy policy:
1 2 3
This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply.
Sonntag, 2. Mai 2021
Joomshaper # hyperlink gap from the top - SP Page Builder
Insert Raw html with anchor
<a name="grundrisse"></a>