Help with minimizing Slider outer boundaries

Hello Max, any update?

2 Likes

Hi there, @Solo_Leafs :waving_hand:

I’ll gladly check the issue with the devs. However, could you just answer the questions from my previous message first?

1 Like

I did respond and i also sent video examples too, let me know if you didn’t get them and I’ll resend them.

2 Likes

Unfortunately, I haven’t received any examples. Yep, it would be really helpful if you could resend them :folded_hands:

1 Like

Hello Max I have not heard a reply from you in days, please respond. I have sent over everything you asked for.

2 Likes

Hi there, @Solo_Leafs :waving_hand:

Unfortunately, I still didn’t receive an answer to the questions from this message and any video examples.

Here is a screenshot of the whole conversation in this thread:

Could you please specify where you’ve tried to send this info? If you’re sure that it was sent, please send me a screenshot of your response.

Additionally, please duplicate this info in this thread. Once it’s done, I’ll gladly look into this further with the dev team :slightly_smiling_face:

1 Like

I am responding via email, I am attaching screenshots where I have provided the information and a visual you asked for.

(attachments)



2 Likes

Hi there, @Solo_Leafs :waving_hand:

Thanks for sharing screenshots!

Now, I see a thin black line. I’ve tried to temporarily disable all our widgets on your website, and this black is still displayed. This means that not our widgets cause its appearance.

You can make sure of it using the Hide from the website feature:

As for the widget bleeding on the right side, unfortunately I couldn’t replicate this issue. Could you please attach a video screencast right in this thread on the Community. It seems that when you send emails with attached files, these messages aren’t delivered here for some reason.

Regarding the color changing of the navigation buttons, our devs will come up with a custom code for you. I’ll get back to you with a solution tomorrow.

Also, I’ve noticed that some of the images are currently over 1MB, which significantly affects the widget’s loading speed

To help the widget load faster, we recommend using these tools to reduce the image size:

Once you’ve compressed and re-uploaded the images, you should see an improvement :slightly_smiling_face:

1 Like

Hi there, @Solo_Leafs :waving_hand:

Here is the code to change the color of the navigation buttons on hover:

.eapp-slider-arrow-component:hover {
  background: #000;
}

Please try it out and let me know if it worked :slightly_smiling_face:

1 Like

Hello Max. Thank you for your previous help, I will try that soon. At this moment I’m actually having an issue with the top and bottom margins on the mobile version. I changed the video background on the site and somehow that made the margins too wide again. Could we please look into this?

2 Likes

Hi there :waving_hand:

I’ve checked your website and everything seems to be fine on my end. Do you mean these margins?

If it looks different on your end, please send me a screenshot of what you see :slightly_smiling_face:

1 Like

Sorry Max I was referring to the slider thats on SoloLeafs.com, not SoloLeafsShop.com.

2 Likes

Got it, thanks!

I’ve forwarded your request to the devs and will update you once I have any news :slightly_smiling_face:

1 Like

Ok thank you just let me know.

2 Likes

Hi there, @Solo_Leafs :waving_hand:

The issue is fixed! We’ve replicated the 1st slide using the Slide Builder option (your slide created with the Image Slide is hidden now) and added a CSS code to remove paddings:

[class*='WidgetBackground__Content-sc'] {
  padding: 0 !important;
}

[class*='WidgetBackground__Wrapper-sc'] {
  padding: 0 !important;
}


Please check it out and let me know if everything is fine now :slightly_smiling_face:

1 Like

Thank you max, can the hidden slide be removed?

2 Likes

Sure, I’ve removed this slide! Just in case, here is how I’ve done this :slightly_smiling_face:

1 Like

Hello Max, hope all is well. I wanted to replicate what we did with this slider to a different slider on a different site, could I get your help with this? The slider name is Precise Customs Slider and the site url is PreciseCustoms.com

2 Likes

I would like the pagination and the arrows inside the slider this time.

1 Like

Hi there, @Solo_Leafs :waving_hand:

I couldn’t find the widget on your website, but have found it in your account. To display the arrows inside the slider, please remove this line from your CSS code:


As for the pagination, would you like just to place it higher right under the slider (1) or you’d like to have it inside the slider too (2)?

1 Like