Plugin: Tools

Documentation
Author: hueske.digital
Version: 1.0.0-b26e79bc

Shortcodes

PRIVACY_STATEMENT

Description: Renders a privacy statement.

[privacy_statement firstandlastname="Max Mustermann" streetandnumber="Musterstraße 123" postalcodeandcity="12345 Musterstadt" phonenumber="01234 56789" email="max@mustermann.de"]
SITENAME

Description: Renders the sitename.

[sitename]
YEAR

Description: Renders the current year.

[year]
SITEDESCRIPTION

Description: Renders the sitedescription.

[sitedescription]
FOOTERCREDITS

Description: Renders the hueske.digital footercredits with utm params.

[footercredits fontsize="0.875" use_rem="true" fontweight="500"]
EXCERPT

Description: Renders the excerpt of a given post.

[excerpt postid="20"]
COUNTER

Description: Renders the count from current to given year.

[counter year="2000"]
POSTCOUNTER

Description: Renders the count of a post type.

[postcounter type="custompostname"]
EMAIL

Description: Renders the mail in a format which is harder for bots to parse.

[email nolink=1]user@example.com[/email] or [email linktext="click here"]user@example.com[/email]
VHSKURSE

Description: Fetches and displays VHS courses for a given instructor URL with start/end dates from each course detail page.

[vhskurse dozenturl="https://www.vhs-kreis-offenbach.de/vhs-dreieich/dozent/Hristova-Jannika/3660"]
CPTLIST

Description: Listet alle veröffentlichten Beiträge eines CPT als verlinkte Liste.

[cptlist type="mein_cpt"]
GOOGLE_REVIEW_RATING

Description: Renders a Google Review rating.

[google_review_rating tag="div" class="my-custom-class"]
GOOGLE_TOTAL_REVIEWS

Description: Renders a count of Google Reviews.

[google_total_reviews tag="div" class="another-custom-class"]

CSS-Variablen

Buttons
--hd-button-gap: 1rem;
Forminator Label
--hd-forminator-label-text-color: var(--theme-palette-color-4);
--hd-forminator-label-font-size: var(--theme-font-size), 1rem;
--hd-forminator-label-margin-bottom: 6px;
--hd-forminator-dsgvo-label-font-size: 0.9rem;
--hd-forminator-dsgvo-label-margin-top: 0.1rem;
--hd-forminator-asterisk-font-size: 0.9rem;
--hd-forminator-description-font-size: 0.75rem;
--hd-forminator-description-margin-top: 0.25rem;
Forminator Errors
--hd-forminator-error-font-size: 0.75rem;
--hd-forminator-error-background-color: #fbeef1;
--hd-forminator-error-text-color: #d70027;
--hd-forminator-error-icon-color: #fbeef1;
Forminator Success
--hd-forminator-success-icon-background-color: #84cc16;
--hd-forminator-success-icon-color: white;