-
AuthorPosts
-
November 9, 2015 at 8:44 pm #532873
My programmers used the LayerSlider for several client pages, but they seem to load and transition very slowly.
I suggested switching to the EasySlider as it seems to transition more smoothly and load faster. Can you confirm this?
However, the photo seems to fit to the top of the photo like mentioned in this post (https://kriesi.at/support/topic/full-width-easy-slider-constant-height/).
Is there a way to fix the height and center the photo within the space?
November 11, 2015 at 2:49 pm #534041Hi allyson2!
layerslider is much more complex, but still should work fine, when internet connection is good. First link does not work for me. It simply does not load any page. Slider on second link looks totally fine to me. Where can we see the issue?
Best regards,
AndyNovember 11, 2015 at 3:12 pm #534064Hey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueNovember 11, 2015 at 11:49 pm #534453Hi Andy and Josue,
See message below…
November 12, 2015 at 12:11 am #534468Sorry. Wrong link…
November 15, 2015 at 1:59 am #535976Hey!
The links are unaccessible, can you please hand us a temporary account via private reply?
Cheers!
JosueNovember 15, 2015 at 2:30 am #535985Sorry Josue,
I’ve had no choice but to activate the Coming Soon plugin due to the issue. See below.
- This reply was modified 9 years ago by explorer.
November 15, 2015 at 2:56 am #535988November 15, 2015 at 3:04 am #535992Josue,
We just moved our new site to a new server this past week, and since we had a few major issues, the programmers wanted to wait to “get the bugs out” before they updated the themes and plugins.
Is that not a good idea to wait?
If you think I should update now, I will.
November 15, 2015 at 3:17 am #535998OK let’s try without updating first, try disabling all third-party plugins for a moment and check if the slider comes back in the homepage.
November 15, 2015 at 3:21 am #535999Did you do anything? Because the sliders just returned. Can you take a peek now?
November 15, 2015 at 8:53 am #536024I disabled GD Booster optimization, could be that. What’s the issue you’re having right now? can you post a link where you are using an EasySlider instead of LS?
Regards,
JosueNovember 15, 2015 at 4:13 pm #536122Josue,
It was already disabled in the plugin, no?
November 16, 2015 at 9:03 am #536378Hey!
Although EasySlider is a simpler slider you will hardly note a difference when it comes to load as the slowness is probably caused by the amount of images being loaded, i don’t think it would be worth doing a manual conversion of 150+ LS sliders. Are you already optimizing the images?
Cheers!
JosueDecember 4, 2015 at 9:32 am #546842Enfold Team, I need to continue this topic. I was hoping to use a slider that held it’s dimensions no matter what size screen a person has or if you decrease/increase the size of your browser (or what size photo was used).
Originally, my programmers set up our client sideshows using the LayerSlider, but recently changed to try the EasySlider.
For some reason they cannot get this to work correctly, so I’m reaching out to you. Is there a way to keep the dimensions fixed regardless of the photo size? Or do I need to do something like this (photos vary in height, but alway flush to the top)… http://www.kauai.com/gardenislandinn
Another issue that has made this even more challenging is that I want to watermark the photos taken by our team. When I decrease my browser window (or change computers with a different size screen), the watermark gets cut off.
December 4, 2015 at 1:26 pm #546963Hey!
Try adding this code to the Quick CSS:
.av-content-small ul.avia-slideshow-inner { height: 400px !important; }
Cheers!
JosueDecember 4, 2015 at 5:51 pm #547154Josue,
How will that also solve the watermark issue?
December 5, 2015 at 12:28 am #547311Hey!
I’m not noting any watermark in the images, can you post a screenshot of the issue?
Cheers!
JosueDecember 5, 2015 at 2:13 am #547319Josue,
See below…December 7, 2015 at 11:36 am #547891Hi!
Could attaching the watermark separately to the slider work? the following CSS code will do that:
.avia-slideshow:after{ content: ""; background: center right url(https://explorenayarit.com/wp-content/uploads/2015/10/EN-logo-for-header-with-padding-oct-4-500.png) no-repeat; background-size: contain; display: block; height: 40px; width: 120px; position: absolute; bottom: 0; right: 0; z-index: 10; }
Best regards,
JosueDecember 7, 2015 at 6:17 pm #548192Josue,
Let me be sure I understand.
December 7, 2015 at 9:50 pm #548315Hi!
1. No, that wouldn’t modify the image at all, it’s just a mask that would be put on top of the slider element IN the page.
2. It’s because of a CSS setting that tells the image to cover the slider dimensions, that can be changed with this:
.avia-slideshow-inner .avia-slide-wrap { background-size: contain !important; }
Cheers!
JosueDecember 8, 2015 at 12:15 am #548427Josue,
But that doesn’t answer my question…
December 8, 2015 at 1:59 am #548459Hey!
1. Please re-read my previous reply (it’s not modifying the images, it’s modifying the slider itself).
2. Did you try the CSS code?
.avia-slideshow-inner .avia-slide-wrap { background-size: contain !important; }
Best regards,
JosueDecember 8, 2015 at 5:56 pm #548885Hi Josue,
Hmmm… That could work, however, I’m trying to achieve a more “graphically pleasing” look by forcing the photos to autofill (without changing their dimensions). My programmers achieved that, but… and here’s my issue… when we take the photos, we add our watermark and it’s being cut off on some screens.
Is there a way to figure out exactly what the dimensions of the slideshow are programmed to be? Then, I can crop our photos to the exact format. When I “inspect” the element, the dimensions change based on the width of the browser window.
December 9, 2015 at 12:44 am #549351That’s intended, in order to maintain a responsive layout, the dimensions of most elements are determined by the current window size.
Regards,
JosueDecember 9, 2015 at 4:57 pm #549872Josue,
I’m sorry. I must not be making myself clear. I understand the responsive-ness of this photo. That was my intention in designing it this way (and using the Enfold theme). However…
1) The way “this” particular slideshow is programmed now, it is not retaining it’s dimensions and I’m trying to figure out why.
2) I also need the “exact” dimensions so I can try to pre-crop the photos so the watermark doesn’t get cut off. What my programmers are telling me is NOT what I get on my screen, so I need help figuring out what dimensions are programmed.I sincerely hope this makes sense.
December 11, 2015 at 11:19 pm #551305Josue,
I’m so sorry for all these questions, but I need to find a solution… ASAP!
December 16, 2015 at 3:39 am #553423Hey!
1) The way “this” particular slideshow is programmed now, it is not retaining it’s dimensions and I’m trying to figure out why.
I’m trying to check the site but there’s an error establishing a database connection. http://explorenayarit.com/hotels/casa-pacifico/
2) I also need the “exact” dimensions so I can try to pre-crop the photos so the watermark doesn’t get cut off. What my programmers are telling me is NOT what I get on my screen, so I need help figuring out what dimensions are programmed.
Did you set the “Slideshow Image and Video Size” to “No scaling”? This will force the slider to use the original image instead of the cropped thumbnails.
How did this website program it so the photos force flush to the width on this particular page (see the entire slideshow)?
http://www.kauai.com/gardenislandinnThe slider use images with the same size or dimension.
Cheers!
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.