Forum Replies Created
-
AuthorPosts
-
Hi,
Glad to hear this is helping, unfortunately we can’t move the css to your child theme. Typically, we would override css with the!important;but there is no solution for removing the!important;without another one.
So I followed @jacqueschoquette’s suggestion and installed the Admin CSS MU plugin and copied all of the modified /avia-builder.css css to it, and then added this script to remove the original cssfunction custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $("link[href*='/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css']").remove(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');I tested this on your site and it is working and you should not have to update this file after the next update.
Please clear your browser cache and check.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,
MikeMay 18, 2020 at 1:15 pm in reply to: Show a full width secondary menu (or a sub menu) on archive category pages #1214021Hi,
Thank you for the feedback, try changingis_archive()tois_product_category()in the code.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,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.flex_column_table_cell.av-equal-height-column .avia-button-left { position: absolute !important; left: 0 !important; bottom: 0 !important; }After applying the css, Please clear your browser cache and check.
Best regards,
MikeMay 18, 2020 at 12:50 pm in reply to: Woocommerce shop page shows gallery images, not product/featured image #1214007Hi,
Thank you, for the Product gallery were you using the “Default enfold product gallery” or the “WooCommerce 3.0 product gallery” or did it not matter?Best regards,
MikeHi,
Thanks for the login, this is odd, the sidebar is not created on the archive page, I see that you are using v4.7.2, perhaps this was an error in it, please try updating to v4.7.4Best regards,
MikeMay 18, 2020 at 10:35 am in reply to: How do I make content in sidebar use the full width of the sidebar #1213971Hi,
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,
MikeHey Karin_Tara,
Sorry for the late reply, I believe you are thinking of this link but I don’t think it will tell you which domain your license goes to.
I recommend writing the 4 licenses down and assign domains to them on the paper and if it ever comes up again you’ll know which licenses you intend to use for each domain.Best regards,
MikeHey Andrea,
Sorry for the late reply, as I understand your question, you would like the layerslider to be full visual height on mobile as it is on desktop. For the layerslider responsive means that the slider is scaled down to show the full slider on mobile, that is why it is a box across the top of your page instead of a full screen on mobile.
The best solution for this is to have two sliders, one for mobile portrait screens and one for desktop landscape screens. For the mobile slider try the canvas size 425px by 500px it seems to work well.

You can set the desktop slider to hide on mobile in the layerslider slider settings:

and you can set the mobile slider to hide at over 990px like this:

Best regards,
MikeHi,
Sorry for the late reply and thanks for the login, when you look at the pagination options please note this statement:Pagination might not work as expected when there is more than one blog posts element on a page, a post or on the blog page.
on the same page your slider is showing posts, so I believe that this is causing a known issue. Try removing the slider to see if the pagination then shows.
I also checked your /work-with-me/ page directly on an Android mobile but the page showed correctlyBest regards,
MikeHi,
Sorry for the late reply and thanks for the link, I understand you are now using the Q2W3 plugin and not the css:aside.sidebar.sidebar_right.alpha.units{ position: fixed!important; width: 400px!important; right: 100px!important; top: 100px!important; }Correct? The Q2W3 documentation shows how to disable on mobile
For screens below 767px you will want the fixed widget disabled and for screen sizes 768px to 1024px you will want to usetop: 100px; width: 250px;for it to show well. Does the plugin let you set this?
Best regards,
MikeHey Jonas,
Sorry for the late reply and thanks for the login, I had a hard time finding a variable product that had variable images, please link to one product that we can investigate and add variable images to it, perhaps the “Grey Pullover Hoodie” linked below.
Please see this animation gif to the variable images I mean.

you may have to click the image to play.Best regards,
MikeHey MediaMix1,
Sorry for the late reply and thanks for the link, in my install the only apple icon I have has the bite in it, but with this css you can add it as your default icon:span.iconfont:before { content: "\e920"; font-family: entypo-fontello; color: #fff; position: relative; }
You can follow these steps to find and add a different apple icon if you want.Best regards,
MikeHi,
Sorry for the late reply, I have checked your page but I didn’t see the “topicpulse” image “blink in”
I do see that the element animation doesn’t start until in view, often the animation also includes opacity so that might explain the “blink”
Do you want the animation? Try disabling any animation in the elements on the page and then clearing your browser cache, this might be enough to fix it otherwise we can try blocking any animation that you can’t control from the elements.Best regards,
MikeMay 17, 2020 at 10:57 pm in reply to: How do I make content in sidebar use the full width of the sidebar #1213883Hey Miki,
Sorry for the late reply and thanks for the screenshot and link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 1400px) { .responsive .container { max-width: 99% !important; } }After applying the css, Please clear your browser cache and check.
Best regards,
MikeHi,
This works for me in incognito and on an Android mobile, I will ask the rest of the team to check on an iPhone.Best regards,
MikeMay 17, 2020 at 10:32 pm in reply to: Keep Sec. menu + social icons and main menu always Haburger icon #1213876Hi,
Sorry for the late reply, I copied the 3 pages from the demo and put in your site.
Please look for Blog Classic Grid, Blog Masonry, & Blog ModernBest regards,
MikeHi,
Sorry for the late reply, thanks for the video and login, for the first issue I found that a!important;was causing the builder to show on each tab. The file is at:/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.cssstarting on line 24 find:#avia_builder{ float:left; width:100%; display: block !important; }change to:
#avia_builder{ float:left; width:100%; display: block; }I did this for you but you will have to clear your browser cache.
For your second issue I added the css from @jacqueschoquette, thanks :).avia-modal.modal-preview-active.modal-preview-large { left: 160px !important; right: 0 !important; }It is also now working, please check.
Best regards,
MikeHi,
I assume that you are talking about the text “category” on a product page under the product details.

Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $("#top.single-product .product_meta .posted_in").contents().filter(function(){ return this.nodeType == 3; }).remove(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');Best regards,
MikeHi,
Sorry, I don’t seem to get the same results, I add an item to the cart, then click the green button to see the cart and the item is there. I can also click the “view cart” from the cart icon drop down.
Please see the screenshots in Private Content area.Best regards,
MikeHi,
What do you mean by “fix the height for mobile screens too” for mobile the script works correctly, it finds the tallest inner content and then sets all of the sliders to the same height. The problem I see is that one of your testimonials is very long so all of them will be. I recommend making the testimonials shorter or having a second testimonial for mobile only with all short comments.
You can also try this css that removes the padding for mobile and reduces the font size.@media only screen and (max-width: 767px) { .avia-testimonial { padding: 0px !important; } #top .av-large-testimonial-slider .avia-testimonial-content { font-size: 1em !important; } #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image { margin: auto !important; } }Best regards,
MikeHi,
Sorry for the late reply, for #1 please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.av-button-description.av-button-description-below p { color: #333 !important; }#2 sorry, I don’t see the “View this case study”
#3 for your blog page:.avia-content-slider span.blog-categories.minor-meta,.avia-content-slider footer .slide-meta { display: none !important; }#4 for your /stories/ page
#av-masonry-1 .av-masonry-sort { visibility: hidden !important; opacity: 0 !important; }After applying the css, Please clear your browser cache and check.
Best regards,
MikeMay 17, 2020 at 6:51 pm in reply to: Show a full width secondary menu (or a sub menu) on archive category pages #1213847Hi,
Sorry for the late reply, you can add the sub-menu to pages as a function with a shortcode, for example, this function will add a sub-menu to your archive pages.
Try adding this code to the end of your functions.php file in Appearance > Editor:add_action('ava_after_main_title', 'ava_after_main_title_mod'); function ava_after_main_title_mod() { if(is_archive()) { echo do_shortcode("[av_submenu which_menu='center' menu='25' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu=''][av_submenu_item title='Menu Item 1'][av_submenu_item title='Menu Item 2'] [av_submenu_item title='Menu Item 3'] [/av_submenu]"); } }note the shortcode after the line
echo do_shortcode("that is were to add your shortcode, to get this shortcode Enable the Avia Layout Builder Debugger and copy the shortcode from the debugger

Best regards,
MikeHey wzshop,
Sorry for the late reply, this javascript will move the onsale container inside the thumbnail container, unfortunately, there is no hook to use for that. Typically this solution works well, did it work for you?
If you need an adjustment please link to the page we can see with this in action.Best regards,
MikeHey Sal,
Sorry for the late reply and thanks for the screenshots and link. With this css the last three columns will become one column:#menu-item-15779 { display: flex; flex-direction: column; width: 100%; flex-wrap: wrap; } #menu-item-15770 { display: flex; flex-direction: column; flex-wrap: wrap; width: 100%; } #menu-item-16022 { display: flex; flex-direction: column; flex-wrap: wrap; width: 100%; }
in your last screenshot there is another column “apple watch” are you adding more columns? If so please do so and then we can adjust the css again if needed.Best regards,
Mike -
AuthorPosts




