-
AuthorPosts
-
April 11, 2020 at 2:46 pm #1202910
Hi :-)
1. Die drei Bilder unter dem Slider auf der Startseite grenzen nicht mit dem Rand des Textes drunter, obwohl ich die selben Bildmaße genommen habe, wie in der Demo, getauscht, und dann war so .. was muss ich hier tun, damit die Bilder angrenzen?
2. Und dann noch was: Die Schriften ändern sich nicht, obwohl ich sie im erweiterten Styling anpasse, bleiben wie bisher, muss man noch wo was einstellen?
3. Die Schrift des Zitates auf der Seite, („Tu deinem Körper etwas Gutes, damit die Seele Lust hat darin zu wohnen.“ – Teresa von Ávila) möchte ich in einer anderen Schrift, die nur hierfür gelten soll, was muss ich dafür tun?Weite: https://vet-aktiv.de/home
Login Daten schicke ich mit …Danke für die Hilfe im Voraus! LG!!
-
This topic was modified 5 years, 9 months ago by
Yigit.
April 15, 2020 at 5:07 am #1203835Hallo vet-aktiv,
I’m very sorry for the late reply.
1. I’m not sure I understand what you are looking to achieve, could you try to explain your intentions a bit further please?
2. The font which you have set seems to correspond to the setting in the theme. You have lato for your body font, and Sunshiney for headers under Enfold->General Styling->Fonts. The headers are being overridden by the setting under Enfold->Advanced Styling though, where you have set it to use Lato. Which fonts are you looking to use?
3. I’m not sure where on which page to look for this, could you link to the page directly please? Also, which font are you looking to use?
LG,
RikardApril 20, 2020 at 9:54 pm #1205582Hi, no problem, thnx for your answer :-) Sure I’ll explain:
1. on the page_id=518, it is home, you see in the second section 3 pictures with text below – normally each picture should be in a line withe the text below. I have just chanfed text and picture with the same size and then the pictures are a little bit more right than the text below. Hope I explained well.
2. Aw, I see, I will check this, thank you.
3. It is also on page_id=518, the text mentioned. It is possible to change the font in one text box different to the general settings. I am not sure about the font, I just want to try, how it will look like.
Thnx for your answer, many rgds :-)
April 22, 2020 at 4:05 am #1205995Hi,
Thanks for the update and clarification.
1. Please try the following in Quick CSS under Enfold->General Styling:
.avia-image-container-inner { width: 100%; }3. Yes, you can do that, but not from the theme option. You can add inline styling to the text for example:
<p style="font-family: arial;">This text uses Arial</p>Best regards,
Rikard-
This reply was modified 5 years, 11 months ago by
Rikard.
May 3, 2020 at 9:03 pm #1209335Hi again Rikard,
thnx a lot – it worked – yei! :-)
The Website is ready soon, but there ist still one thing left: The Headlines in the Slider on the Home-Site https://vet-aktiv.de/ as well as the Headlines in the Footer are with capital letters. Also in the Impressum and in the Datenschutz Site.
But, I don’t want tha – I want it regularly cause it doen’t look good with this font. I can’t find where to fix it, I Itried it in the extended settings, but it didn’t help. Could you help plse?
This iit is: CAPITAL LETTERS >> I want this: Capital Letters
The website is online now: https://vet-aktiv.de/
Tnx in advance! :-)
-
This reply was modified 5 years, 10 months ago by
vet-aktiv.
May 4, 2020 at 6:58 am #1209432Hi,
Great, I’m glad that you got it working.
Headers; you can set that under Enfold->Advanced Styling. Look for the All Headings option, then set Text Transform to None.
Best regards,
RikardMay 4, 2020 at 12:47 pm #1209511Perfect – thank you!!!! :-)
May 5, 2020 at 6:16 am #1209799Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMay 8, 2020 at 11:26 pm #1211293Hi Rikard, so the Desktop View is finished – bit on mobilie view, we have twi little problems.
If you look at https://vet-aktiv.de/ on mobile there is less space between headline and top of the picture and als between button and the border of the picture. What do I have to do to increase the space so that it looks good?
The second refers this page: https://vet-aktiv.de/kontakt There, the last picture (at the bottom) is cut, there is only a small stripe instead of the full picture – what do I have to do to show full size on mobile view too?
Thns a lot in advance!!!
May 10, 2020 at 5:52 am #1211583Hi,
1. I’m not sure I understand this question, could you try to explain a bit further or post a screenshot highlighting what you would like to change please?
2. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .page-id-98 .flex_column:empty { height: 300px; } }Best regards,
RikardMay 17, 2020 at 10:48 am #1213777Hi Rikard,
1. I added the screenshot, hope it is clearer now. I want more space on mobile view.
2. The code didn’t help, plse see also the Screenshot – is there any possibility to show the full picture?
THNX!!!! Best rgds
May 18, 2020 at 7:08 am #1213912Hi,
1. Please try this in Quick CSS:
@media only screen and (max-width: 767px) { #top .avia-slideshow-button { margin-top: 0; } }2. I can’t see the results you are getting on my end, the whole image is showing when I view it. Did you try loading the page in an incogonito/private window?
Best regards,
RikardMay 19, 2020 at 5:57 pm #1214384Hi Rikard,
1. I added the Code – but anything happend – it looks like before :-(
2. Hm- no, I have android and opened it with chrome … also when I change to mobile view on my desktop, the picture is cut …
Best regards Iris
May 21, 2020 at 6:51 am #1214898Hi,
1. Please try this instead:
@media only screen and (max-width: 767px) { .home ul.avia-slideshow-inner { height: 170px !important; } }2. Try this instead:
@media only screen and (max-width: 767px) { .page-id-98 .flex_column:empty { height: 300px !important; } }Also make sure that you have selected to delete the old CSS and JS files under Enfold->Performance.
Best regards,
RikardMay 24, 2020 at 9:24 pm #1215872Hi Rikard,
nothing has changed – both problems are still there :-(
May 25, 2020 at 2:13 pm #1216133Hey,
Could you please try adding following code to Quick CSS
@media only screen and (max-width: 480px) { #top .avia-slideshow-button.avia-color-light { margin-top: 0; }}That should remove the margin between button and caption and that should make more space at bottom and top :)
Cheers!
YigitMay 25, 2020 at 2:44 pm #1216146Nope, I am sry, it didn’t work – still no more space:-(
And the opther problem, the cutted picture on the contact-site is also still there :-(
Many regards and thnx a lot for your effort!!!! – hope we get solved that …
May 26, 2020 at 10:23 am #1216425Hi,
I edited your Color Section element on Contact page and gave it a unique ID “kontakt” and then changed your custom CSS code to following one
@media only screen and (max-width: 480px) { #top .avia-slideshow-button.avia-color-light { margin-top: 0; } #kontakt .flex_column:nth-child(2) { min-height: 350px; }}Then I checked your slider on your homepage and image on contact page on my iphone and both looks fine on my end. Attached a screenshot in private content field below.
Please make sure to flush browser cache on your mobile device before checking :)Best regards,
YigitMay 27, 2020 at 4:25 pm #1217010THANK YOU!!
May 28, 2020 at 7:20 am #1217257Hi,
Great, I’m glad that Yigit could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMay 31, 2020 at 9:45 am #1218154Hi – sry but there is just ONE new problem we’d like to solve.
The picture of the testimonials is hidden on mobile view. What do i have to, that it is shown?
It is the last section of the home page https://vet-aktiv.de/
Thns a lot in advance!
best rgdsJune 1, 2020 at 1:43 pm #1218427Hi,
Please try this CSS as well:
@media only screen and (max-width: 767px) { .responsive .avia-testimonial-image { height: 180px; width: 180px; display: table; margin: 0 auto; } }Best regards,
RikardJune 3, 2020 at 10:37 am #1218997Great, that worked! :-) Just one thing left – the margin between testimonial picture and testimonial text is to less – could you increase it a little bit?
Thnx a lot in advance!!!
June 4, 2020 at 12:50 pm #1219361Hi,
Please try this as well:
@media only screen and (max-width: 767px) { .responsive .avia-testimonial-image { margin-bottom: 40px; } }Best regards,
RikardJune 5, 2020 at 8:30 am #1219703Thank you!!!! :-)
June 5, 2020 at 11:42 am #1219750Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit -
This topic was modified 5 years, 9 months ago by
-
AuthorPosts
- The topic ‘Styling: Slider als Hintergrund des Menüs + Ausrichtung + Schrift – geht nicht’ is closed to new replies.
