Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the late reply and thanks for the FTP access, I updated your theme but this didn’t help, I have asked the rest of the team for their thoughts, thank you for your patience.Best regards,
MikeMay 20, 2020 at 2:20 pm in reply to: Show a full width secondary menu (or a sub menu) on archive category pages #1214667Hi,
Sorry for the late reply, I have tested several woocommerce hooks to add the sub-menu shortcode which works for the product archive pages but it brakes the layout, so I’m looking into why this is and if there is another way to do this. I appreciate your patience, thank you.Best regards,
MikeHi,
Ok, seems like it should be simple but I’m missing something or the equal height javascript is doing something.
So please remove the css above and add this script, it gets the height of each text section in each row and sets them the same, thus moving the button to the same place in each cell.
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_height_script(){ ?> <script> (function($){ $(window).load(function(){ $('.flex_column_table.av-equal-height-column-flextable').each(function(){ var $columns = $('section.av_textblock_section ',this); var maxHeight = Math.max.apply(Math, $columns.map(function(){ return $(this).height(); }).get()); $columns.height(maxHeight); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_height_script');Then clear your browser cache and check.
Best regards,
MikeHi,
If you want to go back to the css solution please disable the plugin so we can try again.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 19, 2020 at 12:46 pm in reply to: Icon list animation not working in tab section when clicking on a link #1214316Hi,
Thanks for the link, I do see that the icons in the tab are not animating, I have submitted an issue report to the dev team about this using a similar example from a different thread.
I will report here when I hear back from them.Best regards,
MikeHi,
I’m not sure what you mean by “indipendentely of their number”
Perhaps if you linked to a test page that we can see what you want to do.Best regards,
MikeHi,
Thanks for the login, I disabled your custom function and added this one to your child theme functions.phpfunction custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $("a.av-section-tab-title").each(function() { var $this = $(this); var _href = $this.attr("href"); var itemId = _href.substring(1, _href.length); $this.attr("id", itemId); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');Now directly going to
/kundcase/#foersaekringopens the tab and scrolls to it.
Please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the login, I adjusted your css to this and now it works:.category-elementary-school span.iconfont:before { content: "\e800"; font-family: yf-categories; color: #fff; position: relative; }Please clear your browser cache and check.
Best regards,
MikeHi,
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 #1213876 -
AuthorPosts




