Tagged: , ,

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #877478
    #877921

    Hey a-l-p,

    Please, share your website link – this way we can check it and give to you a proper answer about that.

    Best regards,
    John Torvik

    #878034

    Hey John,

    thank you.
    Please have a look at the following link:

    #878677

    Hi,
    Try this code in the General Styling > Quick CSS field:

    
    #top div#wrap_all::before {
    content: url('https://www.your-website.de/wp-content/uploads/2017/11/Banner-Homepage.png');
    width: 100%;
    display:block;}
    span.logo {display:none!important;}

    please see screenshot in Private Content area

    Best regards,
    Mike

    #878746

    Hi Mike,

    it works perfect, great!
    But is it possible to bring the Logo in the middle of the top ?

    #top div#wrap_all::before {
    content: url(‘https://www.your-website.de/wp-content/uploads/2017/11/Banner-Homepage.png’);
    width: 100%;
    display:center;}
    span.logo {display:none!important;}

    doesn’t work : /
    And is it possible to get the screen responsive?

    Best regards,
    Andreas

    #878794

    Hi,
    Is there a maximum size that your want the image to be, or 100% of the screen and centered? I see that you also want it to be responsive. Can you please include a admin login in the private content area so we can take a closer look.

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    #878798

    Hi Mike,

    thanks so much for your help. :)
    I like the image 100% of the screen and centered.

    Please see for the Login data in Private Content area.

    Thanks again, and best regards
    Andreas

    #878814

    Hi,
    My first solution is not going to work for this case. But I have a new solution, copy header.php to your child theme folder and look for line 65 that has this line:

    <div id='wrap_all'>

    and add this line below it:

    <div id='header_banner' class='logo_banner' ><img src='https://www.Your-Site.de/wp-content/uploads/2017/11/Banner-Homepage.png'></div>

    make sure to fix the url, then add this code to your css:

    #header_banner.logo_banner {
    display: block;
    text-align: center;
    background-color: #fff;
    }

    Best regards,
    Mike

    #878979

    Hi Mike,

    excellent, this works great!! : )
    Under the Logo I’ll use a fullscreen-slider. Well it works, but the image not ends at the buttom.
    Do you have an idea, what can i do that it works on different screens perfect?

    Thank you so much for your help!

    Have a great start into the new week.

    Best regards,
    Andreas

    #879382

    Hi,

    I loaded the web site and I can see it going to bottom.
    Can you please make us a screenshot of what you mean to be sure we are checking properly?

    Best regards,
    Basilis

    #880213

    Hi Basilis,

    thank you so much for your answer.
    The picture is shown to the bottom, but if you scroll, the next section does not start: some parts of the picture are still shown.
    Please have a look at the screenshots:

    #881638

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {max-height: 75vh !important; }

    adjust the number to suit.
    Please clear your cache :)

    Best regards,
    Mike

    #881888

    Hi Mike,

    the hight of the slider works now great!
    Thank you so much for your help! :)

    But now I have a new problem:
    I created a new widget area (menu) to set this under the menu, but it overwird the menu :/
    Please see the screenshot.
    What can I do?

    Best regards,
    Andreas

    #881896

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.home #header #text-5.widget {
        position: relative!important; 
    }

    Best regards,
    Mike

    #881967

    Hi Mike,

    it works now perfect!
    Thank you so much for your help and have a great day! :)

    Best regards,
    Andreas

    #881985

    Hi Andreas,

    Glad we could help :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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