Forum Replies Created
-
AuthorPosts
-
Hi,
Seems that user id is not valid. Do you login at “kriesi.at/support” ?Best regards,
MikeHi,
@otavioef Glad we could help, Thank you for using Enfold.
@FionaH did this also work for you?Best regards,
MikeHi,
To have your logo and burger menu show between 767px & 988px, which is where it is now showing as white on white, Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 768px) and (max-width: 988px) { .av_header_transparency div .av-hamburger-inner,.av_header_transparency div .av-hamburger-inner::before,.av_header_transparency div .av-hamburger-inner::after { background-color:#000 !important; } .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img { opacity: 1 !important; } }
Please put at the end of all of your css code. If this doesn’t help, please try placing the code in: WordPress > Customize > Additional CSS
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Thank you for the login, I do see that you are getting a “mixed content” warning forwp-admin/plugins.php?plugin_status=all&paged=1&s
Please try using a plugin such as Really Simple SSL to correct your mixed content. You could also try disabling your plugins to find any conflicts, or try adding this code to your child theme functions.php to hide it:
add_action('admin_enqueue_scripts', 'ds_admin_theme_style'); add_action('login_enqueue_scripts', 'ds_admin_theme_style'); function ds_admin_theme_style() { echo '<style>#wpbody-content .notice.notice-info.avia-admin-notice.is-dismissible { display: none !important; }</style>'; }
I tried to add it to test but I received an error that WordPress couldn’t write to functions.php, which you may wish to check into your file permissions, unless this is is for security.
Best regards,
MikeHi,
Thank you for making it live so we can help. Right now it looks like the HR has a margin of -50px, and it looks as though you set this in the element, so the following code will remove the padding from the container that the HR is in.#top.home #after_layer_slider_1 .content { padding: 0px !important; }
Please change the HR to whatever height you would like.
Best regards,
MikeHi,
OK, I see you have an advanced setup on your homepage, with 3 sliders for the top that show at different screen sizes, and then a color section that is always hidden, which was the target of the “next section” arrows.
I moved the hidden color section below the next visible color section to show the arrow will now work, but please consider removing the hidden color section. Please see screenshot in Private Content area.The slider for the desktop will work because it is on bottom of all the sliders, the tablet & mobile sliders arrow will still not work because they are pointing the hidden desktop slider. I believe the real solution for this is to remove all of the arrows of all of the sliders, and create a “code block” with the ID “next-section-arrow” arrow with this code:
<a href="#true-next" title="" class="scroll-down-link av-control-hidden" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>
then add this ID to the target section below all of the sliders:
true-next
Then add this css to move the arrow up over the sliders:
/* code block arrow */ #top.home .avia-fullscreen-slider{ z-index: 1; } #top.home #top .scroll-down-link { top: -130px; } #top.home #after_full_slider_3 .content {padding: 0px !important;}
This is an example for the homepage, and I have added this to your site so you can see how it works.
So if you wish to use this for other pages, you can follow these steps, Or now that you know how the hidden elements are affecting the arrow link you can consider a different approach, such as one slider of all screen sizes, or only using the arrow for desktop devices.
Best regards,
MikeHey studioinktvis,
Try this code in the General Styling > Quick CSS field:#header_main_alternate .container:after {display: none !important;}
Best regards,
MikeHey intimadecom,
Try this code in the General Styling > Quick CSS field:.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a { background-color:rgba(255, 255, 255, 0.5) !important; } .header_color.av_header_transparency .header_bg, .header_color.av_header_transparency .main_menu ul ul, .header_color.av_header_transparency .main_menu .menu ul li a, .header_color.av_header_transparency .pointer_arrow_wrap .pointer_arrow, .header_color.av_header_transparency .avia_mega_div, .header_color.av_header_transparency .av-subnav-menu > li ul, .header_color.av_header_transparency .av-subnav-menu a { background-color:transparent !important; border-color: transparent !important; } .header_color .main_menu .menu ul li a {color: #fff !important;}
Best regards,
MikeHey per_bressendorff,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Vrout,
To reduce the space between columns on your page, Try this code in the General Styling > Quick CSS field:#top.page-id-3719 .flex_column_table { width: 80%!important; margin: auto!important; }
Please see screenshot in Private Content area of expected results.
Best regards,
MikeHey diefleischerei,
To hide the menu, please try this code in the General Styling > Quick CSS field:.main_menu {display: none !important;}
For the cookie info please try this code:
#cookie-notice.cn-bottom.bootstrap {background-color:#fff !important; color: #000 !important;}
Best regards,
MikeHey vinayb,
Please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most.Best regards,
MikeHi,
Thanks, I was able to login, can I ask, when you speak of the search results, do you mean the dropdown, or the results? Because in my tests the results result in not found for random searches, but the dropdown seems to offer the best available results, even with no direct match.Best regards,
MikeHi,
Thank you, I was able to login, but I was unable to add the debugger code to run some tests.
I got an error that the functions.php needs to be edited via sftp.
Pleas add this code, or provide ftp access://set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Please add under:
if(isset($avia_config['use_child_theme_functions_only'])) return;
thanks
Best regards,
MikeHi,
I had to view it twice to catch all of the papers going back on, Can you please include a admin login in the private content area so we can take a closer look.
Or export the slider so we can check locally?Best regards,
MikeHi,
I found that saving the menu item as with the check box “Use as Mega Menu” checked solved. Please see screenshot in Private Content area and Please clear your cache and check.Best regards,
MikeHi,
@BlutVampir
Thanks for your effort, but this doesn’t work for my test environment. (windows localhost)
But it may work for some as a good option while waiting for the official fix.
The adding a layerslider and hiding it with “display:none: does work for me though, which is another option.Best regards,
MikeHi,
To remove the debugging info, Try adding this code to the end of your functions.php file in Appearance > Editor://Remove Avia Framework debug information if(!function_exists('avia_debugging_info')){ function avia_debugging_info() { // } }
Best regards,
MikeHey Fiona,
The following code for your General Styling > Quick CSS field, adds the active menu indicator to “Minimal with Drop Shadow”
Please adjust the colors to suit..av_minimal_header .av-main-nav li:hover .avia-menu-fx,.av_minimal_header .current-menu-item > a > .avia-menu-fx,.av_minimal_header .av-main-nav li:hover .current_page_item > a > .avia-menu-fx { opacity: 1 !important; visibility: visible !important; background-color: #9cc2df !important; color: #ffffff; border-color: #7aa0bd !important; display: block !important; }
If you are still having trouble please include a admin login in the private content area so we can take a closer look.
Best regards,
MikeHey Kiwilein,
1: Try this code in the General Styling > Quick CSS field:#top.page-id-5243 .av-tab-image-rounded .av-tab-section-image { width: 120px !important; }
adjust to suit.
2: Unfortunately, that’s not possible at the moment. Please request for the feature here.
One workaround is to hide the tab section on mobile and then replace it with a different element (ex. tabs or accordion) using the same content. Use the elements’ Screen Options.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top.page-id-1603 .flex_column.avia-builder-el-4 { margin-left: 30px !important; }
This is designed to work on the one page, let us know if you need it to work on more pages. Also it would me a good idea to add a custom class or ID to the widget column, if you do please use it to replace “.avia-builder-el-4” in the code.
Please feel free to adjust to suit.Best regards,
MikeHi,
The LayerSlider will not show in the list, as it’s a bundled plugin.
I see the LayerSlider is working on the homepage, and testing on a new test page also works, please see link in Private Content area.
Can you please point to where it was not working?
I also see you are using Enfold v4.1.2Best regards,
MikeHey Rafa,
While I don’t have first hand knowledge of these plugins, I found these posts:
Mailster email plugin clash
Urgent – Ninja Popups plugin – SJ conflict
popup breaks EnfoldBest regards,
MikeHey Justin,
Can you please link to the sites so we can take a closer look at the images.
I hate to ask, but have to tried disabling your plugins? Only because we don’t see this error on our demo.
Anyways, we’ll be able to see more from the links.
As for the first client we’ll need a admin login in the private content area so we can take a closer look.Best regards,
MikeHey sjidesign,
Please try this code in the General Styling > Quick CSS field:#welcomepanel { width: 85%!important; max-width: 85%!important; margin-left: 7.1% !important; }
Please see screenshot in Private Content area for expected results.
Best regards,
Mike -
AuthorPosts