Mittwoch, 29. Januar 2020

Image Captions in Editor - Bildbeschriftungen

HTML in captions

It is not possible to write HTML tags directly into your image’s attributes. But you can use special tags (similar to BBCode) that will get converted to HTML tags by EasyImageCaption. The following table lists all supported tags.
In order to use this feature, you have to enable the parsing of tags in the plugin parameters.
Formatting tag in captionHTML output
[url]www.example.com[/url]www.example.com
www.example.com
[url=www.example.com]Click here[/url]Click here
Click here
[url2]www.example.com[/url2]www.example.com
www.example.com
[url2=www.example.com]Click here[/url2]Click here
Click here
[b]Bold example[/b]Bold example
Bold example
[i]Italic example[/i]Italic example
Italic example
[u]Underlined example[/u]Underlined example
Underlined example
First paragraph[br]Next paragraphFirst paragraph
Next paragraph
First paragraph
Next paragraph
*The effect of [url] und [url2] can be switched in the plugin options.

Montag, 20. Januar 2020

Generate ReCaptcha API Key

https://www.google.com/recaptcha/admin/create

RS Form Pro download Plugin Recaptcha 2:
https://www.rsjoomla.com/support/documentation/rsform-pro/plugins-and-modules/no-captcha-recaptcha-plugin.html

Sonntag, 19. Januar 2020

joomshaper sticky top bar and menu manuell


#sp-header:not(.header-sticky) {
    padding: 0px 0;
    background: #ffffff !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 38px;
}
#sp-header.header-sticky {
    position: fixed;
background:#ffffff!important;
    z-index: 9999;
    top: 38px;
}
#sp-top-bar {
   position: fixed;
height: 38px;
    top: 0;
    z-index: 99;
    width: 100%;
}
transparent-header #sp-header:not(.header-sticky) {
    height: 85px;
    box-shadow: none;
    background-color: white;
    position: fixed;
}

Sonntag, 12. Januar 2020

yamas template - hide list style lines

.sppb-addon-text-block .sppb-addon-content ul li::before {
display: none;
}

.sppb-addon-text-block .sppb-addon-content ul li {
    position: relative;
    padding-left: 3px;
    margin-top: 8px;
    list-style: none;
    list-style-type: disc;
    margin-left: 17px;
}
small {

Mittwoch, 8. Januar 2020

Erweiterungen für Joomla, bei denen ine Googlemap mit diversen Standorten eingebaut werden kann


Kennt jemand eine tolle Erweiterung für Joomla, bei der eine Googlemap mit diversen Standorten eingebaut werden kann, die dann gefiltert werden können?
Formularbeginn

JOOMUNITED.COM
My Maps Location - Google Maps für Joomla
·       Michael GaKi Ich nutze PhocaMaps. Da wird allerdings nicht Google, sonder ein OpenSource-Dienst genutzt. Man legt in der COmponent die Standorte an, generiert dann ein Macro und fügt das in den Artikel ein.
·       Rene Rothensee Hotspots von Compojoom fällt mir noch ein. https://compojoom.com/joomla-extensions/hotspots
COMPOJOOM.COM
Hotspots - Advanced Google Maps Manager for Joomla! - compojoom.com
Ronald Wegert Von Hotspots rate ich ab. Mieser Support. Sehr umfangreich ist: https://www.joomunited.com/.../my-maps-location...
EXTENSIONS.JOOMLA.ORG
Zh GoogleMap, by Dmitry Zhuk - Joomla Extension Directory
·       Florian Häusler Für 0 € & Deutscher Support ;)
https://www.hr-it-solutions.com/.../4/gmaps-locations...

HR-IT-SOLUTIONS.COM
GMaps Locations
Formularende