Skip to content

Mailster E-Mail Messages come with wrong logo

This is a very annoying bug in mailster. Though you have set a a custom logo in the global settings (template section), mailster still sends notification mails with the annoying "My Mail" logo. This is wrong because in the settings…

Mehr Lesen

Change Email w/o notification

function change_user_email_without_confirmation($user_id, $new_email) { // Sanitize user ID and new email $user_id = intval($user_id); $new_email = sanitize_email($new_email); // Make sure it's a valid email address if (!is_email($new_email)) { return new WP_Error('invalid_email', __('Invalid email address.')); } // Get the user data…

Mehr Lesen

Formiantor GA Tracking

/*FORMINATOR TRACKING * https://gist.github.com/wpmudev-sls/5fc34beaee5a34947cda67ccc6a56bff * https://gist.github.com/patrickfreitasdev/46c9dbf946b3cc34a46ae3a24d58635b THIS ONE HERE GA ONLY * */ add_action( 'wp_footer', function(){ /** * Tracking ID and property number * * The tracking ID is a string like UA-000000-2. * It must be included in your…

Mehr Lesen

Debugging and logging in PHP

You can also debug the problem as follows: Put this on your wp-config.php file: define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); This will create the file: wp-content/degub.log. In order to see some debug, just add lines like these on…

Mehr Lesen

Total Theme: Toggle and FAQ Buttons with Show more/ Show less Text and Icons

[vc_row gap="20"][vc_column width="1/3"][vcex_image image_id="28"][vcex_spacing class="responsive-spacer-default-half"][vc_column_text css=""]Wir gewährleisten einen reibungslosen Betrieb der Immobilien, regeln alle finanziellen Abläufe und sind die Schnitt- stelle zwischen unseren Kunden und den gewerblichen Mietern.[/vc_column_text][vcex_icon_box heading="Mehr Details" style="seven" align_center="true" heading_type="span" icon_type="enym" image="824" url_wrap="true" onclick="toggle_element" onclick_url="#kaufmaennische" image_width="60px" heading_color="palette-266"…

Mehr Lesen
An den Anfang scrollen