Forum Replies Created
-
AuthorPosts
-
March 7, 2022 at 9:39 am in reply to: Ho to add my own icon instead of the entypo-fontello icons #1343444
Hi Guenni,
i was confused. Thank you. I will try it now.
kind regards Jak
Hi Mike,
sorry for the misunderstanding. I positioned the text below me Big intro image. There the text seems to be perfect in desktop view. Also the width is very nice in this position. Really cool, thank you!!!But I have a new still an issue in mobile view (for horizontal and vertical view):
1.) in vertical mobile view, the scrolling text is hidden and needs to be scrolled downto be seen(screenshot 1).
2.) how the position the scrolling text like the position in desctop view (screenshot 2: mobile view, when text is scrolled up to be seen)
3.) same issue in horizontal mobile view.Is it possible to fix it?
kind regards Jak
Hi Mike,
thanks a lot for your kind help!I did copy the real code. Seems only the preview is making issues. Tried it in Safari. Seems to be a preview issue…
How can i center the text and reduce the width please?
kind regards Jak
Hi Mike,
i’m facing a strange issue here:
When i change something in the code (font-size for example) and i save the page and click on preview. i find some messed upo code like this
.marquee > .track > .content { margin: 0; padding: 0; color: #fff; font-size: 25px; font-family: ‘press-start-2p’; } .marquee { position: relative; width: 100vw; max-width: 100%; height: 200px; overflow-x: hidden; } .track { position: absolute; white-space: nowrap; will-change: transform; animation: marquee 32s linear infinite; } @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }Then i need to close the browser chrome and start new. Then it seems to be working. Is this normal?
kind regards Jak
- This reply was modified 2 years, 9 months ago by Jak73.
Hi Mike,
thanks a lot!!!
sorry, i did not ment full width, just to know, how i can reduce the width. and center the text?kind regards
Jak
- This reply was modified 2 years, 9 months ago by Jak73.
Hi Mike,
this is really cool! Thank you so much!
How can i set the width of it?
How can i add the same, but with the text running from right to left too?
Kind regards jak
- This reply was modified 2 years, 9 months ago by Jak73.
Hi Mike,
seems i’m doing something wrong…
I added the code, but does not work…Could you please have a look?
kind regards Jak
Hi Mike,
thanks a lot this is really cool!
How can I make it so that there is an infinite loop without the text first disappearing completely from the image before it runs through again?
I would like it so that there is always text in the image, without a break.How can i do that?
BTW i changed from my test server to my main page (please see private content).
kind regards Jak
March 6, 2022 at 8:51 pm in reply to: Ho to add my own icon instead of the entypo-fontello icons #1343382Hi Guenni,
i’m just looking for an easy way to change just one of the entypo fontello in my footer…This reply has been marked as private.March 3, 2022 at 6:50 pm in reply to: Issue with logo, heading and logo have not inough space in mobile view #1343040Hi Yigit,
works great, many thanks!!!
kind regards Jak
- This reply was modified 2 years, 9 months ago by Jak73.
This is so amazing cool!!!
Thanks a lot for that!
kind regards JakSorry, my mistake, now it works…
Thanks a lot for your help!!!
kind regards Jak
Hi Rikard,
thanks for your help. Unfortunetly this did not work.
Actually i want to change the background of the active burger menu, so for example, if a visitor is on my contact page and opens the burger menu, the background of “contact”-menue-item in burger menu is blue.How can i do that?
Kind regards Jak
Hi Yigit,
could not get it to work.
But i also changed my mind.
I would now, like to change only the background color of aktive burger menu to: #00faee (like in screenshot).How can i do that?
kind regards Jak
Hi,
thanks for your help!So i should take this one for desktop width correction:
.page-id-416 .av_textblock_section.av-l078n2mv-4df7187073f248e919e9a59470855225 { max-width: 75%; margin-left: auto; margin-right: auto; }
and this one for mobile adjustment:
@media only screen and (min-width: 768px) { .page-id-416 .av_textblock_section.av-l078n2mv-4df7187073f248e919e9a59470855225 { max-width: 90%; margin-left: auto; margin-right: auto; } }
right?
kind regards
JakWorks really great! Many thanks!
One more little thing: how can i add 2-3 more pixel above the team member name?
kind regards Jak
Hi Nikko,
at first: many thanks for your help!!!!
Do you mean (max-width:767px) or (min-width:767px).
I’m asking, because i would like to reduce box-size in desktop view and have it at 90-100% in mobile view?Seems opposite in the moment?
kind regards Jak
Hi Rkard,
thanks for your help!!!
How can i add i little bit more space between the lines of name and the job title?kind regards Jak
Hi Nikko,
thanks for your help!
This works great in desktop mode, but makes the box to small in mobile view.
Seems keeping the box 100% in mobile view (vertical mobile view) would be better.How can i fix that?
kind regards
Jak
Ok, thanks a lot!
Will the template.css be better for loading faster? Is it same, no difference if it is in quick css or in template.css?
Kind regards Jak- This reply was modified 2 years, 9 months ago by Jak73.
This is so cool!
Thanks a lot!kind regards Jak
So cool! Thanks a lot!
I would like to have a little space between the photo and the border of each team member image. How can i add a little space, please?
kind regards Jak
Hi Mike, hi Rkard,
.avia-team-member .team-img-container img {
border-style: dotted;
border-width: 15px 15px 15px 15px;
border-color: #eeee22;
-webkit-animation: borderBlink 1s step-end infinite; (here i change the “1s” to f.e. “0.2”) right?
animation: borderBlink 1s step-end infinite; (here i change the “1s” to f.e. “0.2”) right?
}What should exactly do here? I’m a bit confused.
@-webkit-keyframes borderBlink {
from, to {
border-color: #fff;
}
50% {
border-color: #eeee22;
}
}
@keyframes borderBlink {
from, to {
border-color: #fff;
}
50% {
border-color: #eeee22;
}
}Please let me kno, what i shoul do, to get more then to colors blinking.
Kind regards Jak
Hi Mike,
that is so cool! Thanks a lot!
How can i make it blinking more faster and and to more colors?
kind regards Jak
Hi Guenni,
even than, when i uploaded the goolgle fonts with: import/export:Custom Font Manager on my ftp?
kind regards JakHi Yigit,
works great! Thanks a lot!!!
kind regards Jak
Hi Ismael,
this i great! Thanks for your help!
Should i take out the added quick css and put it into the template.css file, when i’m done with creating my website or should i leave it there?
kind regards Jak
Hi Yigit,
thanks for your fast reply and your help!
Works nice, but the background image does not fit correctly.
I made the vide 750px x 750px, same for background image.1. How can i make the background image fit correctly? How for responsive view too?
2. How can i remove the existing preloader?
Kind regards Jak
- This reply was modified 2 years, 10 months ago by Jak73.
Hi Ismael,
are you sure there is no use of cookies, just want to avoid use of cookies?kind regards Jak
-
AuthorPosts