Bitte geben Sie einen Grund für die Verwarnung an
Der Grund erscheint unter dem Beitrag.Bei einer weiteren Verwarnung wird das Mitglied automatisch gesperrt.
Slider Überschriften passen sich nicht proportional auf dem Handy an
#1
An alle Jimdo-Freunde,
ich habe folgendes Problem. Ich habe einen Slider in eine Webseite integriert und die Schrift welche man in die Slides integrieren kann, sprich die Überschriften passen sich nicht auf dem mobilen Gerät an. Also auf dem Handy. Dort verschwindet die Überschrift teilweise. Auf dem Ipad (Tablet) wiederum klappt es. Am besten Ihr schaut mal selber nach.
www.villabeaute.de
Desweiteren möchte ich die Bilddurchlaufzeit erhöhen. Die Slides sollen schneller durchlafen, bspw. 4 Sekunden. Wo kann man das ändern?
Ich brauche bitte dringend eure Hilfe, zumal ich kein Programmierer bin und nicht viel von der Sprache verstehe.
VG Deniz
Code im HTML
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<section class="jk-slider">
<div id="carousel-example" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
</ol>
<div class="carousel-inner">
<div class="item active">
<div class="hero">
<div class="box" id="box2">
<h1>
Herzlich Willkommen in der<br />
<b style="color:#fffaf0">Villa Beauté</b>
</h1>
</div>
<br />
<div class="box" id="box5">
<p>
Ihre Schönheit liegt uns am Herzen<br />
</p>
</div>
<br />
</div>
<div class="overlay">
</div>
<a href="#"><img src="https://image.jimcdn.com/app/cms/image/transf/dimension=1280x10000:format=jpg/path/scff62acdb9f68b1d/image/i0df1b42be6e20651/version/1501341490/image.jpg" alt=""
style="width: 2000px;height: auto;min-height: auot%;min-width: auto;;background-size: cover;" /></a>
</div>
<div class="item">
<div class="hero">
<div class="box" id="box2">
<h1>
Neu bei uns <b style="color:#fffaf0">Hydra Facial</b>
</h1>
</div>
<br />
<div class="box" id="box5">
<p>
Jung, strahlend und Gesund<br />
So wirkt Ihre Haut mit der neuen Technologie
</p>
</div>
<br />
</div>
<div class="overlay">
</div>
<a href="#"><img src="https://image.jimcdn.com/app/cms/image/transf/dimension=1280x10000:format=jpg/path/scff62acdb9f68b1d/image/icc8a40c9654e15ed/version/1498774535/image.jpg" alt=""
style="width: 2000px;height: auto;min-height: auto;min-width: auto;;background-size: cover;" /></a>
</div>
<div class="item">
<div class="hero">
<div class="box" id="box2">
<h1>
iS CLINICAL
</h1>
</div>
<br />
<div class="box" id="box5">
<p>
Das Geheimnis der Hollywood-Stars
</p>
</div>
<br />
</div>
<div class="overlay">
</div>
<a href="#"><img src="https://image.jimcdn.com/app/cms/image/transf/dimension=1280x10000:format=jpg/path/scff62acdb9f68b1d/image/ief898523ebfa1183/version/1501341872/image.jpg" alt=""
style="width: 2000px;height: auto;min-height: auto;min-width: auto;;background-size: cover;" /></a>
</div>
<div class="item">
<div class="hero">
<div class="box" id="box2">
<h1>
Entspannungs <b style="color:#fffaf0">Massagen</b>
</h1>
</div>
<br />
<div class="box" id="box5">
<p>
Kommen Sie in den Genuss unserer Entspannungsmassagen.<br />
Sportmassagen u.v.m
</p>
</div>
<br />
</div>
<div class="overlay">
</div>
<a href="#"><img src="https://image.jimcdn.com/app/cms/image/transf/dimension=1280x10000:format=jpg/path/scff62acdb9f68b1d/image/i356b5dc989328846/version/1498775214/image.jpg" alt=""
style="width: 2000px;height: auto;min-height: auto;min-width: auto;;background-size: cover;" /></a>
</div>
<div class="item">
<div class="hero">
<div class="box" id="box2">
<h1>
Smile <b style="color:#fffaf0">Effect</b>
</h1>
</div>
<br />
<div class="box" id="box5">
<p>
In 6 Schritten zum Smile-Effect<br />
</p>
</div>
<br />
</div>
<div class="overlay">
</div>
<a href="#"><img src="https://image.jimcdn.com/app/cms/image/transf/dimension=1280x10000:format=jpg/path/scff62acdb9f68b1d/image/id119f40ab9590aff/version/1501010271/image.jpg" alt=""
style="width: 2000px;height: auto;min-height: auto;min-width: auto;;background-size: cover;" /></a>
</div>
<a class="line-arrow square left" style=
" position: absolute; overflow: hidden; display: inline-block; font-size: 12px; /*set the size for arrow*/ width: 4em; height: 4em; margin-top: -2em; top: 50%;color: rgba(46, 109, 164, 0);"
href="#carousel-example" data-slide="prev">‹</a> <a class="line-arrow square right" style=
" position: absolute; overflow: hidden; display: inline-block; font-size: 12px; /*set the size for arrow*/ width: 4em; height: 4em; margin-top: -2em; top: 50%;color: rgba(46, 109, 164, 0);"
href="#carousel-example" data-slide="next">›</a>
</div>
</div>
</section>
Code im Head
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<style type="text/css">
/*<![CDATA[*/
/*box*/
.box {
width:auto;
margin:0 auto;
}
/* Step 1: Build the Animation */
@-webkit-keyframes aniload {
from {-webkit-transform:translate(0px, 1000px)}
to {-webkit-transform:translate(0px, 0px)}
}
@-moz-keyframes aniload {
from {-moz-transform:translate(0px, 1000px)}
to {-moz-transform:translate(0px, 0px)}
}
@-ms-keyframes aniload {
from {-ms-transform:translate(0px, 1000px)}
to {-ms-transform:translate(0px, 0px)}
}
@-o-keyframes aniload {
from {-o-transform:translate(0px, 1000px)}
to {-o-transform:translate(0px, 0px)}
}
@keyframes aniload {
from {transform:translate(0px, 1000px)}
to {transform:translate(0px, 0px)}
}
/* Step 2: Call the Animation */
#box1 {
-webkit-animation:aniload 4s;
-moz-animation:aniload 4s;
-ms-animation:aniload 4s;
-o-animation:aniload 4s;
animation:aniload 4s;
}
#box2 {
-webkit-animation:aniload 1s;
-moz-animation:aniload 1s;
-ms-animation:aniload 1s;
-o-animation:aniload 1s;
animation:aniload 1s;
}
#box3 {
-webkit-animation:aniload 4s;
-moz-animation:aniload 4s;
-ms-animation:aniload 4s;
-o-animation:aniload 4s;
animation:aniload 4s;
}
#box4 {
-webkit-animation:aniload 3s;
-moz-animation:aniload 3s;
-ms-animation:aniload 3s;
-o-animation:aniload 3s;
animation:aniload 3s;
}
#box5 {
-webkit-animation:aniload 3s;
-moz-animation:aniload 3s;
-ms-animation:aniload 3s;
-o-animation:aniload 3s;
animation:aniload 3s;
}
/*<![**************************arrow*******************************[*/
.line-arrow {
position: absolute;
overflow: hidden;
display: inline-block;
font-size: 12px; /*set the size for arrow*/
width: 4em;
height: 4em;
margin-top: -2em;
top: 50%;
}
.line-arrow.left {
border-top: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
transform: rotate(-54deg) skew(-20deg);
left: 20px;
}
.line-arrow.right {
border-top: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
transform: rotate(54deg) skew(20deg);
right: 20px;
}
.line-arrow:active,
.line-arrow.active {
border-width: 2px;
}
.square {
top: auto;
bottom: 10px;
}
.square.left {
transform: rotate(-45deg);
}
.square.right {
transform: rotate(45deg);
}
.carousel-control.left, .carousel-control.right {
background: none;
color: @red;
border: none;
}
.carousel-control.left {
background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
}
.carousel-control.left {margin-left: -0px; color: black;width: 35vh;font-size: 60px; margin-top: 20%;}
.carousel-control.right {margin-right: -0px; color: black;width: 35vh;font-size: 60px; margin-top: 20%;}
.j-module a:link, .j-module a:visited, .j-static-page a:link, .j-static-page a:visited, .jtpl-footer a:link, .jtpl-footer a:visited {
color: white;
}
/*<![**************************custom1*******************************[*/
.jtpl-header--image {
height: 0px;
}
#cc-m-13335564278 {
width: 100vw;
left: calc(-50vw + 50%);
position: relative;
padding: 0px;
}
.jtpl-content {
padding: 0px 0px;
}
.jtpl-breadcrumb, .jtpl-content, .jtpl-footer__inner, .jtpl-header__inner, .jtpl-sidebar__inner {
margin: 0 auto;
}
/*<![*****************MOBILE VIEW**********************[*/
@media (max-width:499){
#cc-m-10701149021 { display:none; }
h2 { font-size: 24px; }
// add as much or as little CSS as you like here
}
/*<![**************************slider2*******************************[*/
.jk-slider{
width:100%;
}
.content-options-inner h1:not(.cc-within-single-module-element):not(.j-blog-headline) {
padding: 20px;
}
/* Hero Headers */
/********************************/
.hero {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
color: #fff;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,.75);
-webkit-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
.hero h1 {
font-size: 6em;
font-weight: bold;
margin: 0;
padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
opacity: 0;
-webkit-transition: 1s all ease-in-out .1s;
-moz-transition: 1s all ease-in-out .1s;
-ms-transition: 1s all ease-in-out .1s;
-o-transition: 1s all ease-in-out .1s;
transition: 1s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
opacity: 1;
-webkit-transition: 1s all ease-in-out .1s;
-moz-transition: 1s all ease-in-out .1s;
-ms-transition: 1s all ease-in-out .1s;
-o-transition: 2s all ease-in-out .1s;
transition: 2s all ease-in-out .1s;
}
/********************************/
/* Overlay */
/********************************/
.overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
background-color: #;
opacity: .7;
}
/**/
/*]]>*/
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript">
</script>
<script type="text/javascript">
//<![CDATA[
//slide rtidak pakai JS
//]]>
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous" type="text/css" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous" type="text/javascript">
</script>

