Forum Replies Created

Viewing 30 posts - 1 through 30 (of 54 total)
  • Author
    Posts
  • in reply to: Icon List shows # in front of each item #1469127

    Very good thank you for the fast reply!

    I simply remove the line
    content: "#";
    and now it doesn’t show up anymore.

    Have a great day!

    in reply to: Custom Fonts #1461640

    I played around a bit with the inspector in safari and found the solution! Actually totally simple.

    I added “font-style: italic; ” to the headings and remove “‘” from around the font-family ‘calibri’.
    Now Safari no longer seems to have a problem finding the custom font.

    Unfortunately, setting the Headline font in Advanced Setting is not enough, so I added the following code:

    #top h1, h2, h3, h4, h5, h6 { 
        font-family: calibri !important; 
    font-style: italic; 
    }

    After all, thank you very much for your effort!

    in reply to: Custom Fonts #1461590

    Hey Mike,

    thanks, I have now selected the correct font “calibri 700” for all the headline settings that I made in Advanced Settings. Unfortunately, this doesn’t change the subheading in Safari iOS and all headlines still don’t look right in Safari Desktop and iPad.

    How can that be?

    in reply to: Custom Fonts #1461560

    Hey Mike,

    Thanks for the more specific code.
    The problem still remains. On iOS Safari the headline is displayed in Calibri, but unfortunately not in Safari on the iPad.

    And do you have another solution for the special heading?

    in reply to: Custom Fonts #1461556

    Hey Mike,

    I decided to use a different font family (Open Sans) for mobile and tablet and added this code:

    @media only screen and (max-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Open-Sans', sans-serif;
    font-style: italic; 
    }
    }

    Funnily enough, the Calibri is now displayed as the headline on the iPhone. And I can’t find the reference to the code why the browser finally understands that it should use “Calibri”.
    So why it works now, I have no idea, but it works ;)

    Unfortunately, Calibri or Open Sans are not displayed on the tablet in Safari. I don’t understand this again…

    And I also adjusted the .av-special-heading using CSS:

    #top .av-special-heading .av-subheading.av-subheading_above {
    font-size: 32px !important;
        font-family: 'calibri' !important; 
        color: #ff0044 !important;
    }

    Unfortunately the special heading font is not displayed on mobile in Safari… sorry i opened such a bottomless pit …

    I hope your team finds a solution to help me out :’)

    in reply to: Custom Fonts #1461534

    Hey Mike,

    I disabled the compression of the CSS and JSS files and cleared the cache several times. Unfortunately, this still didn’t fix my font issue on iOS. Only the body text is displayed correctly on iOS. He can’t find the headline.

    in reply to: Custom Fonts #1461440

    Hey Ismael,

    thanks for your reply.

    Unfortunately, the incorrect display of the headlines on iOS remains. According to CSS the font “Calibri” is not found. It is easily found and displayed correctly on the desktop. When uploading the fonts, I paid attention to all formats. How come the font is not found only on iOS?

    in reply to: Blog font size #1461261

    Wow so quick! Thank you so much it works :)

    in reply to: Import font does not work on mobile #1426009

    While I was going back and forth and trying things out, I completely overlooked it!

    Thank you! Now the font looks as it should on desktop and mobile. :)

    I wish you a nice evening!

    in reply to: Import font does not work on mobile #1426004

    Hey Mike,

    many thanks for your response!

    It’s not about the font in the headlines, but in the subline above, which I want to enforce with code:

    #top .av-special-heading .av-subheading.av-subheading_above {
    font-size: 32px !important;
        font-family: 'calibri'!important; 
        font-style: italic; bold !important; 
        color: #ff0044 !important;
    }

    Everything was displayed correctly on the desktop, but not on mobile. Safari displays a different font.

    Since the font face rule, the correct font is no longer displayed on the desktop:
    Subheading error

    in reply to: Import font does not work on mobile #1425872

    Hey Ismael,

    thanks for the tip. I didn’t know that! I

    have now uploaded the font (calibriz.ttf) to /fonts and added @font-face rule:

    @font-face {
      font-family: calibriz;
      src: url (fonts/calibri-cursiv-bold.ttf);
    }

    (The “z” is not a mistake.)

    However, the font is still not displayed. Do you know what that could be?

    in reply to: TikTok Icon Social Media Buttons #1395391

    Hey Mike,

    Es hat geklappt!
    Vielen lieben Dank für deine Hilfe <3

    in reply to: TikTok Icon Social Media Buttons #1395268

    Ich bin deiner Anleitung Schritt für Schritt gefolgt und habe den Code eingefügt, aber trotzdem wird TikTok bei den Social Media Profilen nicht ergänzt.

    Es ist super nett von dir, dass du dir das einmal auf der Website anschaust. Ich habe dir einen Nutzer eingerichtet.

    Vielen Dank!

    in reply to: TikTok Icon Social Media Buttons #1394849

    Hey Mike,

    vielen Dank für die ausführliche Anleitung.

    Ich habe den Code eingefügt – mit einem Plugin. Jedoch funktioniert es nicht :(
    Ich kann bei den Social Media Profilen kein TikTok auswählen.

    Das Icon habe ich eingefügt.

    in reply to: WooCommerce Anpassungen #1344683

    That worked fine! Thank u very much!

    in reply to: Slider zeigt falsche Bilder #1344679

    Best Support <3 thank you!

    in reply to: Slider zeigt falsche Bilder #1344462

    Hey Rikard!

    Everything is displayed correctly on your created test page! :) What was the reason?

    You can copy the code to the correct landing page.

    Thanks so much! Best Support <3

    in reply to: WooCommerce Anpassungen #1344461

    Hey Rikard,

    thanks for your fast reply!

    I wrote you my notes on the screenshot. I hope this is a bit clearer now :)

    Thank u!

    in reply to: Slider zeigt falsche Bilder #1344009

    Ich hab jetzt nochmal nachgeschaut. Der Benutzer ist definitiv als Admin eingerichtet. Habe ich etwas übersehen?

    in reply to: Slider zeigt falsche Bilder #1343977

    Hallo Rikard,

    der Benutzer ist Administrator.

    Vielen Dank für eure Hilfe!

    in reply to: Slider zeigt falsche Bilder #1343857

    Vielen Dank!

    Hey Rikard,

    das hat geholfen! Ich kann die Bilder in der Galerie wieder per Drag & Drop verschieben :)

    Das Leerzeichen geht auch wieder. Vorher hatte ich das in JEDEM Textelement, welches ich bearbeiten wollte.

    Dankeschön und einen guten Start in die Woche!

    in reply to: Pricing Table Color #1335701

    Hallo Mike,

    in Quick CSS hat es wieder keine Änderungen an der Tabelle angezeigt.
    Dein Tipp es in Zusätzliches CSS einzufügen hat endlich geklappt :)

    Vielen Dank!

    Ich wünsche ein schönes Wochenende!

    in reply to: Pricing Table Color #1335583

    Hey Ismael,

    ich habe den Code nochmal aus dem Forum kopiert und eingesetzt. Danach mein Chache geleert und auch das File Compressin kurz deaktiviert.
    Leider ändert sich der Style der Pricing Table immer noch nicht :(

    Diese Tabelle scheint echt hartnäckig zu sein.

    Hast du noch einen Tipp oder möchtest du dir das mit einem Adminzugang selber anschauen?

    in reply to: Pricing Table Color #1335538

    Hallo Ismael,

    vielen Dank für deine schnelle Antwort!

    Ich habe beide Codes ins Quick CSS eingefügt, nur leider ändert sich überhaupt nichts an den Tabellen.
    Hast du noch einen anderen Vorschlag?

    Liebe Grüße
    Laura

    in reply to: Pricing Table Color #1335411

    Hey, vielen Dank für die schnelle Antwort.

    Entschuldige, ich hatte ganz vergessen, dass ich noch ein Passwort auf der Website habe.

    Vielen Dank!

    in reply to: Menu auf Tablet quer wird nicht angezeigt #1311520

    Thanks the code worked :)

    in reply to: Menu auf Tablet quer wird nicht angezeigt #1311128

    Danke für die schnelle Antwort.

    Ich habe den CSS Code hinzugefügt und die Einstellungen für das Hauptmenü geändert. Leider hat sich nichts geändert. Das Menü bleibt verschwunden.

    Ich habe euch einen Benutzer angelegt, damit ihr auf der Website selber schauen könnt.

    Vielen Dank!

    in reply to: Sidebar Menü active color #1277173

    Entschuldige! Ich habe vergessen das Passwort mit zu schicken.

    Das CSS file merging hat nicht funktioniert. Egal ob aktiviert oder deaktiviert.

    in reply to: Website nach Links gerutscht #1274764

    Hier ist der temporäre Login. Vielen Dank!

Viewing 30 posts - 1 through 30 (of 54 total)