Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #388776
    #389307

    Problem gelöst

    #391860

    Hi!

    How did you solve your problem? Another user is interested: https://kriesi.at/support/topic/logo-menu-overlapping-firefox-2/

    Cheers!
    Rikard

    #391963

    Hi
    da Enfold noch nicht flexibel mit dem Logo als solches arbeitet, hatte ich mir einen anderen Weg gesucht der funktioniert. Leider muss ich dazu ein wenig aussholen und es sei gesagt, dass es kein Standard ist…bin ich aber auch nicht :) Hinzu kommt, dass man darauf achten sollte, in welcher Auflösung des Bildschirmes man arbeitet und in welcher Auflösung man die Grafiken erstellt. Ich teste mit 2 Desktop Monitoren 1024×768 und 1680×1050, sowie mit zwei Tablets von Samsung und diversen Androids.
    Voraussetzung ist die Auflösung 1024×768, denn wenn es da passt, passt es in der Regel überall.

    Ich hatte mich dazu entschieden das Layout anders anzupacken, wegen dem Logo Problem und zudem wollte ich ein Logo über die gesamte Breite auf des Desktop PC´s. Wenn man nun bedenkt, dass das Logo von 1600 bis runter auf ca 750px skaliert werden soll (auch für mobile), bleibt letztendlich für ein großes Logo keine Option.
    Lösung für Enfold: Drei Logogrößen selbst einbinden (Desktop/Tablet/Mobile) Der Vorteil wäre, dass das Logo immer schön scharf dargestellt wird und nicht zu klein ist. Auch sollten die Breakpoints in der Boxensnsicht individuell einstellbar sein und natürlich eine default Einstellung für Standard haben.

    Nun arbeite ich mit einer zwei Varianten Ansicht.
    Auf dem Deskotp PC´s wird als Logo ein angelegter LayerSlider verwendet und erst beim Scrollen kommt das Menu und dem Logo. Dazu in der Seite die Option “Header is invisible and appears…. auswählen und als erstes in der Seite den Slider einbetten.(Tolles großes animiertes Logo :)
    Bei der Logodarstellung auf mobilen Geräten war es Testerei, da das Logo eigentlich eine Hintergrundfarbe besitzt. Dazu habe ich das Logo mit transparentem Hintergrund erstellt 482px × 156px …und dieses im Menu Enfold/Logo hochgeladen und anzeigen lassen in voller Größe. Den eigentlichen Hintergrund des Logos habe ich seperat erstellt und in den Einstellungen Enfold/Allgemeines Styling/Logo Area -> Benutzerdefiniertes Hintergrundbild hochgeladen 576px × 131px. Zusätzlich eingestellt Mittig/Mittig -> Horizontale Kachelung und Scrollen. Keine Sorge, die Bilder werden eh wieder skaliert.

    Dazu fand ich noch einen Code für die mobile Menuansicht. Ich wollte nicht das rechts seitlich das Menu sichbar ist, da man dieses auch nicht zoomen kann. In der Custom CSS hatte ich folgendes eingefügt

    #top #wrap_all  .av-social-link-mail:hover a {
    background-color: #e52629;
    color: #fff;
    }
    #mobile-advanced{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    }

    Im Grunde gibt Enfold einen super Support und bemüht sich sehr – Hut ab! Allerdings weiß ich nur zu gut, dass man leider keine EierlegendeWollmilchsau programmieren kann, da es zuviele “sich stets” wechselnde Parameter gibt.
    LG

    #391970

    Hi!

    Danke schoen for sharing :)

    Cheers!
    Yigit

    #393676

    Thanks for your reply. I inserted the new rule in the css but did not solve the problem. The logo still overlapping on the firefox browser on mobile devices. Greetings.

    #393678

    Hi!


    @set70
    Can you post the link to your website please?

    Regards,
    Yigit

    #394212

    Hey set70,

    do you have the same problem, when you switch to stretched layout?

    #394537

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-mozilla .responsive .logo img { max-width: 70% !important; }

    Best regards,
    Yigit

    #395382

    Has anyone reported this issue in mobile Chrome? I am having issues with my logo overlapping the menu as well.

    #395385

    Hey!


    @torndownunit
    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. If that does not help, please post the link to your website.

    Regards,
    Yigit

    #395391

    SOrry if I should create another issue, but is there a way to not have the regular menu show on tablets, but not have the menu and logo overlap?

    I guess the issue is with a tablet in landscape mode, I don’t think the mobile menu looks very good. I would rather just have it show the normal menu.

    In fact, even in portrait mode I would like that. Only have the mobile menu show on phones.

    The logo and menu don’t seem to resize at all though, just butt together and overlap on the tablet if I don’t turn on the setting you mentioned, and activate the mobile menu,

    Thanks

    • This reply was modified 9 years, 9 months ago by torndownunit.
    #395392

    @Yigit

    wo kann man die die Breite einstellen? Bei mir gibt es das nicht. Enfold 3.0.8

    #395561

    Hey!


    @Dandy-power
    , it’s in General Layout–>Dimensions tab

    Regards,
    Rikard

    #396391

    The problem does not occur when the phone is placed horizontally.

    #396395

    I entered the css code Yigit and the problem is not solved. Greetings.

    http://www.miguelportillo.com

    #396670

    Hi!


    @set70
    do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #400290
    This reply has been marked as private.
    #400741

    Hi!


    @set70
    please review your website now. I have disabled CSS minifying feature on minifting plugin and custom CSS code is now working fine.

    Best regards,
    Yigit

    #401097

    Thanks for your quick response. The problem has been fixed.

    Best regards.

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Logo Menu overlapping Firefox’ is closed to new replies.