...ich habe mir mal erlaubt, mit der Schaltfläche für "CODE" : den Code auch als solchen sichtbar zu machen.
Hier habt Ihr ein Beispiel für eine schöne "Bootstrap"-Lösung, die offenbar ein Programmierer auf der Webseite realisiert hat. Weitere Beispiele findet Ihr z.B. hier:
- https://bootsnipp.com/snippets/
Anpassungen für solche Slider können über das CSS vorgenommen werden. Für das beschriebene Problem könnte es helfen, sich .hero näher anzusehen bzw. .hero h1 und .hero h2.
LG, az
Achtung: Code im Forum bitte am besten mit der Schaltfläche für "Code" einkapseln!!! (= ) , oder den Code in Formatierungs-Klammern setzen (...zwischen "code" und "/code", jeweils in eckigen Klammern).
Achtung! Im neuen Layout ist die Formatierungsleiste versteckt! Klick auf das Smiley rechts oben über dem Text-Editorfenster, um die Formatierungssymbole einzublenden!
...und zuletzt: Bitte sendet mir keine privaten Nachrichten über das Forum! Bitte Nachrichten an mich nur per e-mail oder über das Kontaktformular auf meiner Webseite https://redesign-berlin.de
Wenn Ihr mich sucht, hier findet Ihr mich:
https://www.facebook.com/redesign.berlin
https://redesign-berlin.de
mailto:info@redesign-berlin.de
Spenden: Hier könnt Ihr unser Userforum finanziell unterstützen: page-644478-1.html
#3
Hi, erstmal mega vielen Dank für deine Antwort.
Dennoch weiß ich nicht was ich in dem Hero Code verändern soll.
1. Ich möchte ja das die Schrift auf der mobilen Version proportional an dem Slider angepasst wird. Die Schrift veschwindet teilweise.
2. Wie kann ich die Durchlaufgeschwindigkeit der Slides erhöhen (zb. alle 4 Sekunden)
Hier nochmal der Hero Code:
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* Hero Headers */
/********************************/
.hero {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
color: #fff;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,.75);
-webkit-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
.hero h1 {
font-size: auto;
font-weight: bold;
margin: 0;
padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
opacity: 0;
-webkit-transition: 1s all ease-in-out .1s;
-moz-transition: 1s all ease-in-out .1s;
-ms-transition: 1s all ease-in-out .1s;
-o-transition: 1s all ease-in-out .1s;
transition: 1s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
opacity: 1;
-webkit-transition: 1s all ease-in-out .1s;
-moz-transition: 1s all ease-in-out .1s;
-ms-transition: 1s all ease-in-out .1s;
-o-transition: 2s all ease-in-out .1s;
transition: 2s all ease-in-out .1s;

Bitte benutze die SF für CODE , wenn Du CODE im Forum postest!!!
...hier findest Du Anleitung, wie Du CSS Deiner Jimdo-Seite änderst:
- https://www.redesign-berlin.de/jimdo-tut...ngen/jimdo-css/
- https://developers.google.com/web/tools/chrome-devtools/
LG,az
Achtung: Code im Forum bitte am besten mit der Schaltfläche für "Code" einkapseln!!! (= ) , oder den Code in Formatierungs-Klammern setzen (...zwischen "code" und "/code", jeweils in eckigen Klammern).
Achtung! Im neuen Layout ist die Formatierungsleiste versteckt! Klick auf das Smiley rechts oben über dem Text-Editorfenster, um die Formatierungssymbole einzublenden!
...und zuletzt: Bitte sendet mir keine privaten Nachrichten über das Forum! Bitte Nachrichten an mich nur per e-mail oder über das Kontaktformular auf meiner Webseite https://redesign-berlin.de
Wenn Ihr mich sucht, hier findet Ihr mich:
https://www.facebook.com/redesign.berlin
https://redesign-berlin.de
mailto:info@redesign-berlin.de
Spenden: Hier könnt Ihr unser Userforum finanziell unterstützen: page-644478-1.html
- Allgemeines
- Regeln für die Benutzung des Forums
- HowToDo ( = so geht´s)
- Jimdo User-Forum
- Eure Jimdo-Webseiten - Vorstellungsrunde
- Bugs, Workarounds und Anregungen
- Jimdo-Elemente
- Allgemeines
- Jimdo-Shop
- Jimdo-Specials (Tools, Widgets, HTML und CSS)
- Suchmaschinenoptimierung (SEO)
- Sonstiges
- Tutorials
- "OffTopic"-Themen
- "Übernahme" von Beiträgen aus dem offiziellen Jimdo-Forum...
- Nutzungsbedingungen und Haftungsausschluss
- Jimdo-Blog
Ähnliche Themen
Jetzt anmelden!
Jetzt registrieren!