Arreane
Forum Replies Created
-
Hi,
Glad you were able to sort it out. Thank you for providing update.
I will be closing the ticket now.
Kind regards,
ArreneHi,
This is more likely a JS error which is a cause from a plugin conflict.
You can check and see if there are errors in your dev tools.
- Open the DevTools
Press Command+Option+J (Mac) or Control+Shift+J (Windows, Linux, Chrome OS) to jump straight into the Console panel of Chrome DevTools.
Or, navigate to More Tools > Developer Tools from Chrome menu, and click Console tab.
- Identify the Error
The error console will open. If you don’t see any errors try reloading the page. The error may be generated when the page loads.
The console will provide you with the error type, the location of the error and the line number
Hi,
The arrows are actually in the middle. It just looks like it’s in the bottom position because the first image is smaller compared to your slideshow height.
When you look at a slide with huge image, you can see that it’s actually in the middle, and not at the bottom – https://share.getcloudapp.com/rRubWGpp
Making sure that all your images are of the same height should fix your issue. You can do this by enabling the smart crop feature.
As for the dots, you can hide them by adding !important to your css code.
ol.flex-control-nav.flex-control-paging {
display: none !important;
}Hi,
I’ll be closing this ticket now
In that case, enabling the crop option is necessary. Choosing the smart crop in the Image Crop option should do the trick.
Hi,
MetaSlider doesn’t have that option right out of the box, but you will be able to do that by adding an event manually triggering the play button once the window is on blur.
You can try to add the following code:
jQuery(window).blur(function(){
jQuery(‘#metaslider_2296’).flexslider(‘play’);
});Forum: Plugins
In reply to: [Redux Framework] Redux 4.2.14 assets problem, 404 messageHi,
This looks like a misconfiguration of redux on your theme. based on the console errors, it states that the files that you’re trying to enqueue doesn’t exist on your theme.
Hi,
In your MetaSlider page under the advance section. Make sure that the Image Crop option is set to disabled https://share.getcloudapp.com/4gulJk6r
Hi,
Thank you for giving suggestions on MetaSlider Gallery feature. We really value customer feedback.
I have forwarded your message to our development team and let them know about your suggestion.
However, I cannot guarantee that this feature will be included in the future update as there are a lot of factors our team needs to consider. What I can tell you is that we will surely take your suggestions in to consideration.
Have a great day!
Hi,
Please make sure you have the latest version of MetaSlider installed on your site.
Also, this issue might be caused by another plugin/theme. So, please check if this issue happens when only MetaSlider and the Twenty-Twenty One theme are active.
Hi,
Please make sure that you have the latest free version of MetaSlider installed on your website.
Also, this issue might be caused by another plugin/theme. So, please check if this issue happens when only MetaSlider and the Twenty-Twenty One theme are active.
Thanks
Layer Slide is a MetaSlider – Pro feature. You need to update it as well.
You’re currently using v2.7.1. updating it to MetaSlider – Pro v2.18.3 should fix your issue.
Hi,
Looks like you’re using an old version of the plugin. $(…).live has been deprecated since WordPress v5.5
Updating your plugin should fix the issue.
Hi,
Can you share with me the error message you get when launching the layer?
Hi,
MetaSlider has a list of hooks which you can use for making customizations. In your case, I think this is what you need metaslider_flex_slider_anchor_attributes.
Please refer to the documentation – https://www.metaslider.com/metaslider_type_slider_anchor_attributes/
- Open the DevTools