Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1054548

    Hallo,
    ich habe jetzt lange gesucht und das Gefühl, dass es die Einstellung nicht zu geben scheint.

    Hier im Forum benutzt ihr das gleiche Menü wie ich. Bei Seitenaufruf ist das Logo groß und daneben eine Beschreibung, die dann verschwindet, wenn man scrollt. Das hätte ich auch gern. Bei mir wird aber nur das Logo angezeigt. Und es wird kleiner beim scrollen. Ich möchte aber meinen Firmennamen daneben schreiben.

    Viele Grüße
    Daniel

    • This topic was modified 5 years, 10 months ago by HeRoh74.
    #1055220

    Hey HeRoh74,

    Here is a thread for you to consider

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1055261

    Danke. Die Umsetzung war nicht schwer. Sehr gut erklärt. Ich habe es über Design / Editor eingefügt.
    Es passiert nichts. Keine Beschriftung erscheint.
    Auf welches Feld greift denn der Code zu? Auf meine Blog-Überschrift? Denn da habe ich etwas eingetragen.

    Ich brauche nochmal Hilfe.

    Grüße
    Daniel

    #1055889

    Hi,

    Thank you for contacting us.

    Please check the logo customization guide for more information.

    Let us know if you have any questions.

    Best regards,
    Vinay

    #1055988

    Danke.
    Es funktioniert nicht. Ich habe den Code in die functions.php und in die css des Child-Themes kopiert. Nichts passiert.
    Das verstehe ich nicht.

    #1056131

    Hallo Daniel,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    LG,
    Rikard

    #1057143

    Okay.

    #1058149

    Hallo,
    bitte gebt mir kurz Bescheid, wenn ihr euch das angesehen habt. Ich möchte den Benutzer aus Sicherheitsgründen wieder löschen. ;-)

    Danke und Grüße
    Daniel

    #1058151

    Hi Daniel,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .logo .subtext {
           margin-top: -55px;
        margin-left: 107px;
         display: block;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1058306

    Hi Victoria,

    vielen Dank, aber ich kriege es nicht hin. Hab jetzt alles Mögliche probiert. Der Text taucht einfach nicht auf.
    Hier der Inhalt meiner custom.css:
    /* CSS – Subtext on right */
    #top .logo,
    #top .logo a {
    overflow: visible;
    }
    /* Subtext styling */
    .logo .subtext h1 {
    font-size: 20px;
    font-weight: 600;
    }
    .logo .subtext {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(120%, -50%);
    z-index: 999;
    }
    .logo .subtext {
    margin-top: -55px;
    margin-left: 107px;
    display: block;
    }

    Und hier der Text aus der function.php:
    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= ‘<h1>Company Name</h1>’;
    return $sub;
    }

    Wo liegt das Problem? Ich hab das Gefühl, der Container, in dem der Subtext steht, wird durch die css-Befehle nicht beeinflusst. In der Webconsole steht er immer an der gleichen Stelle, egal welche Ziffern ich eingebe.

    Viele Grüße
    Daniel

    #1058708

    Hi Daniel,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #1058919

    Hi Victoria,
    ich habe den LogIn wieder aktiviert.

    In der Zwischenzeit habe ich es hin bekommen. Der Firmenname ist nun zu sehen. Allerdings bleibt er auch, wenn sich der Header verkleinert. Auf der Kriesi-Seite verschwindet dann der Firmenname. Das war es, was mich ursprünglich interessierte. Ist der Schritt dahin machbar?

    Best regards
    Daniel :-)

    • This reply was modified 5 years, 10 months ago by HeRoh74.
    #1060185

    Hi Daniel,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #header.header-scrolled .logo .subtext {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1060419

    Vielen Dank, Victoria! :-)
    Es funktioniert. Sieht zwar nicht so schick aus, wie hier oben auf der Kriesi-Seite, aber ist okay. Hier bei euch verschwindet der Text mit einem Ausblendeffekt. Das ist sehr schick.

    Aber, wie gesagt, so komme ich zurecht. Jetzt verstehe ich auch den Code etwas besser. Du warst mir eine große Hilfe. Dankeschön.

    Viele Grüße
    Daniel

    #1061517

    Hallo Daniel,

    Great, glad you got it working and that we could help out. Please let us know if you should need any further help on the topic or if we can close it.

    LG,
    Rikard

    #1061540

    Hallo Rikard,

    wenn Du mir den Code für das langsame Ausblenden beim Kriesi-Logo geben kannst, wäre ich natürlich dankbar. Ansonsten kannst Du den Thread gern schließen. Vielen Dank. :-)

    LG
    Daniel

    #1061639

    Hi,

    It’s not clear what exactly you need to modify with the logo. Please check the docs to customize the logo.

    If you need anything else please feel free to let us know or we can go ahead and close this ticket.

    Best regards,
    Vinay

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.