Forum Replies Created
-
AuthorPosts
-
Hi,
Glad Ismael could help, please let us know if there is anything else we can help with.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
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
I made the change for you by adjusting these rules in your css:#top.page-id-545 a.open-popup-link:hover img { filter: grayscale(0%); -webkit-filter: grayscale(0%); } #top.page-id-545 a.open-popup-link img { filter: grayscale(100%); -webkit-filter: grayscale(100%); }Please clear your browser cache and check.
Best regards,
MikeHi,
Thank you, to change the color of the separator, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.hr.hr-short.hr-center span { border-color: rgb(165, 2, 52) !important; }Please see the screenshot in Private Content area.
Best regards,
MikeHi,
3: please look at the size of your first image in the slider it is 1440px where the others are 1280px in height (it is the hallway image)
2: when I look at your left cross with screen 1920×1200px it seems the top margin for the word is covering the cross, your other cross is on top of the word.
Please try this css:#av_section_1 > div > div > main > div > div > div.flex_column.av_one_third.flex_column_div.av-zero-column-padding.first.avia-builder-el-1.el_before_av_one_third.avia-builder-el-first { z-index: 5 !important; }1: I’m not sure which plugin you mean, sorry I tried reading back but I don’t see it, please remind me.
Best regards,
MikeMay 2, 2019 at 3:51 am in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1096300Hi,
@gmclemore we would be able to assist better with admin login and ftp access, please open a new thread with this info in the Private Content area. As this is not your thread, your info won’t be private here.
After you open a new thread please link to it here so we can find it easier.
Thanks for your patience and understanding.Best regards,
MikeHi,
Sorry for the late reply, please try creating a copy of the image so the width is around 400px and add it to css like this:@media only screen and (max-width: 767px) { #av_product_description { background-image: url(https://your-site.de/wp-content/uploads/2019/04/Banner-Ts-beauty-shop-2.png) !important; } }This way you will have two images, one for mobile and one for desktop.
Best regards,
MikeHi,
Sorry for the late reply, as I investigate on my localhost this css should not change anything on your search results page, please link to your search results page so we can investigate further.Best regards,
MikeHi,
Thanks for the feedback, it seems that your solution is working well, I would recommend continuing to use this.
Unless there is an error that I’m not seeing right off?Best regards,
MikeHi,
Sorry for the late reply, thanks for resetting the css for the menu, so to move the sub-menu to the left on hover for your 3 column sub-menu, please try this css:.html_header_top #top .av_menu_left .main_menu .menu li#menu-item-19330 ul li#menu-item-19831 ul { left: -630px !important; }The 630px is based on the width of your 3 column sub-menu, so to target the other two sub-menu items we will need to create a new rule, if you wish, but first please test this.
Please see the screenshot in Private Content area.Best regards,
MikeHi,
Sorry for the late reply, I put the previous settings back and then I added this code to the end of your functions.php file:add_filter('avia_sidebar_menu_args', 'avia_sort_sidebar_pages',10, 2); function avia_sort_sidebar_pages($args, $post) { $args['sort_column'] = 'menu_order, post_title'; return $args; }This will allow you to set the menu order in the “Quick Edit” order option:

I set the order for the “About Us” pages with “about us” as “0” and “FAQ” as “8”
Please review and then try setting your order for the other pages.Best regards,
MikeHi,
I added this css, Please clear your browser cache and check.#av_product_description { background-image: url(https://your-site.de/wp-content/uploads/2019/04/Banner-Ts-beauty-shop.png) !important; } #av_product_description .av-parallax.active-parallax { opacity: 0 !important; }Best regards,
MikeApril 30, 2019 at 2:51 am in reply to: Burger menu and menu responsiveness not working anymore #1095566April 30, 2019 at 2:46 am in reply to: Trying to Add JS Particles Background via Enfold theme #1095564Hi,
Glad to help, I assume we can close this now, but I like to ask first. Shall we close this then?Best regards,
MikeHi,
Do you mean the pop up space in “Anwälte”?
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.awsm-details .mCustomScrollBox { height: 600px !important; max-height: 600px !important; }Best regards,
MikeHi,
It sounds like you tried to overwrite the theme directory with the new version, which will certainly crash the site.
Can you include admin login in the Private Content area, I don’t see your site linked above.Best regards,
MikeHey Christina,
Sorry for the late reply, this looks like an error we had with this version, it would “request” too many times so you couldn’t update.
Please include an admin login & FTP access in the Private Content area and we will assist update your theme.Best regards,
MikeHi,
Sorry for the late reply, it looks like you will want a container width of 72%
Please see the screenshot in Private Content area.Best regards,
MikeApril 29, 2019 at 12:24 am in reply to: Burger menu and menu responsiveness not working anymore #1095112Hey kjwaggz,
Sorry for the late reply, when I look at your site the menu is not overlaping the logo, and the burger menu works. Were you able to already resolve this?
or perhaps clear your browser cache and check again?Best regards,
MikeHey Joe Taddeo,
Your site looks really good, but you can get even more feedback from the community here.Best regards,
MikeApril 29, 2019 at 12:00 am in reply to: All new Slider do not work with Woocommerce Version 3.6.2 #1095108Hey Michael,
Sorry for the late reply, I was not able to reproduce this, Please include an admin login in the Private Content area, so we can be of more assistance.Best regards,
MikeHey amepro,
Sorry for the late reply, I’m not quite sure that I understand correctly, I tried to recreate the issue but I wasn’t sure on this part “should follow page and disappear when entering a new section” this sounds like you want the logo to scroll off the page, but slowly?
Do you have a page we can see set up?Best regards,
MikeHey sugadaddy,
Thanks for the login, it looks like your background image has reached the max-height of the container, but due to the ratio it doesn’t full the width, increasing the height a little corrects it, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home .post-entry-2 div .flex_column { height: 500px !important; }Best regards,
MikeHey sugadaddy,
Sorry for the late reply, thank you for the login, I added this function to your functions.php to change the “Read More” links.function custom_more_script(){ ?> <script> (function($){ $(document).ready(function(){ $(".more-link").text("Learn More"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_more_script');Please adjust the text in the code “Learn More” to what you wish.
Best regards,
MikeHi,
It seems that the image overlay is the same in both links now, has this been resolved?Best regards,
MikeHey mritkuma99,
Sorry for the late reply, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.avia-content-slider-inner .slide-entry a { background-color: transparent !important; }Best regards,
MikeHi,
Thank you, it was the dashboard link that I was looking for. I see that you are using Enfold v4.4.1, I would still recommend updating.
I was able to put together a solution with this function:function header_script(){ ?> <script> (function ($) { $(window).scroll(function() { var width = $(window).width(), height = $(window).height(); var scroll = $(window).scrollTop(); if (scroll >= 10 && width >= 990) { $(".html_header_top.html_header_sticky #header").css({ 'top': '0px' }); } else { $(".html_header_top.html_header_sticky #header").css({ 'top': '32px' }); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'header_script');When I test this outsite of your site on your site it works well, but when I try to add it to your functions.php it doesn’t work. Please try adding it to your functions.php file and then clear your hosting cache, I don’t see a site cache to clear.
Best regards,
Mike -
AuthorPosts
