Forum Replies Created
-
AuthorPosts
-
Hey ev0l_!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }}Regards,
YigitHi Jeff!
You have following codes in Quick CSS
#footer .widgettitle { color: #eeeeee; } #footer .widgettitle { color: #C16785; }currently first one is being applied. If you would like to override them, please remove them or add new style with !important rule as following
#footer .widgettitle { color: #ff9900 !important; }Cheers!
YigitHey!
Please add following code to Quick CSS as well
.inner_sidebar { margin-left: 20px; } .sidebar .widgettitle { text-transform: none; font-size: 12px; }Best regards,
YigitFebruary 12, 2015 at 2:32 pm in reply to: Mobile language flags float, attach link to text in second header #395013Hi!
Please try adding !important rule as following
@media only screen and (max-width: 767px) { .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { float: left !important; }}If that does not work, please create a temporary admin login and post it here privately so we can look into it :)
Best regards,
YigitFebruary 11, 2015 at 7:27 pm in reply to: Problem mit weiteren Menüpunkten (With english translation) #394619Hallo!
Please refer to my post here – https://kriesi.at/support/topic/can-not-add-items-in-menu/#post-391618
Cheers!
YigitFebruary 11, 2015 at 7:23 pm in reply to: 1/3 column don't align to container on big screens? #394615Hi crewneck!
This is how it looks on my 1920x1200px screen – http://i.imgur.com/cZvlBWR.jpg
Can you post a screenshot of the issue please? :)Cheers!
YigitFebruary 11, 2015 at 7:21 pm in reply to: Remove white space under footer on mobile devices? #394612Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 769px) { #footer { padding: 0 !important; } #footer .flex_column { margin-bottom: 0!important; }}Regards,
YigitFebruary 11, 2015 at 7:13 pm in reply to: logo area & menu bar same width as title/body area #394607Hi!
Seems like you have added the code to Google Analytics field instead of Quick CSS field ( inside General Styling tab ). Please move the code to Quick CSS field :)
Regards,
YigitHey!
I have added custom code “add_custom_class” to Functions.php file in Appearance > Editor. Please review your website now
Regards,
YigitHey!
Mobile menu seems to be sitting on logo because of following code
#advanced_menu_toggle, #advanced_menu_hide { left: 30%!important; }Please remove it :)
Regards,
YigitHi!
@hawke777 Please post the link to your website. We may need a temporary admin login as wellCheers!
YigitFebruary 11, 2015 at 6:44 pm in reply to: Header and footer full width container but main content 1130 px #394582Hi!
Please add following code to Quick CSS
#main .container { max-width: 1130px; } #socket .container { max-width: 100%; }Regards,
YigitFebruary 11, 2015 at 6:35 pm in reply to: Layerslider WP not showing image layers when published (text OK) #394570Hi!
Please edit your layers and set height and width to auto – http://i.imgur.com/MoFBscg.png
You can also add following code to Quick CSS in Enfold theme options under General Styling tabimg.ls-l.ls-preloaded { width: auto!important; height: auto!important; }Cheers!
YigitHey!
Please post username and password for authorisation as well – http://i.imgur.com/RrYECM5.png?1
Cheers!
YigitFebruary 11, 2015 at 6:18 pm in reply to: logo area & menu bar same width as title/body area #394552Hi!
Content width is currently 1030px. If you would like to make the header width the same, please change the code i posted here – https://kriesi.at/support/topic/logo-area-menu-bar-same-width-as-titlebody-area/#post-393144
to following one.html_header_top #top .av_header_stretch .container { max-width: 1030px; }Best regards,
YigitHi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_sidebar .logo img { width: auto; }Best regards,
YigitHey!
You are welcome Olga, we are always happy to help :) Let us know if you have any other questions or issues.
You too have a good evening!Regards,
YigitFebruary 11, 2015 at 6:05 pm in reply to: Mobile Navigation is always displaying next to content on mobile devices #394539Hi!
#TeamKriesi :)
You are welcome, glad we could help! Issue will be fixed in next update :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi!
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,
YigitFebruary 11, 2015 at 6:00 pm in reply to: Mobile Navigation is always displaying next to content on mobile devices #394531Hey amschiller!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all { position: relative !important; }Cheers!
YigitHi Kevin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1300px) and (min-width: 990px) { .av-main-nav > li > a { padding: 0 6px; } #top #header .av-main-nav > li > a { font-size: 13px; } .logo * { max-width: 90%; top: 15px; } .avia-menu.av_menu_icon_beside { padding-right: 0; margin-right: 5px; }}and then Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. If that does not work, please post the link to your website and we will look into it :)
Regards,
YigitFebruary 11, 2015 at 5:57 pm in reply to: Header and footer full width container but main content 1130 px #394528Hey nsahli!
Please add following code to Quick CSS as well
#avia2-menu li.menu-item.menu-item-language { display: none!important; }Regards,
YigitFebruary 11, 2015 at 5:49 pm in reply to: Header and footer full width container but main content 1130 px #394520Hey!
Authentication required. Please post username and password for it as well.
Regards,
YigitHey!
Please post login credentials to each topic when needed. I tried these ones – https://kriesi.at/support/topic/adding-a-widget-area-to-the-header/#post-392605 but they are not working for me.
Regards,
YigitHey!
That is gallery element. You can simply click on the magic wand icon while creating your post and add any elements/shortcodes to your post – http://i.imgur.com/QBRB9k9.png
You can find Enfold documentation here – http://kriesi.at/documentation/enfold/
You can experiment with options and elements to get use to use Advanced Layout Builder. For any other questions or issues, please feel free and let us know, we will gladly try to help you :)Best regards,
YigitFebruary 11, 2015 at 5:03 pm in reply to: How to add a description under a menu item in a mega menu? #394465Hi!
Sure, please see – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/
Best regards,
YigitFebruary 11, 2015 at 5:02 pm in reply to: bbpress Forum, Topics, Replies menu items not appearing #394464 -
AuthorPosts
