Forum Replies Created
-
AuthorPosts
-
Hey digitalprint2222,
Thank you for your patience, typically the iframe size is not controlled by it’s content, it is controlled by the lightbox popup that is showing the iframe.
So for example you could try something like this css:div.mfp-iframe-scaler { height: 150vh !important; width: 100vw !important; } .mfp-iframe-scaler iframe { left: -15vw !important; width: 90% !important; height: 90% !important; }
please note that the iframe is inside of the mfp-iframe-scaler and typically closing the popup is done by clicking outside of the popup so this is why the css declares the width at 90%, you can try adjusting to suit your needs as this css is a general example.
Best regards,
MikeHi,
Thank you for your patience these buttons look like they were added with the Event Tickets addon plugin and then it looks like you will need to follow these instructions: Getting Started with Event Tickets
I’m not an expert with this plugin so I’m hoping that is all you will need to do, if you do get stumped with these instructions I recommend asking the events calendar support.
I also found these events calendar knowledgebase threads:
Add button to single events in event list view
Add a ‘purchase tickets’ button to event-list-meta
that may help but I’m not sure.Best regards,
MikeHi,
Thank you for your patience, so as I understand your last issue is on page page-id-362 which I found as /die-umgebung/ you want no overlay over the masonry gallery images, as I checked this is true, so this one is done?
Then on page page-id-406 which I found as your homepage, you want a 0.5 overlay over the masonry gallery images, to do this please add this css:#top.page-id-406 .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: rgba(0,0,0,0.5); }
After applying the css, please clear your browser cache and check.Best regards,
MikeHey amyteslin,
Thank you for the link to your site, I assume that what you mean is that on single topics you want to hide the main menu at the top in the header, but you want to show the topbar that says View Condition Reports
So for that please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.bbpress.single-topic #header_main { display: none; } .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top.bbpress.single-topic #main { padding-top: 0px; }
After applying the css, please clear your browser cache and check.
This will work for/forums/topic/ice-climb-conditions/
Or you could use this css:#top.bbpress #header_main { display: none; } .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top.bbpress #main { padding-top: 0px; }
and it will work for:
/forums/topic/ice-climb-conditions/
/forums/forum/conditions/
/forums/
I point this out because you said above that you had been able to address the main forum page but I could still see the header menu.Best regards,
MikeHey tcampaner,
Can you link to your page and tell us what content was modified so we can see? Perhaps you can include an admin login in the Private Content area so we can see that the backend is modified and the frontend doesn’t show the difference, this may help us help you.Best regards,
MikeHey mirotck,
Thank you for the link to your site, but it looks like you have already found the solution with this css:.flex_column.av_one_fourth:hover { animation: grow 2s; animation-fill-mode: forwards; position: relative; z-index: 50; } @keyframes grow { to { transform: scale(1.2) } }
it seems to work well, but on mouse out the animation is very quick or abrupt.
You could add this for the mouse out animation, but it is also triggered on page load, if you are looking:.flex_column.av_one_fourth:not(:hover) { animation: growout 2s; animation-fill-mode: forwards; } @keyframes growout { from {transform: scale(1.2)} to {transform: scale(1)} }
I also recommend adding a custom class to these elements, otherwise all of your one_fourth columns sitewide will show this animation.
Best regards,
MikeMay 23, 2021 at 1:03 am in reply to: Custom CSS in style.css (child theme) doesn't work – same in the editor works #1301777Hi,
It is possible that you have an error in your child theme style.css, such as a missing or extra bracket, can we see your site and Custom CSS?Best regards,
MikeHi,
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-top
to 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,
Mike -
AuthorPosts