Viewing 30 results - 7,621 through 7,650 (of 142,945 total)
  • Author
    Search Results
  • #1422144

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1422111

    Hi,

    We are able to disable the autoplay option for the second vimeo video. The background video of the color section is now playing automatically on page load. Again, please make sure to remove all cookies from the browser and perform a hard refresh before testing the page.

    Best regards,
    Ismael

    #1422101

    In reply to: no sound in mp4 video

    Hey rixi,

    Thank you for the inquiry.

    song into a colorsection but there is no sound.

    This is the default behavior of background videos in a color section, otherwise the browser will not automatically play the video due to their policy. Please note that only muted videos are allowed to play automatically on page load.

    // https://developer.chrome.com/blog/autoplay/

    If you want to test it, you can try the modification that we provided in the following thread.

    // https://kriesi.at/support/topic/background-video-in-color-section-is-mute/#post-1270596

    Best regards,
    Ismael

    #1422085

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1422081

    Hi,

    Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1422072

    In reply to: Mouse Hower effect

    „Another spontaneous question. I don’t know if it’s worth inserting a new topic for this: At some point I inserted the CSS code in Quick CSS:“

    I thought the answering of the new question would be very easy:) I will open a new topic in the next werks, but I think, this topic (here) is more important:)

    • This reply was modified 2 years, 6 months ago by Tim.
    • This reply was modified 2 years, 6 months ago by Tim.
    • This reply was modified 2 years, 6 months ago by Tim.
    • This reply was modified 2 years, 6 months ago by Tim.
    #1422063

    Hey gfriend70,
    Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .header_color .social_bookmarks a {
    	color: #fff;
    }

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

    Best regards,
    Mike

    #1422058

    In reply to: Mouse Hower effect

    Hi,
    I’m not sure that I’m understanding what you are trying to achieve this this css, is it for a different page?
    The homepage that we are looking at doesn’t use the class portfolio-item, the portfolio items are displayed in a masonry element so the correct class would be av-masonry-entry
    But you would not want to remove the pointer event for all screen sizes because then on desktop the titles won’t show because the hover event has been removed.
    Since currently the titles show up to 986px you could use this css:

    @media only screen and (max-width: 986px) { 
    .av-masonry-entry {
    pointer-events: none;
    }
    }

    but then you are preventing people from clicking though to your portfolio content, so I don’t understand why you would want to do that.
    Perhaps you are refuring to a completely different topic, if so perhaps a new thread would be better and we will try to finish this thread.
    I think that I have lost track were we are at in this thread, please let us know.

    Best regards,
    Mike

    #1422037

    In reply to: Cookie Banner reopen

    Top .. it works.
    We can close here

    #1422024
    gfriend70
    Participant

    Hello, is it possible to make the social media icons white in the top right of the header?

    #1422022

    Topic: animated numbers

    in forum Enfold
    Stilecatalini
    Participant

    Hi, i added this code to obtain the description text of the animated numbers bold:

    #top .my-custom-animated-numbers.avia-animated-number .avia-animated-number-content p {
    font-weight: bold;
    }

    Why doesn’t work?!
    Thanks

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1422015

    Hi,

    Thank you for the inquiry.

    It seems to be working correctly on our end. Have you tried disabling the Enfold > Performance > File Compression settings temporarily? If the issue persist, please try this css code.

    #top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
        color: #1c9066;
        border-color: #ffffff;
        text-transform: none;
        letter-spacing: 0.1em;
        font-weight: normal;
        text-decoration: none !important;
    }
    

    Best regards,
    Ismael

    #1422005

    In reply to: Datepicker with Mac

    #1422001

    In reply to: Datepicker with Mac

    but i tested ismaels code – and it does not even add the attribute.

    On reading a lot of articles – the only thing that works is to add this attribute:

    function remove_text_input_mode_on_datepicker(){
    ?>
    <script type = "text/javascript">
    window.addEventListener("DOMContentLoaded", function () { 
    	(function($){
    		$('.avia_datepicker').each(function() {
    			$(this).attr('readonly','readonly');
    		});  
    	})(jQuery);
    });
    </script>
    <?php
    }
    add_action( 'wp_footer', 'remove_text_input_mode_on_datepicker', 20 );

    PS:
    https://kriesi.at/support/topic/date-picker-form-issue-mobile/#post-1422097

    #1421987

    In reply to: Datepicker with Mac

    if you need it now – you can have here a solution from ismael:
    https://kriesi.at/support/topic/date-picker-form-issue-mobile/#post-1419995

    #1421986

    Yes – Mikes way to update is the way i prefer too! – if the versions are not so distant to each other. That is a big jump from 4.8 to 5.6
    To have a rollback to this older version, I would use the following update procedure.
    https://kriesi.at/support/topic/some-hints-and-advice-to-update-enfold/#post-1056107

    #1421979

    In reply to: Mouse Hower effect

    next hint: if you open a page on a device with touch screen options : you will have on html a class: touch-device
    so if you like to style those devices with touch – you can use that btw. if you use it as : .responsive:not(.touch-device) you can set stylings for non touch devices.
    PS: denke aber auch daran, das selektoren nur dann wirksam sind, wenn die Spezifität höher als die existierend Regel ist – siehe z.B.
    https://kulturbanause.de/blog/css-spezifitat/

    du siehst, das ID’s mit 100 Punkten und Klassen nur mit 10 Punkten.
    man sollte nicht allzuhäufig zu der Nutzung des !important übergehen. Oft reicht es wenn die neue CSS Regel einige ID’s beinhaltet.
    wie die ID am body tag: #top

    #1421965

    Hi,

    Thank you for your patience

    Your only option for now is to use the avf_allow_drag_drop filter to adjust which user roles can interact with the builder elements. However, it’s still not possible to restrict access only for CET. Usage examples can be found in the following threads

    // https://kriesi.at/support/topic/shop-manager-user-role-permissions/#post-1370646
    // https://kriesi.at/support/topic/alb-does-not-work-with-user-role-editor/#post-1293830

    Best regards,
    Ismael

    #1421956

    In reply to: CSS for Icon in Button

    Hey Celeranttechnologycorp,

    Thank you for the inquiry.

    You can add this css code to adjust the style of the button. Make sure to replace the Youtube icon with the Play or Right Arrow icon.

    #top .avia-button-wrap.av-lnizxc6d-66ff2ca80883e92473e33c8c2dbd9656-wrap .avia-button {
        border-radius: 10px !important;
        line-height: 1em !important;
    }
    
    #top .avia-button-wrap.av-lnizxc6d-66ff2ca80883e92473e33c8c2dbd9656-wrap .avia-button .avia_button_icon {
        font-size: 1.5em;
        left: 1em;
        background: #ffffff;
        border-radius: 200%;
        color: red;
        padding: 5px;
    }
    
    #top .avia-button-wrap.av-lnizxc6d-66ff2ca80883e92473e33c8c2dbd9656-wrap .avia-button .avia_iconbox_title {
        top: -4px;
    }

    Unfortunately, you cannot add different css class names for the items in a button row element.

    Best regards,
    Ismael

    #1421946

    In reply to: Mouse Hower effect

    Wow, there have been a lot of really helpful messages in the meantime. I always delete the cache after each session, but after Mike’s editing at least some things work now:) In portrait format everything is displayed as I wanted, in landscape format it doesn’t work yet. The tablet I’m looking at has the dimensions 810×1080, but there are also Din A4 iPads on which everything should work as well as possible. Is that possible? The effect also includes a slight white shimmer over the respective pictures/headings. Is it also possible to set the effect so that it is only visible on devices that do not have a touch function?
    Another spontaneous question. I don’t know if it’s worth inserting a new topic for this: At some point I inserted the CSS code in Quick CSS:

    @media (hover: none) {
    .portfolio-item:hover {
    pointer-events: none;
    }

    But for some reason it doesn’t work on my iPad… Do I have the possibility to change this?
    Thank you so much for helping me like this, although I’m sure there are much more important things to do:)

    #1421937

    In reply to: Image Hotspot Links

    Hi,
    Thanks for the link to your page, I think the solution will need to have the hotspots only show on click, not on hover like it is now. Will that be ok?
    I’m thinking that this script could be modified to also allow the right side links to also open the tooltips, please include and admin login so we can try.
    What is your plan for mobile devices? Currently below 767px the tooltips are displayed below the image and do not popup, are you going to keep it like this?

    Best regards,
    Mike

    #1421924
    #1421920

    Hi Mike,

    I altered a filter Ismael once gave me:

    add_filter('avf_masonry_entry_content', function($content, $entry, $config) {
        $color = get_post_meta( $entry['ID'], 'ACF-COLOR', true);
    	$content = '<div class"acf-color" style="background-color:' . $color . ';"></div>';
    	return $content;
    }, 10, 3);

    And added some CSS:

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    	background: transparent;
    }
    
    #top .av-caption-style-overlay .acf-color {
    	position: absolute;
    	height: 100%;
    	width: 100%;
    	top: 0;
    	left: 0;
    	margin: 0;
    	z-index: -1;
    	opacity: 0.7;
    }

    Now I have the color as overlay. Works as intended. I am missing the excerpt, because the filter overwrites it. But I could load it again, if I would want to. No problem. So I think that is proof of concept. Ok?

    My question is: Do I have to use this filter and make changes to the excerpt? Is there a filter to alter the Masonry overlay directly? Without my detour? Couldn’t find any more filters to check or try. Any ideas?

    #1421917

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1421902

    Hi,

    Great, I’m glad that Günter and Günter could help you out :-)

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1421892

    Hi,

    The video below “Erlebt Spannung und Abenteuer pur” is still set to autoplay. We tried to adjust it but we can’t update the page for some reason. Please disable the Content > Player Settings > Enable autoplay option, and make sure the cookies in your browser’s local storage are removed before testing the page again.

    Best regards,
    Ismael

    #1421888

    In reply to: Mouse Hower effect

    Also tausche nur den eingesetzten css Code im Quick Css aus gegen:
    (ändere je nach Bedarf diese Grenze 989px aus unter der das gelten soll)

    /**** Farbdefinitionen überall ****/
    #top .av-masonry.description-below .av-inner-masonry-content,
    #top .av-masonry.description-below .av-inner-masonry-content .avia-arrow {
      background-color: #cde5a5;
    }
    
    /****** hover Verhalten abschalten für den responsiven Fall ********/
    /****** bei Querformat iPad Pro 12,9inch = 1367px / bei iPad Pro 11inch = 1195px ********/
    /****** bei Querformat iPad  10,2inch = 1081px / etc. pp ********/
    
    @media only screen and (max-width: 989px) {
      .responsive #top .av-masonry.description-below .av-inner-masonry-content {
        position: relative !important;
        top: 100%;
        opacity: 1 !important;
        animation: none !important;
        transform: none !important;
      }
    
      .responsive #top .av-masonry.description-below .av-inner-masonry {
        overflow: visible;
      }
    
      .responsive #top .av-masonry.description-below a.av-masonry-entry {
        margin-bottom: 60px !important;
      }
    
      .responsive #top .av-masonry.description-below .av-inner-masonry-content {
        padding: 5px 10px;
        text-align: center;
        min-height: 65px
      }
    
      .responsive #top .av-masonry.description-below .av-inner-masonry-content .av-masonry-entry-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
        font-size: 18px !important;
      }
    }

    siehe hier mal : https://webers-testseite.de/gallery/
    PS: die Seite nutzte ich schon einmal als testseite, daher liegt da noch ein anderer hoverstyle zu grunde. Farben etc. – ist aber für dein hover state Aspect nicht relevant.

    #1421884

    Hey,

    Try adding the following CSS code to your custom CSS:

    
    #top .av-burger-overlay-inner, #top .av-burger-overlay-bg {
    min-height: unset !important;
    }
    

    Regards,
    Yigit

    betaphase
    Participant

    Hello Ismael,
    Regarding this thread: https://kriesi.at/support/topic/vimeo-popup-inline-text-anchor-link-does-not-work/
    Unfortunately we’re still not there yet :-(
    The revised code doesn’t take into consideration PUBLIC Vimeo links that don’t have the additional ‘unlisted’ parameter. The code should accommodate both Public and Unlisted videos. See private content below.
    Thanks,
    Andy

Viewing 30 results - 7,621 through 7,650 (of 142,945 total)