Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for your patience, when I look at your page I see this css which I believe you have added?.html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:307px; }if you change the padding-top:307px; to padding-top:330px; this should be corrected. After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
As I understand your situation you will need to ensure that all slides are the same height as it is the content of the tab section.
If all of the slides are the same height and you are still having trouble please link to your page so we can see.Best regards,
MikeMay 23, 2021 at 12:24 am in reply to: Need to make Enfold accordions accessible for screen reader #1301774Hey bkatzdesign,
Thank you for your patience and for the link to your site, each of the accordion toggles have a unique aria-controls attribute which tells screen reader users that ARIA-controls are used, please read about the ARIA-controls property here.

As far as the ARIA accessibility specs call we have included the attributes and values for screen reader accessibility, and I’m not sure what else we can do, can you be more specific?Best regards,
MikeMay 22, 2021 at 11:50 pm in reply to: Code Block crashes everytime by upating page avia layout builder #1301773Hey topnetat,
Thank you for your patience if I understand correctly you are adding a html snippet to a code block element that adds second tags for:
!DOCTYPE html
html
head
body
and then closes these tags within your page, these tags should only be used once per page.
You will need to rewrite your calculator script another way.Best regards,
MikeMay 22, 2021 at 11:35 pm in reply to: unnecessary white space in table – pls tell me how to remove it #1301772Hey restube,
Thank you for your patience and for the login, to correct this I added the custom classtd-va-topto the last table so that the solution will only effect this table:

then I added this css to your WordPress > Customize > Additional CSS field:.td-va-top td.avia-center-col { vertical-align: top !important; }now the table content is verticaly aligned to the top, please clear your browser cache and check.
Best regards,
MikeHi,
That is because you have this css:.avia-bullet { display: none !important; }I commented it out for you, please clear your browser cache and check.
Best regards,
MikeHi,
You had quite a few errors in your css, extra brackets and this css which was hidding your sub-menus:@media only screen and (min-width: 767px) { nav.main_menu ul.sub-menu { display: none!important; }}please clear your browser cache and check.
Best regards,
MikeHi,
That background image is from the #video section which is much lower on your page:

the image is served by a CDN, I was not able to login today but I would recommend trying to disable your CDN and any caching plugins, to see if that helps, as the CDN seems to be “preloading” many minified files, if not then there is a possibility that somewhere the elements that you have chosen to show on mobile vs tablet & desktop is getting mixed up, because the #video section is lower and should not show on top.
So as a test copy the page to another test page with only the mobile elements and do not set any display settings and see if this continues.Best regards,
MikeHi,
Sorry at this time it is not possible, thank you for using Enfold.Best regards,
MikeHi,
Thank you for the login, I couldn’t find the css in either of the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field, so I added it and it is now working, please clear your browser cache and check.Best regards,
MikeHi,
Thank you for your patience and thanks for the link to your site, I don’t have an iPhone but I checked your site by emulating a mobile device in a Chrome browser and found that the slider Mobile Frontpage View shows, although it has white space above and below the image because it is not set to “cover” but I believe that you are only testing with this image. I don’t see any other “fallback” image so I’m not sure if I’m seeing what you are intending, please advise.Best regards,
MikeHi,
Glad to hear that you sorted 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,
MikeHi,
Thank you for the feedback, your page seems to be showing the black area at the bottom for me today and I see that this is not a footer it is that your page doesn’t have enough content to fill the height of the browser window, so to correct please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.single-product #main { min-height: 100vh; }this should work for all .single-product pages, if you want it to work for all pages you could remove .single-product from the code.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
For the login form customization, if it is only the bold in the label you are looking for then I could probably help with a little CSS, typically this type of customization for a third-party plugin would be out of scope for us, it there are serval points you would like to customize try asking the plugin author for help.
Regarding the redirect, adding a redirect based on the user privileges such as the way the user access manager plugin does is actually trickier than it may look, and whether you hire someone to write code for you or use the addon from the plugin author it is going to take more extra code. I would recommend using the addon.
As for submitting payments using Stripe in forminator, all of the errors above are coming from the forminator plugin, I don’t have any experience with this plugin, and supporting this third-party plugin is out of scope for us, please try contacting the plugin author.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,
In general the css above was for a default named section av_section_1 so if you have renamed your section with a custom ID then the css would need to be changed.
But I believe that the main reason this might not work anymore is because the fallback image is not strictly a background image but is loaded as a background image url data-type and is triggered by JS.
We might be able to write a JS script to remove this for certain screensizes for your site, but I would need to take a look at your site. Please open a new thread with a link to your site in the Private Content area, you can post a link to your new thread in this thread so we can find it.Best regards,
MikeHi,
It seems to be working also for mobile, please try clearing your browser cache on your mobile device. Please see the screenshot in the Private Content area.Best regards,
MikeMay 18, 2021 at 12:19 pm in reply to: Edit TEXT BLOCK shows No text and INSERT IMAGE button doesn't work #1300970Hi,
Thank you for your patience and the login to your site, I took a look at the test page that Rikard created by copying your homepage, and I found that removing your two code snippets corrected the elements:<script src="https://apps.elfsight.com/p/platform.js" defer></script> <div class="elfsight-app-ec14d956-7bf4-4b2e-a963-9c294fef7765"></div> <script src="https://apps.elfsight.com/p/platform.js" defer></script> <div class="elfsight-app-05c5bc94-2c43-4791-95aa-eb94a65866c1"></div>I believe that the backend elements load the code snippets and “preview” it but it is interfering with the “edit” function of the elements.
So my recommendation would be to remove the script via the debugger if you should want to edit the other elements in the future, which seems like it would not be very often.

