Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
take this Code:
<ul style="list-style-type: none; margin-left: 02px; padding-top: 8px; padding-bottom: 12px; padding-left: 0px;"> <li style="display: flex; margin-bottom: 12px;"> <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span> <span style="font-size: 18px;">xzzz</span></li> <li style="display: flex; margin-bottom: 12px;"> <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span> <span style="font-size: 18px;">text</span></li> <li style="display: flex; margin-bottom: 12px;"> <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span> <span style="font-size: 18px;">topic</span></li> </ul>
Save it, click again on the Text-Element, it will be lost in this moment.
BR
RalfHere are some Screenshots:
https://img.savvyify.com/image/00010-enfold-support.9reZu
https://img.savvyify.com/image/00020-enfold-support.9rbcO
https://img.savvyify.com/image/00030-enfold-support.9rcWz
https://img.savvyify.com/image/00040-enfold-support.9r5Tp
https://img.savvyify.com/image/00050-enfold-support.9rDNh
https://img.savvyify.com/image/00060-enfold-support.9rhm6
https://img.savvyify.com/image/00070-enfold-support.9rKgj
BR
RalfCorrection: 1920×950 ist the uploaded size
Hi,
by exsample use the Page https://tuning-wheels-exhaust.com/aston-martin-tuning/aston-martin-dbs-superleggera/ and the Gallery Picture gallery Aston Martin DBS Superleggera.If you add 1920×1080 pixel Pictures in other galleries, they will shown smaller too.
BRWhat’s about this Ticket? I’ve the same problem. Is it solved ?
Hi, thanks for changing and the information.
My proplem with the actual theme update and the new Version 4.1.1 is,
the menu doesn’ t work on any mobile device.
It isn’t visible or it is disabled.Best regards
RSTHi Yigit, what’s about a fix with the LayerSlider-Menu conflict?
Best regards
RSTHi Yigit,
Thanks for the suggestion. It does not improve the mobile menu error on iPhones.
But, I have make a new discovery:
The mobile menu works on sides without a implemented LayerSlider!!!
The wrongsoing ist only on sites with LayerSlider.
The menu works correct on the website:http://www.fringsgruppe.de/fringsgruppe/impressum/
WordPress and Theme are installed in the actual Version.
Do you have an idea what that can be?
Best regards
RSTSeptember 16, 2016 at 5:11 pm in reply to: Individual Logo from page to page – Seitenweise individuelles Logo #687640Hallo Günter,
die Verschachtelung war so gewünscht. Es sind in meiner Umsetzung aktuell ausschließlich Portfolio-Einträge bei denen das Logo getauscht werden muss. Die Abfrage is_singular( ‘portfolio’ ) habe ich der Performance spendiert. Andere Seiten brauchen nicht überprüft zu werden.
Gruß
RalfSeptember 16, 2016 at 4:56 pm in reply to: Individual Logo from page to page – Seitenweise individuelles Logo #687614Hallo Günter,
Grün war bei mir auch nur ein Beispiel. Ich hatte die Samples auch für die Nachwelt verfasst.
So, es geht. Ich hatte wohl vorher noch irgendwo einen Hänger im Code, das das nicht ging. Funktioniert nun prima.Wenn man die Schlagwörter nicht nutzt, ist das eine sehr gute generische Lösung.
Mein erster Ansatz waren die Portfolio-Kategorien. Das hätte ich vielleicht noch besser gefunden.
Vielen, vielen Dank!
Gruß
RalfSeptember 16, 2016 at 3:55 pm in reply to: Individual Logo from page to page – Seitenweise individuelles Logo #687571Hallo Guenni007,
besten Dank für die vielen Ansätze! Motiviert nochmals alles auszuprobieren.
Mit has_tag( ‘foo’ ) und page.has_tag( ‘foo’ ) komme ich nicht weiter, habe ich ausprobiert.
-> has_tag(‘gruen’) alleine reagiert nicht.
-> Mit page.has_tab(‘gruen’) zündet immer genau der erste, ganz gleich was drin steht.Hier mal Samples dazu:
Gut funktioniert für Portfolio-Artikel:
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if ( is_singular( 'portfolio' ) ) { if ( is_single( 'titelform1-rot' ) ) { $logo = "/wp-content/uploads/logo/rot.png"; } elseif ( is_single( 'titelform2-rot' ) ) { $logo = "/wp-content/uploads/logo/rot.png"; } elseif ( is_single( 'titelform3-rot' ) ) { $logo = "/wp-content/uploads/logo/rot.png"; } elseif ( is_single( 'titelform-gelb' ) ) { $logo = "/wp-content/uploads/logo/gelb.png"; } elseif ( is_single( 'titelform2-gelb' ) ) { $logo = "/wp-content/uploads/logo/gelb.png"; } elseif ( is_single( 'titelform3-gelb' ) ) { $logo = "/wp-content/uploads/logo/gelb.png"; } elseif ( is_single( 'titelform-gruen' ) ) { $logo = "/wp-content/uploads/logo/gruen.png"; } elseif ( is_single( 'titelform2-gruen' ) ) { $logo = "/wp-content/uploads/logo/gruen.png"; } elseif ( is_single( 'titelform3-gruen' ) ) { $logo = "/wp-content/uploads/logo/gruen.png"; } } return $logo; }
Das sollte nun auch funktionieren:
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if ( is_singular( 'portfolio' ) ) { if ( has_tag( 'logo-rot' ) ) { $logo = "/wp-content/uploads/logo/rot.png""; } elseif ( has_tag( 'logo-gelb' ) ) { $logo = "/wp-content/uploads/logo/gelb.png"; } elseif ( has_tag( 'logo-gruen' ) ) { $logo = "/wp-content/uploads/logo/gruen.png"; } } return $logo; }
Gruß
Ralf- This reply was modified 8 years, 2 months ago by RSTAC.
September 16, 2016 at 11:06 am in reply to: Individual Logo from page to page – Seitenweise individuelles Logo #687379Hallo Guenni007,
mit is_single() kann ich einzelne Portfolio-Seiten zum Logo-tausch. VIELEN DANK!
Ich habe gestern versucht, mit is_category(), is_tag() und anderen eine generische Lösung zu bauen. Geht nach wie vor nicht.
Die Funktionen arbeiten an dieser Stelle nicht wie erwartet. Weder bei Blog noch bei Portfolio-Artikeln.Aktuell überlege ich den permalink mit infos fürs Logo zu maskieren, wie z.B. “./seitenname-logo1”. Vielleicht funktioniert an dieser Stelle the_title() zum Auslesen des Portfolio-Seiten-Namens?
Nochmals besten Dank,
Gruß
Ralf- This reply was modified 8 years, 2 months ago by RSTAC.
September 15, 2016 at 11:53 pm in reply to: Individual Logo from page to page – Seitenweise individuelles Logo #687155Hallo Guenni007,
prima Lösung, klappt bei Seiten super, danke!
Ich nutze auch “Portfolio Einträge” die ich individuellen Logo anzeigen möchte.
Die Funktionen is_page(), is_category(), etc. greifen bei Portfolio Einträgen nicht.
Was ist zu tun, um die gleiche Funktionalität auf Portfolio Einträge anwenden zu können.
Danke vorab,
Gruß
Ralf- This reply was modified 8 years, 2 months ago by RSTAC.
September 14, 2016 at 5:58 pm in reply to: Individual Logo from page to page – Seitenweise individuelles Logo #686533Hallo Andy,
die Liste bin ich durch gegangen. Da ist leider keinerlei Logo PlugIn enthalten.
Ich habe auch bei der PlugIn Recherche keines gefunden, was seitenweise das Logo individuell austauschen kann.
Die PlugIns tauschen grundsätzlich oder nach technischen Attributen das Logo aus.Muß mann hier vielleicht doch mit Programmierung und Short Codes in den Seiten ran?
Gruß
RalfSeptember 14, 2016 at 11:31 am in reply to: Individual Logo from page to page – Seitenweise individuelles Logo #686277Hi Andy,
welches Plugin würde denn beispielsweise mit Kriesi-Enfold gut zusammen arbeiten?
Danke im Voraus
Gruß
RalfHi,
I have the same problem. After running the 4.5 WP update, many controls didn’t work (content slider, Tab, number,..).
After an full file backup, WP and Enfold works korrekt.I’ ve repeat the installation, and the same. Directly after installing the wp 4.5 update many controls doesn’ t work.
Ralf
March 10, 2016 at 1:50 pm in reply to: Font weight lighter doesn't work without WordPress Login #596275Hi,
i will add a further information.If the first website of the multidomain installation isn’t logged in,the chrome browser shows an error.
?dm=4d9ca13d581759fc5c6744ac50d837ec&action=load&blogid=2&siteid=1&t=728894550&back=http%3A%2F%2Fai…:1
Uncaught SyntaxError: Unexpected token <
I havn’t found the problem, but I think it isn’t the matter for the “lighter-font-weight” failure.
When the Maintenance-mode on the first installed website is switched off, the error disappears.Best regards,
RalfMarch 10, 2016 at 12:53 pm in reply to: Font weight lighter doesn't work without WordPress Login #596261Hi,
thanks for request. Please look at the changes in the content.
Best regards,
RalfMarch 8, 2016 at 7:34 pm in reply to: Font weight lighter doesn't work without WordPress Login #595133Hi,
I checked it with the font-weight “bold”, it works without failures.
Ralf
-
AuthorPosts