Forum Replies Created

Viewing 30 posts - 301 through 330 (of 1,161 total)
  • Author
    Posts
  • in reply to: HELP with masonry load/fade in problems #1080784

    HI Mike
    thanks for all your work…
    I did a test and it seems like the gallery loads fine if there is only one slider on the page. I set it up with a different menu on mobile, and it seems to be working fine. The landing page is the same on PC and mobile since i can’t see how to change that logo link to something different on the mobile, but that page seems to load OK anyway with 2 sliders on the page. Is there a way to designate a different landing page on mobile in case I run into issues with that page?

    I am still seeing errors in the layer slider videos although they are different than they were before. see https://imgur.com/wAQAddP
    Should I be concerned about these?
    best regards
    Nancy

    • This reply was modified 6 years, 3 months ago by Munford.
    in reply to: transparent header on mobile error on scroll #1080778

    Hi Ismael
    thanks for all the info.
    It’s working now and that code you mentioned seems like it’s redundant – not sure why I added that since the transparent header is working fine.
    Thanks for your help
    Nancy

    • This reply was modified 6 years, 3 months ago by Munford.
    in reply to: Masonry titles on mobile #1080279

    Hi Ismael

    Thanks for the changes. It looks better. I see that the captions are still overlying the images – it’s not crucial but is there a way to position them BELOW the images – so the whole photo shows?
    thanks for your help
    Nancy

    in reply to: Masonry titles on mobile #1079842

    sorry try the login below

    in reply to: HELP with masonry load/fade in problems #1079733

    HI MIke
    thanks for your reply. I don’t understand what those javascript errors mean –
    I am using the advanced slider to put a video background at the top of my pages.
    can you help me with that? I am following the guidelines on Vimeo for doing this, and
    can’t find much about the error online that helps –
    I looked at this: https://kriesi.at/support/topic/vimeo-avia-js-error/ but it didn’t seem to help when I added it to my code:
    from`<iframe class=”vimeo” src=”https://player.vimeo.com/video/316121925?&background=1&muted=1&#8243; style=”position:relative;top:0;left:0;width:100vw;height:56.25vw;” webkitallowfullscreen=”” mozallowfullscreen=”” allowfullscreen=”” frameborder=”0″></iframe>
    to
    <iframe class=”vimeo” src=”https://player.vimeo.com/video/316121925?api=1&background=1&muted=1&#8243; style=”position:relative;top:0;left:0;width:100vw;height:56.25vw;” webkitallowfullscreen=”” mozallowfullscreen=”” allowfullscreen=”” frameborder=”0″></iframe>`
    if I was doing that correctly?

    Thanks
    Nancy

    • This reply was modified 6 years, 3 months ago by Munford.
    in reply to: transparent header on mobile error on scroll #1079082

    I am having issue with my non-transparent header as well which are set to a white header background are now showing with a black background on all browsers.

    View post on imgur.com


    I have checked all settings/css and can’t see what is happening.
    thanks for your help
    Nancy

    in reply to: featured video in masonry gallery #1078919

    I opened up another thread on this:

    you can close this one.

    in reply to: Masonry titles on mobile #1078917

    still not fixed :(

    in reply to: transparent header on mobile error on scroll #1078838

    sorry yes see below

    my client wants only a transparent header, not sticky, transparent also on scroll.
    thanks
    Nancy

    in reply to: Masonry titles on mobile #1077386

    HI Ismael
    thanks – OK I did that and now I am seeing them as…..centered overlays.
    Not seeing them below the image. What am I setting wrong?
    best
    Nancy

    in reply to: featured video in masonry gallery #1077310

    hi I got rid of that code but don’t see any change on the animation, although sometimes it takes a long time before I see changes in chrome.
    it seemed to change the loading on the page below, but there is a delay on it and it’s not fading in like I need it to.

    thanks
    Nancy

    • This reply was modified 6 years, 3 months ago by Munford.
    in reply to: Masonry titles on mobile #1077250

    Hi Ismael
    I tried that but its not working for me.
    I have the captions set to “default display”, titles only, but the titles on the mobile are still on top of the image. https://imgur.com/cNyeRGW
    Can you check this?
    thanks
    Nancy

    • This reply was modified 6 years, 3 months ago by Munford.
    in reply to: featured video in masonry gallery #1076756

    HI again
    So i added that animation code and now I have this:

    .avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: fadeingallery 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
        animation: fadeingallery 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
    }
    
    .fadeingallery .av-inner-masonry {
    	opacity: 1;
    	animation-name: fadeInOpacity!important; 
    	animation-iteration-count: 1!important; 
    	animation-timing-function: ease-in !important; 
    	animation-duration: 2s!important; 
    }
    
    @keyframes fadeInOpacity {
    	0% {
    		opacity: 0;
    	}
    	100% {
    		opacity: 1;
    	}
    }

    now on the page below with a few galleries I see a fade in on page load but not when I scroll down. Can they fade on on scroll as well? I am also having an issue with the gallery not loading at all on the page until you resize the window – see below. Can you see what is causing that? is it something in the code? (I don’t really understand animation code enough to troubleshoot it)

    thanks for your help
    Nancy

    in reply to: featured video in masonry gallery #1076713

    Hi Ismael
    thanks I will try that.

    I am having another problem with the masonry galleries – I would like the title/caption to show under the lightbox videos, but can’t get it working. I have the titles on the media in description and caption areas of the image. Is it because it’s a video link?

    I also tried to put the caption info in the alt text to have it as a tooltip but all that I see is the title. Not sure what is going on there.
    Can you take a look?

    • This reply was modified 6 years, 3 months ago by Munford.
    in reply to: featured video in masonry gallery #1074945

    HI Rikard
    I still need help on a couple things:

    1. I’d like the masonry gallery to fade in instead of the default animation, but I can’t get it to work properly.
    I have this code:

    .fadeingallery .av-inner-masonry {
    	opacity: 1;
    	animation-name: fadeInOpacity!important; 
    	animation-iteration-count: 1!important; 
    	animation-timing-function: ease-in !important; 
    	animation-duration: 2s!important; 
    }
    
    @keyframes fadeInOpacity {
    	0% {
    		opacity: 0;
    	}
    	100% {
    		opacity: 1;
    	}
    }

    which worked on this site: http://theflyingrug.com/
    but on the site below the gallery still loads wrong. I have the gallery element in a column that is set to a fade-in animation as well, which is working with the “click on the images to see video” text, but the images below are not fading in unless you am already scrolled down to that section.

    2. I’d also like to change the opacity on the masonry gallery hover background color but can’t get it to work.

    Can you help me with this?
    thanks
    Nancy

    • This reply was modified 6 years, 4 months ago by Munford.
    in reply to: Make video background responsive on mobile #1063566

    Thanks for all the information. I will talk to my client about it. You wrote in an earlier post that you couldn’t use self-hosted videos for the mobile video background, right?

    I tested making a slider in ALS with a responsive canvas size more 1:2 instead of 16:9 (that is, a vertical format) and then just using that for the mobile. Seems to work, unless I am missing something? It does load a bit slowly for me but not sure if that’s due to the sliders or something on my end.

    QUESTION: is it possible to have the background video start playing at a random point every time a visitor views the page?

    thanks for your help
    Nancy

    • This reply was modified 6 years, 4 months ago by Munford.
    in reply to: Make video background responsive on mobile #1063275

    does that plugin work with the classic editor in enfold? I am not using gutenburg.
    and if I understand you, the advanced layer slider can’t really be adapted to mobile in the same way as I need it?

    in regards to GDPR – is it enough to have a compliance checkbox on the page where I have the background video?
    I don’t see anything on visuello.no site. That site is built in Craft CMS, which I am not familiar with.

    thanks
    Nancy

    in reply to: Make video background responsive on mobile #1063244

    Hi Guenni
    thanks so much for your help – you seem to know what you are doing.
    That’s pretty much what we are looking for – I can see it on the chrome inspector but not on my phone. This was true with your other link above as well and with my video where I could see that the video loaded but only saw a still image, but after a day my video was fine, so I have to assume it works – seems to be a big delay.

    That is done with that plugin and not with the advanced layer slider, right?
    The ALS is kind of overkill for what I am trying to do.

    thanks
    Nancy

    in reply to: Make video background responsive on mobile #1063198

    Hi Ismael I hope you can help me with this.

    My client wants it to be like this site: http://www.visuello.no. with the background video height changing on small screens to a portrait mode with a taller aspect ratio than on the pc. I tried changing the height paramenter in my advanced slider code to 100vw:

    <iframe class="vimeo" src="https://player.vimeo.com/video/47299461?background=1&muted=1" style="position:relative;top:0;left:0;width:100vw;height:100vw;" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" frameborder="0"></iframe>

    but that didn’t change anything, and I don’t want to mess up the display on PC (though I guess I could make a separate slider just for mobile). Is it possible to have the 16:9 vimeo video display at a more of a portrait mode on the mobile through i frame code and/or is there a way to make the container taller? I am just learning advanced slider and am not sure how to do this.

    thanks for your help or maybe guenni007 has an idea how to do it, since it was his code I copied?
    Nancy

    • This reply was modified 6 years, 4 months ago by Munford.
    in reply to: featured video in masonry gallery #1063106

    OK thanks – figured that. I saw someone do it with gifs instead of videos, will look into that.

    in reply to: Make video background responsive on mobile #1062540

    HI thanks for responding!
    I was able to get it working with that code, just a delay to see it on my phone.
    the background=1 seems to do the trick.

    If I wanted a but more height on the mobile video, how can I do that?
    Nancy

    in reply to: Full screen video background for mobile #1062538

    I was able to get it working by using the advanced layer slider and a vimeo video with parameter set to background=1.

    • This reply was modified 6 years, 4 months ago by Munford.
    in reply to: Logo element custom display captions #1062089

    thanks you can close this thread

    in reply to: recent posts separators #1061715

    caching is off

    not sure why I need another plugin for the breadcrumbs – isn’t it pretty common to designate another page for the blog page? I would expect the breadcrumbs to mirror that. Is there an easy way to hide the category in the breadcrumb?

    • This reply was modified 6 years, 5 months ago by Munford.
    in reply to: Make video background responsive on mobile #1061705

    Hi
    I needed this same thing and after reading all the threads on this topic, went through the steps above in the advanced slider, but still cannot see the video on my mobile – even though I can see the video on your site just fine. Vimeo has a new parameter using “background=1” to disable all the controls and autoplay/loop the video to get around the restrictions of the browsers, which have changed a bit since this thread.

    My embed code is:
    <iframe class="vimeo" src="https://player.vimeo.com/video/168191481?background=1&muted=1" style="position:relative;top:0;left:0;width:100vw;height:56.25vw;" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" frameborder="0"></iframe>

    Both sites look fine for me in the chrome inspector for mobile.
    any suggestions?

    • This reply was modified 6 years, 5 months ago by Munford.
    in reply to: Full screen video background for mobile #1061494

    I”m curious how you did that with a code element – can you share? I need this for my site.
    thanks

    in reply to: recent posts separators #1057477

    no here: https://imgur.com/a/0T9jG2d
    I would like to either hide or decrease the size of the separator under the first post

    also on the blog – I am getting duplicate breadcrumbs – one for the BLOG POSTS page I made, and one for the BLOG category. How do I hide the category breadcrumb – I only want the BLOG POSTS page showing.
    thanks
    Nancy

    in reply to: masonry gallery alignment / order #1053576

    thanks that did the trick!

    in reply to: masonry gallery alignment / order #1052690

    Hi Ismael
    My images are the same size and it happens both with the perfect grid and flexible masonry options. It’s also not just the sorting, which is annoying but not crucial here, but also the alignment of the first column is off. Can you see what is causing this? I have lots of galleries on other sites that are working fine.
    best
    Nancy

    in reply to: Text Boxes show weird code in new wordpress verion. #1042039

    or install the Classic Editor plugin.

Viewing 30 posts - 301 through 330 (of 1,161 total)