Forum Replies Created

Viewing 30 posts - 14,431 through 14,460 (of 34,625 total)
  • Author
    Posts
  • in reply to: Iframe Fullwidth? #1301852

    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,
    Mike

    in reply to: Event Calendar help #1301845

    Hi,
    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,
    Mike

    in reply to: Masonry Gallery change color of text #1301842

    Hi,
    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);
    }

    2021-05-23_091215.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: bbpress hide main menu #1301780

    Hey 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,
    Mike

    in reply to: Content doesn't update on the live website #1301779

    Hey 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,
    Mike

    in reply to: Slightly Enlarge Column on hover #1301778

    Hey 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,
    Mike

    Hi,
    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,
    Mike

    in reply to: Page has shifted #1301776

    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,
    Mike

    in reply to: fix height of tab section #1301775

    Hi,
    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,
    Mike

    Hey 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.
    2021-05-22_180410.jpg
    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,
    Mike

    Hey 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,
    Mike

    Hey restube,
    Thank you for your patience and for the login, to correct this I added the custom class td-va-top to the last table so that the solution will only effect this table:
    2021-05-22_172945.jpg
    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,
    Mike

    in reply to: How delete or hide the Footer #1301608

    Hi,
    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,
    Mike

    in reply to: How delete or hide the Footer #1301363

    Hi,
    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,
    Mike

    in reply to: Layerslider doesn't show up in Frontpage #1301359

    Hi,
    That background image is from the #video section which is much lower on your page:
    2021-05-20_055746.jpg
    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,
    Mike

    in reply to: How do I Enable the Block Editor in Enfold? #1301352

    Hi,
    Sorry at this time it is not possible, thank you for using Enfold.

    Best regards,
    Mike

    in reply to: How delete or hide the Footer #1301350

    Hi,
    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,
    Mike

    in reply to: Layerslider doesn't show up in Frontpage #1301193

    Hi,
    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,
    Mike

    in reply to: Mailchimp Newsletter Form #1301183

    Hi,
    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,
    Mike

    in reply to: How delete or hide the Footer #1301182

    Hi,
    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,
    Mike

    in reply to: Restricted access to pages and login personalization #1300984

    Hi,
    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,
    Mike

    in reply to: Textgröße in Topmenü ändern #1300980

    Hi,
    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,
    Mike

    in reply to: Fallback image loading before the video loads #1300979

    Hi,
    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,
    Mike

    in reply to: Textgröße in Topmenü ändern #1300973

    Hi,
    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,
    Mike

    Hi,
    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.
    2021-05-18_061715.jpg

    Best regards,
    Mike

    in reply to: Events Calendar bug in the single event page #1300612

    Hi,
    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,
    Mike

    in reply to: Divider brings out another line on top #1300610

    Hi,
    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,
    Mike

    in reply to: Change the title color of a post category #1300608

    Hi,
    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,
    Mike

    in reply to: How delete or hide the Footer #1300607

    Hi,
    Thank you for your patience and the link to your test page, but I do not see any footer, here is a screenshot of what I see:
    2021-05-16_175051.jpg
    does this mean you were able to sort this out?

    Best regards,
    Mike

    in reply to: Download and import demo site doesn't work #1300604

    Hey 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:
    2021-05-16_172639.jpg
    does this mean that you were able to sort out your original question?

    Best regards,
    Mike

Viewing 30 posts - 14,431 through 14,460 (of 34,625 total)