Forum Replies Created
-
AuthorPosts
-
September 21, 2021 at 3:54 pm in reply to: Symbole werden nicht angezeigt. / Icons are not displayed. #1321794
Hi Mike,
danke. mit dem code werden die Buttons nun korrekt dargestellt.
===
thanks. With the code, buttons will now be displayed correctly.solf.
September 15, 2021 at 3:50 pm in reply to: Symbole werden nicht angezeigt. / Icons are not displayed. #1321080This reply has been marked as private.September 14, 2021 at 5:15 pm in reply to: Symbole werden nicht angezeigt. / Icons are not displayed. #1320940Hi Yigit,
please look to Private Content.
As we have found out in the meantime, the visibility of the buttons can be influenced if a background is defined in the surrounding column.
===
Wie wir zwischenzeitlich herausgefunden haben, kann die Sichtbarkeit der Buttons beeinflußt werden, wenn in der umgebenen Spalte ein Hintergrund definiert wird.Solf
September 13, 2021 at 5:23 pm in reply to: Symbole werden nicht angezeigt. / Icons are not displayed. #1320771Hi yigit,
Danke für die Beantwortung
ich kann es leider nicht bestätigen. Bei mir werden die Icons auf der Demoseite nach wie vor nicht angezeigt. Unter dem Menüpunkt “Fliesen” sind weitere Seiten, auf denen die identisch angelegten Icons mal erscheinen, mal nicht. Die Voraussetzung zur Darstellung ist nicht klar.
===
unfortunately I cannot confirm it. I still don’t see the icons on the demo page. Under the menu item “Tiles” you will find further pages on which the identically created icons sometimes appear, sometimes not. The prerequisite for representation is not clear.solf.
July 23, 2021 at 9:52 pm in reply to: Kritischer Fehler / Critical error: WP 5.8 | PHP 8.0 | enfold 4.8.4 #1311988Thank you.
solfJuly 23, 2021 at 12:37 pm in reply to: Kritischer Fehler / Critical error: WP 5.8 | PHP 8.0 | enfold 4.8.4 #1311845This reply has been marked as private.July 23, 2021 at 11:52 am in reply to: Kritischer Fehler / Critical error: WP 5.8 | PHP 8.0 | enfold 4.8.4 #1311827This reply has been marked as private.July 18, 2021 at 7:14 am in reply to: Toooltip für bestimmte Galerien gezielt abschalten / Deactivate tooltip #1310568Hi Mike,
Danke. Die seitenweise Abschaltung über page ID ist eine Lösung. Schöner wäre es natürlich, wenn die Abschaltung der Tool Tips in den enfold Galerie Einstellungen integriert wäre.
===
Thanks. The page-by-page deactivation via page ID is a solution. It would of course be nicer if the deactivation of the tool tips were integrated in the enfold gallery settings./*** Abschaltung tool Tipp für Galerien ****/ .page-id-3769 .avia-tooltip.avia-tt { display: none !important; }
solf
Hi Yigit
many thanks. that answers the question.
solfApril 30, 2021 at 10:10 am in reply to: Anpassung der Galeriespalten für mobiles // Adaptation of the gallery columns fo #1297504Hi again,
Der Code zeigt eine 8 spl.-Galerie auf kleinen Display als 4 spl.
Hervorragend! Leider erscheinen nun die Items der 2. Zeile mittig zentriert, statt zuvor links.
Also, bei 9 Items sind 8 in der ersten Zeile und das neunte mittig darunter. Läßt sich das links darstellen.. ?===
The code shows an 8 spl. Gallery on a small display as 4 spl.
Outstanding! Unfortunately, the items in the 2nd line now appear centered instead of on the left.
So, with 9 items, 8 are in the first row and the ninth in the middle below. I would prefer left …?! ;-)solf
April 30, 2021 at 9:15 am in reply to: Anpassung der Galeriespalten für mobiles // Adaptation of the gallery columns fo #1297494Hi Guenni007,
it works ;-)
Thank you!- This reply was modified 3 years, 6 months ago by solf.
March 29, 2021 at 11:47 am in reply to: Keine Bildunterschrift in Galerie // no caption in gallery #1291072Hallo Mike,
Danke. Das Problem mit dem code ist, dass nicht nur die ungewünschten Bildunterschriften in den Bildgalerien abgeschaltet werden, sondern auch die gewünschten unter den Portfolio Bildern. Ich bin der Auffassung, hier müsste das enfold theme mal nachgebessert werden um individuelle und vor allem funktionierende Einstellungen zu gewährleisten.
Trotzdem vielen Dank für deinen Support!Hi Mike,
Thank you. The problem is that not only the unwanted captions in the image galleries are switched off, but also the desired ones under the portfolio images. I am of the opinion that the enfold theme should be improved here in order to guarantee individual and, above all, functioning settings.
Nevertheless, thank you very much for your support!solf
March 29, 2021 at 10:48 am in reply to: Keine Bildunterschrift in Galerie // no caption in gallery #1291057thanks.
look to private contentMarch 26, 2021 at 1:30 pm in reply to: Keine Bildunterschrift in Galerie // no caption in gallery #1290556keine Antwort … ?!
Hello Gunni,
Thank you.
I’ve tried all of the instructions presented here.
there is more information in the private area. I’ve sent it to you now.
solfHi Jordan,
thanks for the working code!
solfHi Rikard,
done in Private Content.
SolfThank you, Nikko.
that answers the question. but there is still one unanswered here ;-)solf
Hi,
The Link is in the private content and here is a screenshot.
Solf
Yess. Thank You
;-)
solfHi Yigit;
Thank you. This Code works.
With your aforementioned css code, the text appears next to the logo. However, it does not disappear – as desired – when the menu is reduced.
solfHi, is the subject closed?
I also try to display the subtitle (exactly as above: logo on the left / right of the title line / subtitle. Disappears when the header is reduced in size Enfold 4.7.6.4 PHP version: 7.4.14) But the codes below do not provide a solution for me.greentinx, solf
===
Hi, ist das Thema erledigt?
Ich versuche den Untertitel auch darzustellen (genau wie oben: Logo links / rechts daneben Titelzeile / Untertitel. Verschwindet bei Verkleinerung des Headers Enfold 4.7.6.4 PHP-Version: 7.4.14) Doch die unteren Codes bringen bei mir keine Lösung.greentinx, solf
code in function.php:
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= ‘<h1>Company Name</h1><br><span>Secondary text</span>’;
return $sub;
}code to Quick CSS
.header-scrolled .subtext { opacity: 0 !important; }Guenni007 solved the problem.
Thanks. SolfHi @guenni007.
Durch die Löschung de Schriftgrösse des P Tags wurden die individuellenTextgrössen angenommen.
vielen Dank für deine Mühe und die Lösung des Problemes.Best regards,
solf========
Hi @ guenni007.
By deleting the font size of the P tag, the individual text sizes were accepted.
Thank you for your effort and the solution to the problem.Best regards,
solfYes, but the p-tag is intended to define the font size of the normal (flowing) texts on the website.
Or have I misunderstood something ?!?
greetings, Solf
===
Ja, aber der p-tag ist doch dazu gedacht, die Schriftgrösse der normalen (fließ)Texte der Website zu definieren.
Oder habe ich da etwas falsch verstanden ?!?
grüße, Solfsiehe Private Content. Da liegen beim ersten Beitrag auch die Zugangsdaten zur Website.
Hm…
On my systems, the font sizes in all 3 text blocks are the same in all browsers, including Androids. (as seen in the screenshot above)
Not with you?
solfhm…
auf meinen Systemen, sind in allen Browsern, inkl Androids die Schriftgrössen in allen 3 Textblöcken gleich gross. (wie im screenshot oben zu sehen)
Bei Ihnen nicht ?
solfGood morning Guenni007,
Thank you for your answer. The formatting passes via the styling tab of the textblock alb:
solfthank you
Hi Nikko,
whow. very professional.
The threat has been resolved and can be closed.
Many thanks. solf -
AuthorPosts