Viewing 30 results - 78,301 through 78,330 (of 142,925 total)
  • Author
    Search Results
  • #807961
    sitywe
    Participant

    Hello,

    the icons and some texts display after when scroll down or open a page like animation. How can remove that animation effect.

    First, see the homepage on the footer (1). When you open the homepage and scroll down on the left side of footer the social networks icons appears. I want to make that static, without that animation.

    Second, when you open a page like that (2), appear the text on blue background after nav menu after 1 or 2 seconds. Why? How can stop that effects?

    Thank you.

    #807958

    Hi ryanorlowski,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
       #header_main .logo img {
        width: 30%;
      }
    }
    
    @media only screen and (min-width: 768px) and (max-width:1024px) {
      .flex_cell.no_margin.av_one_third {
        padding: 15px 10px !important;
       vertical-align: top !important;
      }
    div .av_three_fifth.avia-builder-el-17 .avia-icon-list .iconlist_icon {
      margin-right: 20px;
    }
    div .av_three_fifth.avia-builder-el-17 {
      width: 97%;
    }
    div .av_three_fifth.avia-builder-el-17 .avia-icon-list .av-iconlist-empty .iconlist_title {
        margin-top: 0px;
    }
    
    div .av_one_fifth.avia-builder-el-16 {
      width: 1% !important;
    }
    div .av_three_fifth {
        margin-left: 0%;
        width: 75.6%;
    }
    .page-id-2 .av-special-heading {
      margin-top: 0;
    }
    /*.hr.hr-invisible.avia-builder-el-13 {
      height: 50px !important;
    }*/
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #807956

    Hi,

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

    Best regards,
    Rikard

    #807926

    In reply to: Menu Items as Icon

    Hi brendymullan,

    You could try solutions from these threads

    https://kriesi.at/support/topic/enable-mobile-menu-on-desktop/#post-343545

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #807925

    Topic: Blog layout

    in forum Enfold
    FWiris
    Participant

    Hello,

    I just started with a blog on my website. Would it be possible to make it look like this one: https://www.theperfectwedding.nl/blogs.
    I would like a header on top with the date directly under it, than some text. Than a big picture. And a button with “read more” under the picture.
    Is it possible to build this (easily) in Enfold?

    Thank you!
    Best regards,
    Iris

    #807924

    Hi,

    Ok, thanks for the feedback. Please try this instead:

    .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 120px !important;
    }

    Best regards,
    Rikard

    #807923

    Hi,

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

    Best regards,
    Rikard

    #807913

    HI Rikard,

    Thanks for getting back to me on this topic any please accept my apologies for the delay in getting back to you.

    As suggested I have been in contact with the plugin author “tunafish” regarding using the plugin with Enfold.

    After having them look at the site and try a few things with the plugin, they got back to me with the following:

    [Begin Tunafish quote]
    “Hi,

    The problem here is that your theme is 100% width so the content is overlapping the #main container. That’s why you don’t see the #main container’s background. If I hide the content background you see that the background banner is actually showing fine it’s just getting invisible because your content is 100% width and has a white background.”null

    [End Tunafish quote]

    I then switched the theme to the Boxed layout informed them again, this was their reply.

    [Begin Tunafish quote]
    “Hi,

    Unfortunately, the boxed template doesn’t help as it resizes the main body tag as well so the same problem occurs The background banner is showing fine but the content still overlaps.

    Themes shouldn’t resize the main body tag and only resize the main container. But in your case with your themes setup, I’m afraid background ads will not be possible as it’s either all fullwidth or all boxed.”
    [End Tunafish quote]

    Not wanting to admit defete at this point i did some digging and came across some advice to set the advert to load on the html DOM
    Background ad displaying but not clickable.

    This managed to get the banner displaying however it’s not clickable, i have left Tunafish a reply asking for additional help on this but though to update yourselves and see if there was a solution you may know of.

    long shot i know, any ideas guys, any help is so very appreciated!

    kind regards

    Lee

    #807903

    you can close the topic, thanks!

    #807900

    I’ve tried it and although it will be great for the logos without the need for a link to a post, it stops people being able to click on the logos that do have a post. Is there anyway that I can make the code specify a particular post rather than a blanket code for the masonry?

    Thanks,

    Krissie

    #807893

    Hi Mike,

    Any luck?

    A bit of a desparate move here:

    .avia_codeblock {
    position: absolute;
    top: 0;
    margin: auto;
    width: 1920px !important;
    }

    So the video resizing does work according to the change in the container div (avia_codeblock).

    I however want this to be responsive so this is always fullscreen on a desktop – 100% widths and heights. Percentages do not work it seems, just pixel values.

    How can I achieve this?

    Hi Victoria,

    thanks for the quick answer, though I don’t really understand it. That’s the way Enfold does it anyway, isn’t it?

    From avia.js

    
    $('html:not(:animated),body:not(:animated)').animate({ scrollTop: target }, duration, easing, function() {
        console.log('done with the animation')
        // add new hash to the browser location
        // window.location.href=newLocation;
        if(window.history.replaceState) {
            window.history.replaceState("", "", newHash);
        }
    });

    I am getting to the ‘done with the animation’ log in Firefox, so it does call the callback function. But it doesn’t scroll.

    Kind regards,
    Florian

    #807871

    Hi,

    The height of the sticky header is 45px and the the scroll target is short by the same amount of pixel. The previous modification should help.

    // https://kriesi.at/support/topic/scroll-down-to-next-section-offset/#post-802848

    Make sure that you remove the browser cache or hard refresh after adding the modification. Or post the FTP details here so that we can test it.

    Best regards,
    Ismael

    #807869
    mediavlan
    Participant

    Bonjour,

    Je n’arrive pas à avoir mes vidéos sous cette forme:
    1/ les vidéos doivent se lire sur mobile
    2/ Elles doivent se lire automatiquement au chargement de la page
    3/ Elles doivent être full écran
    4/ Le son doit être désactivé au lancement de la vidéo

    J’ai essayé avec:
    – EasySlider: Je peux jouer avec autoplay… mais la vidéo n’est pas visible sur mobile donc cela ne me convient pas.
    – Video: Elle est ici bien présente sur mobile, mais je ne peux pas jouer avec l’autoplay, le full écran, le son…

    Avez-vous une solution?
    Merci

    • This topic was modified 8 years, 10 months ago by mediavlan.
    #807868

    Hi,

    How are you renaming the slider? If I am not mistaken, there is no such option in the layer slider settings unless you’re doing it directly in the database.

    // https://kriesi.at/support/topic/renaming-duplicated-layersliders/
    // https://kriesi.at/support/topic/renaming-layer-slider/

    Best regards,
    Ismael

    mediebruket
    Participant

    Hi!

    We are using the Fullwidth Sub Menu-element and it’s working fine when using desktop, but its not working on smaller screens when the hamburger-menu appears. It doesn’t respond when you click. We discovered that it works fine at all devices when we activate ‘Sticky submenu’, but its not an ideal solution. Can you look into this? Refers to links in private content.

    Best Regards

    #807858

    Hi,

    Please look for the following css modification in the Quick CSS field and remove it.

    .cart_dropdown_first {
        list-style: none;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
    }
    

    Add this code instead.

    .cart_dropdown {
        top: 46px;
    }
    

    Best regards,
    Ismael

    #807853

    In reply to: Email Form Problem

    #807842

    Did you view it on a phone or computer? From my laptop the thumbnail images are very blurry and it’s very noticeable. Can anyone help me fix this?

    #807819

    Thanks Rikard but no matter what I change the padding to it remains the same.

    This code: .avia-fullscreen-slider .caption_bottom .slideshow_caption {
    bottom: auto !important;
    padding-top:300px;
    }

    Gets this: http://www.otwaysaccommodation.com.au/test-kangaroos/

    #807798

    Hi,

    Great, glad you found the problem and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #807787

    Hi,

    Great, glad you found the answer and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #807784

    Hi,

    Try this instead, adjust the padding value to your liking:

    .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: auto !important;
        padding-top:20px;
    }

    Best regards,
    Rikard

    #807783

    Hi,

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

    Best regards,
    Rikard

    #807782

    Ismael! Good to see you back!

    That was the issue? The www? OMG. 5 days later you solved the mystery. It is very confusing when the link goes to the correct position, but with a reload instead of a scroll to anchor. That tripped me up.

    Thanks for coming by. You can close the topic

    Jas

    Hey RisingStar,

    Thank you for using Enfold.

    Looks like you managed to solve the issue by following another user’s suggestion. Is that correct?

    // https://kriesi.at/support/topic/tabs-sections-dont-work-in-firefox/#post-807619

    Best regards,
    Ismael

    #807768

    Hi,

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

    Best regards,
    Rikard

    #807767

    In reply to: advise

    Hey largeron,

    You should be able to create something similar using Enfold, which has all the requirements you listed. You can have a look at the demos here: kriesi.at/themes/enfold-overview/

    If you want to see some real world examples then you can refer to this thread, you might want to start somewhere close to the end: https://kriesi.at/support/topic/enfold-showcase/

    Best regards,
    Rikard

    #807764

    Hi,

    Thanks for the feedback. I’m not sure what you mean, did it show both the mobile and desktop menu at the same time? Anyhow, your site looks fine now on my end at least.

    Best regards,
    Rikard

    #807756

    Hi,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 30 results - 78,301 through 78,330 (of 142,925 total)