Forum Replies Created

Viewing 30 posts - 14,401 through 14,430 (of 34,616 total)
  • Author
    Posts
  • in reply to: CLS Issue #1302969

    Hi,
    Glad to hear that you have this sorted out, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Thank you for the feedback and your login, I believe that I have corrected this for you, so the first thing I did was click this arrow in the element title:
    2021-05-29_102114.jpg
    this made two more arrows show:
    2021-05-29_102438.jpg
    and clicking the down arrow moved the element to the sidebar:
    2021-05-29_102734.jpg
    I didn’t want to save the page, so if the element doesn’t show in the sidebar for you try following these steps and then save the page to possibly save the setting?
    I personally don’t like the Block Editor and always use the Classic Editor, so I’m not sure if this is a feature but it seems like it might be because of how these arrows behave.

    Best regards,
    Mike

    in reply to: Enfold – Header transparency and Visibility #1302827

    Hi,
    Sorry for the late reply and thanks for the link to your pages, the second menu that I see on mobile at the bottom of the page is #sub_menu2 so to correct this as I understand the issue please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top.page-id-6383 #sub_menu2 { display:none; }
    #top.page-id-6081 #sub_menu2 { display:none; }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Same Heigh and Scroll Down in a Tab Section #1302821

    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: Date above Title of Blog Post Modul #1302818

    Hi,
    Glad to hear that you were 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,
    Mike

    in reply to: LayerSlider Responsive #1302811

    Hi,
    If you are using the Advanced Layout Builder then you would add two layerslider elements, then on the page in the source code one would automatically be known as #layerslider-1 and the other #layerslider-1 then the css above would work.
    Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area, so if you require further assistance please create a new thread and include a recap, and WordPress admin access in the Private Content area, then you can link to that thread here so we can find it easier.

    Best regards,
    Mike

    Hi,
    Thank you for the screenshots and login, I see this was occurring in the “Block Editor” but I couldn’t find the exact page this was on, but I changed the editor to the “Classic Editor” and then back to the “Block Editor” in the theme options and this may have reset the situation, please check.
    2021-05-28_054201.jpg

    Best regards,
    Mike

    Hey wellfiguereitout,
    Thank you for your patience, unfortunately your images are not showing because the sub-domain DNS address could not be found, so it looks like your whole sub-domain is down, are you still able to login?
    I have never seen the issue you are speaking of, and I don’t think it should be possible without a major code conflict, I recommend disabling all plugins and code snippets, then checking again. If you do this and your site comes back online and still see the issue, please include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Date above Title of Blog Post Modul #1302626

    Hey emilconsor,
    Thank you for your patience and the link to your page but I’m unable to see the page as it says “Login to see this page”
    can we have a test login?
    I assume that this page would show the blog posts in a grid style? We can probably move the date with a small code snippet, but would it only be for this page or certain types of pages?
    Please note that if you go to your theme options and look at the blog options “Blog Styling” each of these shows the blog meta in a different location, perhaps one of these would be better for you?
    2021-05-27_065858.jpg

    Best regards,
    Mike

    Hi,
    you could try adding this to your functions.php:

    function custom_calculator(){
        ?>
    <link href="/wp-content/themes/enfold/value/css/app.css?tag=40" rel=preload as=style>
    <link href="/wp-content/themes/enfold/value/css/chunk.css?tag=40" rel=preload as=style>
    <link href="/wp-content/themes/enfold/value/js/app.js?tag=40" rel=preload as=script>
    <link href="/wp-content/themes/enfold/value/js/chunk.js?tag=40" rel=preload as=script>
    <link href="/wp-content/themes/enfold/value/css/chunk.css?tag=40" rel=stylesheet>
    <link href="/wp-content/themes/enfold/value/css/app.css?tag=40" rel=stylesheet>
    <script src="/wp-content/themes/enfold/value/language.js?tag=40"></script>
    <script src="/wp-content/themes/enfold/value/data.js?tag=40"></script>
    <script src="/wp-content/themes/enfold/value/js/chunk.js?tag=40"></script>
    <script src="/wp-content/themes/enfold/value/js/app.js?tag=40"></script>
        <?php
        }
    add_action('wp_head', 'custom_calculator');

    and add this to your cold block element:

    
    <style>
    .form-class {
    width: 100%;
    }
    
    @media (min-width: 1680px) {
    #av_section_1 .container {
    max-width: 100% !important;
    }
    }
    
    .reference-line-box { border: 1px solid black !important; margin-top: 5px; }
    .link-container a { color: #fff !important; }
    .PortfolioCalculator__form__select__label {
    padding: 7px !important;
    }
    
    #av_section_1 .container {
    margin: 0;
    width: 100%;
    padding: 0;
    }
    
    .radio-label {
    padding: 0 !important;
    }
    
    </style>
    <script type="text/javascript"> window.selectedPlan = "value60" </script>

    but I believe you are either missing the code that shows the calculator in a div on your page or the script to show the calculator needs to be rewriten, this doesn’t look correct to me window.selectedPlan = "value60"
    I recommend getting in touch with the person that wrote it for you and asking them to help rewrite it.

    Best regards,
    Mike

    in reply to: Fix Credit Card Expiration and CCV Fields #1302414

    Hey advteksol,
    Thank you for your patience and the link to your site, please try changing your css to this:

    #order_review > p.form-row.form-row-first, #order_review > p.form-row.form-row-last, .woocommerce-form-coupon-toggle + p {
    display: none;
    }

    and your script to this:

    function ava_custom_script_mod() {
    if ( wp_script_is( 'avia-default', 'registered' ) ) {
    wp_add_inline_script( 'avia-default', '
    (function($) {
    $(".showcoupon").on("click", function() {
    $("#order_review > p.form-row.form-row-first, #order_review > p.form-row.form-row-last, .woocommerce-form-coupon-toggle + p").toggle();
    });
    })(jQuery);
    ');
    }
    }
    add_action( 'wp_enqueue_scripts', 'ava_custom_script_mod', 9999);

    Best regards,
    Mike

    in reply to: Same Heigh and Scroll Down in a Tab Section #1302403

    Hey reinsicht,
    Thank you for your patience and for the link to your site, for this one tab I would recommend this css in your quick css, you will note that it begins to work at 1440px screen resolution, this is so it is not used for mobile or tablet.

    @media only screen and (min-width: 1440px) { 
    #individualisierung-custom-table #tab-id-2-content.tab_content {
        max-height: 1500px;
    }
    }

    Best regards,
    Mike

    in reply to: CSS control of elements on a single page #1302396

    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: Masonry Gallery change color of text #1302206

    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: CSS control of elements on a single page #1302205

    Hi,
    On my desktop the text is 16px, and the actual css font-size is 1em which will show different px sizes based on screen size, anyways to change the font-size to 14px try this css:

    #top.page-id-22914 #tonic-ticket-widget.tw-widget h4.tw-text--flush,
    #top.page-id-22914 #tonic-ticket-widget.tw-widget p.tw-text--flush,
    #top.page-id-22914 #tonic-ticket-widget.tw-widget p span {
    	font-size: 14px;
    }

    but to change the font-size only on hover try this css instead:

    #top.page-id-22914 #tonic-ticket-widget.tw-widget .tw-item:hover h4.tw-text--flush,
    #top.page-id-22914 #tonic-ticket-widget.tw-widget .tw-item:hover p.tw-text--flush,
    #top.page-id-22914 #tonic-ticket-widget.tw-widget .tw-item:hover p span {
    	font-size: 14px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Page has shifted #1302201

    Hi,
    Ok, then please try adding this:

    .html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:330px !important; }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Multiple accordon tabs open on just one specific page #1301863

    Hi,
    Thank you for your patience and the link to your page.
    For your first question on how to get the CSS to only work on the one page, you would add the page ID to the CSS like this:

    .js_active .page-id-2575 .toggle_wrap {
    display: block;
    position: static;
    visibility: visible;
    left: 0;
    width: auto;
    z-index: 1;
    }

    Each page has a unique page ID, now the reason you can not close the toggles is because the CSS has been set and clicking the toggles doesn’t change the state and the only way around this is by removing the CSS and writing a jQuery script to replace it.
    I wrote this and it works when I inject it via the browser and it should work when it’s added to your functions.php

    function custom_script() { ?>
        <script>
    (function($){
      $(document).ready(function(){
        $('#top.page-id-2575 .togglecontainer.enable_toggles').each(function() {
        $(this).find( '.toggle_wrap' ).css({'display':'block','visibility':'visible','position':'static','left':'0','width':'auto','z-index':'1'});
    });
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    But in your theme options you have the “Load jQuery in your footer” option set so this will not work on your site because jQuery has to be loaded before the script for the script to work. I assume that you are trying to set your site to run the fastest so you will need to decide if giving up page load is worth closing the toggles, and if any of your visitors are ever going to try to close your toggles?
    But at least you know the answer now.

    Best regards,
    Mike

    in reply to: fix height of tab section #1301861

    Hi,
    As you see one slider has 10 items and the other has only 1, do you intend to add more items? This would correct.

    Best regards,
    Mike

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

    Hi,
    Thank you for the login, your theme options have a demo page called “Homepage” set as the “Frontpage”
    2021-05-23_150228.jpg
    This demo page has the page ID 734 and is correctly showing as the Frontpage at this url: https://carbogaz.digitalatplay.com/
    2021-05-23_150809.jpg
    It looks like you tried to use this setting which is not correct for this situation:
    2021-05-23_151426.jpg
    So I correct this for you:
    2021-05-23_151550.jpg
    2021-05-23_151710.jpg
    2021-05-23_151922.jpg

    Best regards,
    Mike

    Hi,
    Thank you for your patience, I believe what is occurring is your script fires on page load adding the target attribute, but then Ismael’s script fires on click rewriting the href attribute and removing the target attribute.
    Try removing your script and adjusting Ismael’s for this one var:

    var external_link = header.find("a").attr("href").attr('target','_blank');

    Best regards,
    Mike

    in reply to: CSS control of elements on a single page #1301855

    Hi,
    Thank you for your patience, I believe you are referring to these borders:
    2021-05-23_132043.jpg
    for only these borders on this one page please try this css:

    #top.page-id-22914 #tonic-ticket-widget div {
    	border-color: #fff;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    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

Viewing 30 posts - 14,401 through 14,430 (of 34,616 total)