Arreane
Forum Replies Created
-
Hi,
Can you expand more on what you meant by “cumulative layout shift”
I checked your site and the slides seems to work fine even after doing a hard refresh. I assume you’re referring to the sidebar slides?
Here’s a short recording of my experience – https://share.getcloudapp.com/9ZuQygL9
No problem, have a great day!
Hi,
You can do this by setting your width 50% or smaller than your container https://share.getcloudapp.com/2NulbqYj
Then, on the Advance Settings box, make sure you have enabled the Carousel mode https://share.getcloudapp.com/2NulbqYp
Hi,
Thanks for providing the link.
I went ahead and checked your site and it looks like your homepage is using the archive/blog list page.
MetaSlider restrict_to=”home” uses the is_front_page() condition to check whether it should display or not. Unfortunately, is_front_page() returns false on blog pages which causes for it to disregard the restrict_to option.
As an alternative, the easiest way to hide the slide is via CSS
body:not(.home) .header-widget-region #block-27.widget { display: none; }Hi,
Apologies, I misunderstood your question. I didn’t noticed the white background on my first check since it was very instant when it disappears.
It looks like that the white background is a theme issue and not MetaSlider related as it also happens to the pages without MetaSlider.
If you do hard refresh on the about us page, you’d also see the white background even if it doesn’t have a MetaSlider embedded in it – https://share.getcloudapp.com/6quYGQdL
Hi,
Sorry for taking time to respond.
You can add the following CSS code to your site to modify the CSS appearance.
You can use this code if you want the image to cover the whole slide but would crop your image due to the change of the size ratio.
@media screen and (max-width: 768px) { #metaslider_306 ul li { height: 400px; /* you can change the value to your preference */ } #metaslider_306 ul li img { width: 100%; height: 100%; object-fit: cover; } }And you can try the code below if you want to display the whole image, but of course with create a space gap to your slide due to the change of dimension.
#metaslider_306 ul.slides li { height: 400px; background: #000; /* you can change the background to your preference */ } #metaslider_306 ul.slides li img { width: 100%; height: 100%; object-fit: contain; }Unfortunately, MetaSlider doesn’t have that appearance option. That could however be achievable via CSS customization.
Hi,
You can add your background here
#metaslider_container_972 {
background-color: #5e5e5e;
}Although, the way I see it is that the background is directly embedded to your image https://jamiefurlong.com/wp-content/uploads/2021/09/pink.jpg
We do have a variety of themes in the pro version. We can also provide small custom CSS changes on pro users.
I’m not sure what you mean by the standard format. Most image uses .jpg and .png but other image formats should work as well.
You can also contact us through our site by clicking in the chat icon at the bottom right corner of the site https://www.metaslider.com/
Hi,
Thank you for the update. I’ll be closing the ticket now.
The shortcode below will only display the slider into your homepage.
[metaslider id=123 restrict_to=home]May I know what you want to achieve?
Also, can you provide a link to your site where MetaSlider is embedded.
Hi,
This is a known issue. Our developers had already ruled this out as an SDK issue and is not related to MetaSlider.
We also have created a ticket on SDK repo and is also waiting for their update.
Hi,
This is clearly theme issue. MetaSlider should work fine as long as the shortcode gets rendered in your template.
Looking at your site, it’s not only the header and menu that’s missing, but also the footer section.
Unfortunately, I’m unable to help you since it’s theme issue is out of our scope.
Hi,
Can you provide a link to your site so I can take a closer look about your issue.
Kind regards