Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the link to your site the underline is from css from the block editor:a:where(:not(.wp-element-button)) { text-decoration: underline; }to remove try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#main a:where(:not(.wp-element-button)) { text-decoration: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 9, 2023 at 5:42 pm in reply to: href link to #tabsection unwanted arrives @bottom from other #tab-id-2 #1403962Hi,
Thanks for the link to your page, I see the [/av_textblock] please include an admin login in the Private Content area so we can view the backend of the page.Best regards,
MikeApril 9, 2023 at 5:35 pm in reply to: Yoast and ALl in one seo can’t read content when editing #1403961Hey daves1997,
Please try to explain in detail so we can investigate, perhaps a screenshot would help.Best regards,
MikeApril 9, 2023 at 5:27 pm in reply to: quick menu shows on left then disappears when page is done loading #1403960Hey daves1997,
Sorry I don’t see any menu on the left, please try to explain in detail, perhaps a screenshot would help.Best regards,
MikeHey mwolfert,
Thank you for the link to your site, I have not used the plugin before but I find that in the media library if you click a file and then click the green button you will see the options in your screenshot. Please try this, please see the screenshots in the Private Content area.Best regards,
MikeHey walhai,
Please include a link to your page and a admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey Jay,
Thank you for the link to your site, from the test that I linked to below the Largest Contentful Paint is 3.23s and points to the LayerSlider image /viessmann-featured.png which is 1050px square, but on your page it shows at 476px square for desktop, so if you resize and compress it could be half of its size and reduce the LCP.
That said I see your overall First View is 2.977s which is very good and that is without combing your javascript files, try enabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression.Best regards,
MikeHey lzevon,
Thanks for your patience and the link to your site try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header.header-scrolled .avia-svg-logo #Layer_1 .st0 { fill:#2D5C88; }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 9, 2023 at 3:36 pm in reply to: Backup data file for Button “Reset all options” in WP Chapter Enfold – Theme #1403950Hi,
Yes, they are stored in the database, check with your webhost to see if they store database backups.Best regards,
MikeHey JantienM,
Thank you for your patience and the link to your site, on mobile I see the space between the column rows is 45px to match this for each cell try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top .av-equal-height-column-flextable .av-flex-placeholder { height: 45px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear, the thickness of the line currently is 2px, to double it try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#avia-menu .avia-menu-fx { height: 4px; }feel free to adjust to suit.
After applying the css, please clear your browser cache and check.Best regards,
MikeApril 9, 2023 at 2:26 pm in reply to: Pricing table edit to text in row messes up whole table #1403945Hi,
Glad to hear, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Julien,
Thanks for the link to your site, have you tried placing your shortcode differently in your temple file, it sounds like the shortcode is outside the main container, or perhaps there is an unclosed div. Unfortunately your theme editor is disabled so we can’t see your child theme files.
Please note that I would not recommend using a footer.php or a header.php in your child theme, because every so often we change these files and it becomes the top issue after updates.
For you adding fixed content like an accordion FAQ at the bottom of a single post, I recommend injecting the shortcode, for example to add an accordion before the footer of every single post, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function insert_before_footer(){ if(is_single()) { echo do_shortcode("[av_toggle_container faq_markup='' initial='0' mode='accordion' sort='' styling='' colors='' font_color='' background_color='' border_color='' toggle_icon_color='' colors_current='' font_color_current='' toggle_icon_color_current='' background_current='' background_color_current='' background_gradient_current_direction='vertical' background_gradient_current_color1='#000000' background_gradient_current_color2='#ffffff' background_gradient_current_color3='' hover_colors='' hover_font_color='' hover_background_color='' hover_toggle_icon_color='' size-toggle='' av-desktop-font-size-toggle='' av-medium-font-size-toggle='' av-small-font-size-toggle='' av-mini-font-size-toggle='' size-content='' av-desktop-font-size-content='' av-medium-font-size-content='' av-small-font-size-content='' av-mini-font-size-content='' heading_tag='' heading_class='' alb_description='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-lg8glvl5' sc_version='1.0' admin_preview_bg=''][av_toggle title='Toggle 1' tags='' custom_id='' element_template='' one_element_template='' av_uid='av-lg8glhnz' sc_version='1.0']Toggle 1 content[/av_toggle][av_toggle title='Toggle 2' tags='' custom_id='' element_template='' one_element_template='' av_uid='av-lg8glpqw' sc_version='1.0']Toggle 2 content[/av_toggle][/av_toggle_container]"); } } add_filter( "ava_before_footer", "insert_before_footer" );
Try adjusting this to suit your needs.
Here is a link to our Hooks & FiltersBest regards,
MikeHi,
Thanks for your patience and the link to your site, on Safari this is the css causing the issue from your css above:#header .logo img { top: 50%; transform: translateY(-50%); max-width: 200px; }this corrects:
#header .logo img { top: 0; transform: translateY(0%); max-width: 200px; }this also works on Chrome in Windows, so I guess Safari is sticker.
Best regards,
MikeHey Kathy Evans,
Thank you for your patience and the link to your site, when I check your slider it seems the only issue is with the second slide text font is too large, please note that you can adjust the font size for each screen size in the element options:

changing a huge font size down for tablet will allow the buttons to show.Best regards,
MikeHey daves1997,
To copy a table you can use the Templates ▸ Save Entry As Template button to create a template of your page, idealy you would want only the elements on the page that you want to clone. If there are extra elements on the page, go a head and create a template and name it specifically as a temp template then use it on a blank page, then remove the elements you don’t want and then create a new template and delete the temp one.

Best regards,
MikeApril 8, 2023 at 9:51 pm in reply to: in tab-section the shortcode av_postcontent leftover [/av_textblock] on website #1403913Hey Jens,
Thanks for your patience, by default a tab section doesn’t include a link or a text block, perhaps you made an error somewhere, it is hard to say without examining the page. Try recreating the page/element from scratch, If this doesn’t help please include an admin login and a link to a test page in the Private Content area so we can be of more assistance.Best regards,
MikeApril 8, 2023 at 9:41 pm in reply to: Pricing table edit to text in row messes up whole table #1403912Hi,
Glad to hear that you have this sorted out, I checked your table but didn’t see anything that could cause this issue. Please let us know if you have this issue again so we can check.
In the past I have seen issues in tables when the less-than or greater-than symbols are used, I don’t see these in your table, but you may want to keep this in mind for the future.Best regards,
MikeHey Alwin,
It is hard to say what is causing this without examining the site, which also makes it hard to offer some css to correct it, please include a link to your site so we can offer a solution.Best regards,
MikeApril 8, 2023 at 8:18 pm in reply to: How to hide “avia_forced_reroute” in maintenance URL? #1403907Hey BeeCee,
Have you tried setting the Custom Error 404 Page settings to the second option (Display selected page without redirect)?
Typically this solves, if not please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Thank you for your patience, 20i servers have been a source of brutforce-like attacks against our server and have been unblocked many times now but the attacks continue.
Another option would be to import the demo on a localhost and use the plugin duplicator and then install the clone on your 20i server.Best regards,
MikeHi,
Thank you for your patience, 20i servers have been a source of brutforce-like attacks against our server and have been unblocked many times now but the attacks continue.
Another option would be to import the demo on a localhost and use the plugin duplicator and then install the clone on your 20i server.Best regards,
MikeApril 8, 2023 at 7:53 pm in reply to: Since update from enfold the menue structure in the backend isn´t working #1403902Hi,
Thanks for the screenshot and the link to your site, but unfortunately the login you provided doesn’t work with the htaccess login, please also provide a login for this.
I checked my install and the up & down arrows work for me, you can also drag the menu items if you are having trouble clicking them:

If you would like to make them larger for easier use try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function make_admin_menu_items_larger(){ ?> <style> .nav-menus-php .menu-item-bar .menu-item-handle, .nav-menus-php .menu-item-settings { min-height: 40px; max-width: 482px; } .nav-menus-php .menu-item-bar .item-edit { width: 60px; right: -60px; } .nav-menus-php .menu-item-bar .menu-item-handle .item-controls { right: 60px; } .nav-menus-php .item-edit:before { margin-left: 14px; } </style> <?php } add_action('admin_head', 'make_admin_menu_items_larger', 1);Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
this is the expected results:

Best regards,
MikeApril 8, 2023 at 7:17 pm in reply to: Need to add a banner just to the homepage with a width of 100% #1403898Hi,
guychalk have you tried Guenni007’s recommendation of using a color section and a background image? A color section will be full width.Best regards,
MikeHey Gianluca,
Thank you for your patience, but it looks like you have already sorted out how to make the masonry overlay transparent instead of white.
As for your second question on your example page when you scroll down the top section is scaled down with javascript using transform: scale(); I can’t see the javascript used. I recommend using a plugin or a library like https://greensock.com/scrolltrigger for example: https://codepen.io/snorkltv/pen/oNBGzOE
or something like this: https://stackoverflow.com/questions/64464798/transform-scale-on-scroll
but you will need to tinker with it.Best regards,
Mike -
AuthorPosts