Best regards,
MikeHi,
Glad to help, you should be able to re-enable the merging, but I would recommend waiting to use merging or any caching until you are done creating your site because I would imagine you will be making many changes.
The delete old css option is a on/off slider and not a button, so clicking it enables/disables.
I hope that explains it well, unless there is anything else we can help with on this issue, shall we close this then?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,
MikeHey Joni,
Thank you for your patience and for the link to your site, but the login is not working and it looks like the demo has been installed and customization has been started, I believe this because I can see some remaining elements from the demo:

does this mean that you were able to sort out your original question?Best regards,
MikeHey 4m,
Thank you for your patience, basically you can model this css to change the color of the single post title in the News category:#top .category-news h1.post-title a { color: red; }
Please feel free to adjust the color to suit and change the category to yours, if you have any trouble adjusting to your needs then please link to your page where you would need to apply the changes.Best regards,
MikeHey argusnet,
Thank you for your patience and the link to your page, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#main .template-blog .single-big .pagination { padding: 0; display: flex; justify-content: center; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey martin,
Thank you for your patience and the link to your example, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#main .main_color.el_before_av_hr + .main_color.av_default_container_wrap { border: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for disabling the merging, I now see that you have an extra bracket that is breaking the following css and you have a space after the dot which indicates the class:

Please correct this for your CSS to correctly work.
As for your new CSS snippet above, it is flawed so it will not work correctly.
In CSS rules, after each comma, you need to fully specify the path to your target, writing
, li:nth-child(5), li:nth-child(7), li:nth-child(8), li:nth-child(9), li:nth-child(10)
will target every li:nth-child(x) on the page.
Please try re-writing to be more specific.Best regards,
MikeHi,
Thanks for your feedback, the css for the padding of the page and the margin for the time text should not interfere with each other as they are different elements, what you describe sounds like there is a missing bracket in your css elsewhere, but while you are using the merged css & js in the theme options I can not find the error, please disable this for now.
Perhaps your issue on this site is similar to the issue you are having on your second site, on your second site the reason the scroll top display block css is not working is because you are using PHP comment out code in CSS code:// ---------------------------------------- // SCROLL PAINIKE KÄNNYKÄLLÄthis is the correct way to comment out in CSS
/* ---------------------------------------- */ /* SCROLL PAINIKE KÄNNYKÄLLÄ */I see on your second site this occurs 10 times, so please correct this and clear your browser cache and the theme css merging as explained above.
If you have also done this on your first site please also correct.Best regards,
MikeHey diefleischerei,
Vielen Dank für Ihre Geduld und den Link zu Ihrer Website. Bitte versuchen Sie dieses CSS in Ihrem Quick CSS:#header_meta #menu-item-779 > a { font-size: 17px; }Die Schriftgröße beträgt jetzt 11px, und Sie haben nach 6px mehr gefragt, sodass der Code 17px anzeigt. Sie können ihn jedoch jederzeit anpassen.
— Translated with Google —
Thank you for your patience and the link to your site, please try this css in your Quick CSS:
#header_meta #menu-item-779 > a { font-size: 17px; }The font size is now 11px, and you asked for 6px more so the code says 17px, but feel free to adjust to suit.
Best regards,
MikeHey amalina_daqscribe,
Thank you for your patience and the link to your page, I tested your accordion with Chrome, Firefox, Edge on Windows 10 and made a video of an additional test linked below, but the accordion headers showed the title whether they were expanded or not and the content did show for each of the last 3 items. Please watch the video and let us know if this is the correct behavior and if you are still having this issue.Best regards,
Mike -
AuthorPosts

