Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #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.
    #1203835

    Hallo 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,
    Rikard

    #1205582

    Hi, 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 :-)

    #1205995

    Hi,

    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.
    #1209335

    Hi 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.
    #1209432

    Hi,

    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,
    Rikard

    #1209511

    Perfect – thank you!!!! :-)

    #1209799

    Hi,

    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,
    Rikard

    #1211293

    Hi 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!!!

    #1211583

    Hi,

    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,
    Rikard

    #1213777

    Hi 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

    Attachment Screenshots

    #1213912

    Hi,

    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,
    Rikard

    #1214384

    Hi 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

    #1214898

    Hi,

    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,
    Rikard

    #1215872

    Hi Rikard,

    nothing has changed – both problems are still there :-(

    #1216133

    Hey,

    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!
    Yigit

    #1216146

    Nope, 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 …

    #1216425

    Hi,

    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,
    Yigit

    #1217010

    THANK YOU!!

    #1217257

    Hi,

    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,
    Rikard

    #1218154

    Hi – 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 rgds

    #1218427

    Hi,

    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,
    Rikard

    #1218997

    Great, 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!!!

    #1219361

    Hi,

    Please try this as well:

    @media only screen and (max-width: 767px) {
    .responsive .avia-testimonial-image {
        margin-bottom: 40px;
    }
    }

    Best regards,
    Rikard

    #1219703

    Thank you!!!! :-)

    #1219750

    Hi,

    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

Viewing 26 posts - 1 through 26 (of 26 total)
  • The topic ‘Styling: Slider als Hintergrund des Menüs + Ausrichtung + Schrift – geht nicht’ is closed to new replies.