Arreane
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] Conflicting versions of Redux; blocks new versionHi,
We recently had issues with the previous versions of Redux. I would advise to update Redux to its latest version which is 4.1.29
Hi,
The shortcode you copied won’t work because the id value 3000 is just an example. You need to change the 3000 to your actual slide id.
[metaslider id=”your_slide_id_here″ restrict_to=”home”]
Also, since you’ve added the wrong shortcode on the homepage, then it should not supposed to work on your posts page. I’m guessing a separate shortcode was added on your posts page.
In that case, this isn’t an issue of MetaSlider. The issue is how the MetaSlider was embedded to your theme. Unfortunately, I don’t have access to your site nor have the idea on how your theme works. You might want to contact your theme developer to resolve the issue.
Thanks,
ArreaneHi,
Next thing you could do is to disable all your plugins temporarily except for MetaSlider. Then try to switch to a default WordPress theme like Twenty-Twenty One.
You need to confirm if MetaSlider works fine after disabling all plugins and switching themes. If so, you can try to activate the plugins one-by-one until you find which plugin/theme is causing the conflict.
Hi,
Please see screenshot – https://share.getcloudapp.com/7KuowZ76
1. In your WordPress admin area, click MetaSlider in the sidebar.
2. You can customize the caption by clicking the “Enter Manually” option.
3. Enter your caption
4. Add the URLHi,
You can use the restrict_to attribute.
Please see the documentation https://www.metaslider.com/i-only-want-to-show-the-slideshow-on-my-homepage-how-can-i-do-that/
Hi,
This looks like a permission issue and is not related to MetaSlider.
I checked your site and looks like you’re using Ultimate Member plugin. You can try and ask an assistance on their plugins page.
I will close the ticket now.
Hi,
The slider is displaying correctly based on your provided snippet. This doesn’t seem to be a MetaSlider issue, but more of how to embed on your theme.
is_home() returns true on both the front page and the blog list page.
You can try this condition instead: if(is_home() && !is_front_page()) {}
This should prevent the slider from displaying on your homepage.
Hi,
Please make sure that you have the latest version of MetaSlider installed on your website.
Also, this looks like there’s a Javascript error preventing the slides to load.
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,
This is not a known issue. Can you send a link of your site where this happened. So I can give you a solution to your problem.
Hi,
Using any cropping options besides disabling it should set all the images in the same sizes.
Can you provide a link where this happened and also a screenshot on your MetaSlider setup.
Forum: Plugins
In reply to: [Redux Framework] Fonts issueHi,
1. I have a problem with fonts after the last update.
> Do you mean after updating to the latest version of Redux?2. After importing the demo version, going to Customizer and saving the settings, then after returning to the theme options panel, the font settings are cleared.
> Are you referring to a demo theme? Can you send over a link where you downloaded the demo version so I can test it out on my end and see if I can replicate your issue.Hi,
I can see that your site is throwing console errors – https://share.getcloudapp.com/d5uAXrOR
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.
You can then try activating the plugins one-by-one until you find out which of the plugin is causing the conflict.
Let me know how it goes.
Kind regards,
ArreaneHi,
The latest update should fix all the issues with Redux.
If the latest update still causes you issues. Can you try enabling WordPress debug mode: https://wordpress.org/support/article/debugging-in-wordpress/
Then please share with me the errors in your WordPress.
MetaSlider’s links are relative to what you set in your WordPress URL.
If you’re using http, then all MetaSlider links will be http, If you’re using https then all MetaSlider links will be on https.
This should not be an issue with SSL at all. If you could provide a link where the http from MetaSlider is embedded, then I would gladly help you with your problem.
Hi there,
Installing and activating MetaSlider doesn’t automatically create and add the shortcode to your site.
You might’ve added it somewhere in your site previously. If so, you need to manually remove it somewhere in your site.
If it was already there, your theme developer might’ve hard coded it into your theme. If so, you’d have to contact your theme developer to remove it from your theme.
- Open the DevTools