Forum Replies Created
-
AuthorPosts
-
December 22, 2019 at 7:51 pm in reply to: 2 and 3 column not mobile responsive with fullwidth featured slider #1168612
Hi,
Thanks for the login, I see that you are using the grid rows for your two and three column sections, the grid rows are designed to not break into a single column. Please try using the column elements for this function.Best regards,
MikeHi,
Glad to hear you have been able to sort this out.
Thank you for using Enfold.Best regards,
MikeHey ninasmith,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (min-width: 425px) and (max-width: 988px) { #av_section_1 .scroll-down-link { top: 60% !important; } }Best regards,
MikeHi,
Sorry for the late reply, to use the list option in the text block element and always see the small square, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:ul.disc, .entry-content-wrapper ul { list-style: square outside !important; }this will be for your whole site, if you only want it for some pages then please let us know.

Best regards,
MikeDecember 22, 2019 at 6:56 pm in reply to: Buttons within column not displaying correctly on mobile devices #1168594Hi,
Sorry for the late reply, and thanks for the login, when I look at your grid row on mobile the buttons overlap each other and the images are too small to see well. Have you considered using columns instead?
Please see the screenshot in Private Content area.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,
@Trent Dyrsmid this is a temp patch, the next update will include this, which will be released in a couple of weeks.
@djfoot glad to help.
@RezNation is this working for 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
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,
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,
MikeDecember 22, 2019 at 6:13 pm in reply to: Change name of Avia layout builder on page builder #1168585Hi,
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,
Glad to help, are you going to be ok with deleting the “enfold-old” or shall I do it?
Then shall we close this?Best regards,
MikeHi,
Sorry about that, I didn’t realize it was one of the theme’s icons. So to solve this I added this css to your Quick CSS:#top #wrap_all .social_bookmarks_Newsletter a:before { content: ""; }it is now working for you, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear you have been able to sort this out.
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,
MikeDecember 22, 2019 at 5:26 pm in reply to: Tabular Data Table (scrollable) inside of a tab section on mobile #1168578Hi,
Thank you for the login, since the table is set to scrolling it retains it’s width and is scrollable with a sideswipe, but in mobile, the tab section is also scrollable with a sideswipe, so the two elements nested are both being controlled by the same sidesipe.
So one solution is to add this css to show the complete table in mobile view and not rely on the sideswipe:@media only screen and (max-width: 767px) { #top.page-id-133 #tab_table .avia_scrollable_table .avia-table th,.avia_scrollable_table .avia-table td { padding: 9px 1px !important; } #top.page-id-133 #tab_table .avia_scrollable_table .avia-table li { margin-left: 0em !important; } #top.page-id-133 #tab_table .avia_scrollable_table .avia-table li { list-style: none !important; } #top.page-id-133 #tab_table .avia_scrollable_table .avia-table { width: 100% !important; } .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > thead > tr > th, .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > tbody > tr > th, .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > tfoot > tr > th, .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > thead > tr > td, .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > tbody > tr > td, .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > tfoot > tr > td { white-space: unset !important; } }If you test this css please clear your browser cache.
Please see the screenshot in Private Content area of the expected result. This is for a larger mobile screen (425px) for a small mobile screen like the iPhone 6 the text may overflow the cells.
So probably the best solution is to choose “adjust table to screen size” in the “Responsive Styling” option, unless you show your table below the tab section.Best regards,
MikeHi,
Good news, the dev team has adjusted the theme’s core files for parsing the shortcode in the schema and it is included in the next version. It is based on this shortcode.
So now it works in our schema:

But the source code fragment you posted in the opening post is the schema created by the “rank math” plugin, and it seems to have it’s own logic and is not using the theme’s schema data and is not parsing the shortcode.
While we can not support 3rd party plugins, perhaps the “rank math” plugin has a filter to allow shortcode parsing now that the theme is?Best regards,
MikeDecember 21, 2019 at 3:47 pm in reply to: WooCommerce – Issue With Postal Code Field Display with Square Gateway #1168449Hey npmcgrew,
Sorry for the late reply and thanks for the login and screenshots. It looks like the issue is that the field uses the class “hidden” and we have css which hides the class, which we happen to also use.
Anyways, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#wc-square-credit-card-credit-card-form .wc-square-credit-card-card-postal-code-parent.wc-square-credit-card-hosted-field-parent.hidden { position: relative !important; visibility: visible !important; }Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeHi,
Sorry for the late reply, I see that you have quite a lot of custom functions in your child theme functions.php, so when you tested with the 2020 theme and your site was fast, these functions were not used?
So perhaps one or some of these are the issue, have you tried removing these from your child theme and clearing your browser cache to see if you have improved performance?
You also have a dashboard notice: “Important plugins are missing, are outdated or are not supported” for the “Germanized for WooCommerce” plugin and another notice “Your theme (Enfold Child) contains outdated copies of some WooCommerce template files.”
Perhaps try updating this plugin and template files.Best regards,
MikeHi,
Sorry for the late reply, for me it looks like the theme is not loading, is Enfold activate?
Please include an admin login in the Private Content area so we can take a closer look.
I have had success using the Duplicator plugin to migrate sites, perhaps giving this a try will solve this for you.Best regards,
MikeHey Thomas,
Sorry for the late reply, there is not a setting to control this, but we can adjust with some css.
Please link to your page and explain how you would like it to look.
I assume that in mobile, the table should be full-width and centered, and the first column should be 25% and the second column should be 75% so the text is on one line?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,
Thanks for the login, I tried testing your site in maintenance mode, but I was not able to reproduce your issue, I know you said it occurs randomly, but are there any steps we can take to see the error? I also didn’t lose the admin bar.
Both of these items are controlled with cookies, so it seems to be a cookie issue with your browser.
What browser are you using? Do you use an ad-blocker?
I see a facebook customer chat script added to your header.php, perhaps opening this in maintenance mode is resetting the maintenance & admin cookie somehow?
We have a cookie consent patch, but you are not using the cookie consent bar so I don’t think this is the issue, unless you had it on when the error occurred?
If you want to try the patch you would replace the /enfold/js/avia-snippet-cookieconsent.js file with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/avia-snippet-cookieconsent.js
Please save a copy of your original file as a fallback.Best regards,
MikeDecember 21, 2019 at 1:39 pm in reply to: Tabular Data Table (scrollable) inside of a tab section on mobile #1168420Hey navindesigns,
I see that the table is not switching to the mobile view it’s cells are going to 100% width, did you add any custom css that might have change this?
Please include an admin login in the Private Content area so we can examine this closer.Best regards,
MikeHi,
Thanks for the login, as I understand your fontello icon is meant to be a feather but when I look at your uploaded fontello-5e0f7125.zip, which is the imported “ast” font it doesn’t contain a feather

I didn’t find another fontello file in your media library, please try uploading this file and importing into your icon manager, and include a link to the file in the Private Content area so I can check the font code.Best regards,
MikeHey marcoabis81,
Please try changing your css to this instead:#top.page-id-8197 .avia-image-container:hover .avia_image { box-shadow: 3px 6px 16px #000!important; }Best regards,
MikeHi,
This error is due to a file change in WordPress v5.3.1, the dev team has released this fix for the missing icons, please upload the following file via FTP to
\enfold\framework\php\function-set-avia-frontend.php
https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
Please save a copy of your old file should you encounter an upload error.
Then clear your browser cache and any cache plugin, and check.
This has been added to the upcoming Enfold update.Best regards,
MikeHi,
@niklas thank you for sharing. @ginnywills did this resolve your issue?Best regards,
MikeHi,
Please try adding your css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field.
Also try publishing your page instead of viewing a “preview” of it.
I see from your screenshot you have a caching plugin, please try disabling your caching plugin and your Enfold Theme Options > Performance > JS & CSS file merging and compression setting while you are creating your site, once you are done you can enable these to make your site faster.
Sometimes you may find your css is not specific enough to override the theme css, so you can try adding!important;at the end of your css rules like this:.page-id-3503 .main_color { background-color: red !important; }and add the
#topID to your page ID class, like this:#top.page-id-3503 .main_color { background-color: red !important; }Best regards,
MikeHi,
@Guenni007 thank you for the great explanation with screenshots. @algkent did this help you resolve your question?Best regards,
MikeDecember 21, 2019 at 10:55 am in reply to: white lines between social icons in transparent menu #1168401Hey beachcitiescryo,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #header_meta .social_bookmarks li { border-right-style: none !important; border-right-width: 0 !important; }Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike -
AuthorPosts

