https://www.youtube.com/watch?v=dvlY-U1RIBw
Mittwoch, 23. September 2020
Sonntag, 31. Mai 2020
Donnerstag, 26. März 2020
WP Themify - schroll to ID
https://themify.me/forum/topic/ultra-row-options
Please see the screenshot https://snipboard.io/3bBZY7.jpg, Please try adding a plain text module to your subrow and add the following code:
Just replace the
“anchorname” is your anchor name.Sonntag, 22. März 2020
fit images
img {
height: 120px;
}
.cover img {
width: 260px;
object-fit: cover;
}
css class
cover
https://css-tricks.com/almanac/properties/o/object-fit/
https://www.w3schools.com/css/css3_object-fit.asp
css class
cover
https://css-tricks.com/almanac/properties/o/object-fit/
https://www.w3schools.com/css/css3_object-fit.asp
src="http://i.stack.imgur.com/2OrtT.jpg" class="cover" width="242" height="363" />
.cover {
object-fit: cover;
width: 50px;
height: 100px;
}
Sonntag, 1. März 2020
Montag, 17. Februar 2020
wp accesssibility issue open links in new tab
When I activate Plugin WP Accessibility, then all links of files to open in new tab/window I set are not working anymore, they open all in dame window. When I deactivate it, it works fine.
REPLY:
Please notice that this issue is related to your plugin not the theme.
It’s also never tested plugin, so it’s not supported.
However, please notice that the recommendation of W3C accessibility is to not open any links in new tab – so your plugin works fine, as intended and as designed.
“… In general, it is better not to open new windows and tabs since they can be disorienting for people, especially people who have difficulty perceiving visual content….”
However, please notice that the recommendation of W3C accessibility is to not open any links in new tab – so your plugin works fine, as intended and as designed.
“… In general, it is better not to open new windows and tabs since they can be disorienting for people, especially people who have difficulty perceiving visual content….”
Best regards,
Sonntag, 9. Februar 2020
joomla joomshaper blog image layout fit box
.article-list .article .article-feature-gallery img, .sppb-addon-articles .article .article-feature-gallery img, .article-list .sppb-addon-article .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article .article-feature-gallery img, .article-list .article .article-featured-audio img, .sppb-addon-articles .article .article-featured-audio img, .article-list .sppb-addon-article .article-featured-audio img, .sppb-addon-articles .sppb-addon-article .article-featured-audio img, .article-list .article .article-featured-video img, .sppb-addon-articles .article .article-featured-video img, .article-list .sppb-addon-article .article-featured-video img, .sppb-addon-articles .sppb-addon-article .article-featured-video img, .article-list .article .article-intro-image img, .sppb-addon-articles .article .article-intro-image img, .article-list .sppb-addon-article .article-intro-image img, .sppb-addon-articles .sppb-addon-article .article-intro-image img {
border-radius: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
}
border-radius: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
}
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 caption | HTML 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 paragraph | First 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
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 {
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 {
Samstag, 11. Januar 2020
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...
https://www.hr-it-solutions.com/.../4/gmaps-locations...
HR-IT-SOLUTIONS.COM
GMaps Locations
Formularende
Abonnieren
Kommentare (Atom)