Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1051673

    Hello,
    The mega menu is displayed incompletely and the slide show on the top of the sidedoes not work and is not displayed at all.
    I use Enfold 4.2.1
    Thanks for your help!

    #1051731

    Can you first test this in your quick css :

    #header .avia_mega_div {
        overflow: visible !important;
    }

    then we will see what it is with your slider.

    #1051741

    Thanks.
    I tried, but the slide show is still not displayed.

    #1051752

    some visibility and opacity settings are strange . Can you post your quick css to verfiy?
    Because your css is merged it will be a bit more complicate to see for me with developer tools.

    #1051753

    that code was to solve your problems with mega-div

    #1051820

    Yes, but it works not correctly. The mgea-menu was very narrow and not across the full width.
    Here is my quick CSS:

    /*Hauptmenü Schriftfarbe und Schriftgröße.*/
    #top .main_menu ul:first-child > li > a {
    font-size: 14px;
    color: #C60000;
    }

    /*Second Menu oben Schriftgröße.*/
    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-size: 16px;
    }

    /*Schriftgrösse PREIS*/
    .price .amount{
    font-size: 16px !important;
    }

    /*Schriftgrösse inkl. MWST*/
    .price .woocommerce-de_price_taxrate{
    font-size: 12px !important;
    }

    /*Schriftgrösse Lieferzeit*/
    .shipping_de.shipping_de_string small span {
    font-size: 12px;
    }

    /*Im Hauptmenu Warenkorb-Botton vergrößern*/
    a.cart_dropdown_link {
    font-size: 36px !important;
    }

    #header #header_main_alternate .container {
    padding: 0 40px;
    }

    /*Text rechts neben Warenkorbs einfügen*/
    #header_main #menu-item-shop .cart_dropdown_link:before {
    content: “Warenkorb “;
    position: absolute;
    margin-left: 40px;
    top: 10px;
    font-size: 14px !important;
    }

    /*Die Position des Warenkorbs ändern*/
    .html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
    right: 20px;
    position: absolute;
    top: 20px;
    }

    /*Größe und Textfarbe Tel-Nr. oben links*/
    .phone-info * {
    font-size: 18px;
    }
    .phone-info * {
    color: #c00000 !important;
    }

    /*Preis pro Einheit in der Produktsicht anpassen, kleiner und nicht fett*/
    #top .price-unit, #top .price-unit span {
    font-size: 12px;
    font-weight: 300;
    }
    #header .avia_mega_div {
    overflow: visible !important;
    }

    #1051852

    Here is a scree-shot of Mega-Menu.

    Bilder-Upload.eu - share DEINE Bilder

    #1052130

    I have solved the problem.
    The problem was the plugin “Speed Booster” after update the plugin.

    Thanks for your help.

    #1052213

    Hi,

    Great, glad you found the problem and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1052408

    H Rikard,

    everything is ok. You can close the topic.

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