-
AuthorPosts
-
January 9, 2019 at 9:56 am #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!January 9, 2019 at 11:35 am #1051731Can 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.
January 9, 2019 at 11:50 am #1051741Thanks.
I tried, but the slide show is still not displayed.January 9, 2019 at 11:59 am #1051752some 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.January 9, 2019 at 12:00 pm #1051753that code was to solve your problems with mega-div
January 9, 2019 at 1:59 pm #1051820Yes, 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;
}January 9, 2019 at 3:41 pm #1051852Here is a scree-shot of Mega-Menu.
- This reply was modified 5 years, 10 months ago by raucher-himmel.
January 10, 2019 at 12:18 am #1052130I have solved the problem.
The problem was the plugin “Speed Booster” after update the plugin.Thanks for your help.
January 10, 2019 at 7:52 am #1052213Hi,
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,
RikardJanuary 10, 2019 at 6:10 pm #1052408H Rikard,
everything is ok. You can close the topic.
-
AuthorPosts
- You must be logged in to reply to this topic.