matchalabs
Forum Replies Created
-
Hi there,
Which page specifically do have a Meta Slider on – I’m having trouble finding one.
Thanks,
DaveHi,
Try this:
if ( is_front_page() or is_home() or is_search() ) { echo do_shortcode("[metaslider id=1111]"); } else if ( $header_image ) :
Just change the ID to match the slider you want to display.
Thanks,
DaveHi Kjell,
Thanks for the additional information.
It sounds like the Flickr plugin works well with posts and pages by inserting an external link to the Flickr resource.
However Meta Slider relies upon the image being within the WordPress Media Library.
In the Meta Slider Pro version is an ‘External URL’ option for a slide but I’m not sure this will achieve what you’re looking for either as it would need to be added individually.
Thanks,
DaveHi there,
This often happens with tabbed content and carousels but can sometimes be resolved by reloading the slider when a tab is clicked.
The following code resolves the issue for the second and third tabs:
jQuery(document).ready(function(){ jQuery('#oscitas-restabs-1-home-13056 a').click(function() { jQuery('.flexslider').data('flexslider').resize(); }); });
If you’re not sure on how to add this JavaScript to your theme try using this plugin:
https://en-gb.www.ads-software.com/plugins/custom-css-js/It could be that the other tabs have sliders setup slightly differently.
One thing to check is that all sliders have a width and height in the settings, neither can be set to 0.
Thanks,
DaveThe roll back plugin will enable you to roll back Meta Slider easily.
Alternatively you can access previous versions here if you want to do this manually:
https://www.ads-software.com/plugins/ml-slider/#developersThanks,
DaveHi there,
Could you provide more details – are you looking to display posts in a slider?
Thanks,
DaveHi Kjell,
Do you have a link to your slider?
It might not be that Meta Slider is compatible with the plugin you’re using to integrate with Flickr.
Could you provide more details?
Thanks,
DaveHi there,
Are you still using Meta Slider on your site – could you setup a test page?
Thanks,
DaveYou can roll back (and forward) easily using this plugin:
https://en-gb.www.ads-software.com/plugins/wp-rollback/Thanks,
DaveHi there,
I’m not sure about the header image and the featured image sorry – could you direct that question to the twenthy-eleven forum?
Thanks,
DaveHi there,
I’ve not been able to reproduce this issue sorry.
Could you check if the ‘Excerpt’ option is enabled in the ‘Screen options’ panel?
Thanks,
DaveIt looks like the slider and slides are still there.
I can see an error on the site which might be preventing the slider from working.
It would be worth trying to remove the error before doing anything else as it could be that the existing slider works and it could be that the same error also prevents Meta Slider from working.
Try reverting any recent changes, particularly any new plugins first. If that doesn’t work then try disabling all plugins. Finally if that doesn’t work try reaching out to the theme’s developer.
Feel free to come back here afterwards if you’d still like to integrate Meta Slider.
The errors are in these files:
https://amazingescapades.com/wp-content/themes/tourism-1-premium/custom-search/js/search.js?ver=4.7.5 https://amazingescapades.com/wp-content/themes/tourism-1-premium/js/script.js
Thanks,
DaveHi there,
It would be possible to do this.
You would need to edit the header.php file probably and use conditional logic to display which Meta Slider you’d like.
Something like:
if ( is_front_page() && is_home() ) { // Default homepage } elseif ( is_front_page() ) { // static homepage echo do_shortcode("[metaslider id=1111]"); } elseif ( is_home() ) { // blog page echo do_shortcode("[metaslider id=2222]"); } elseif ( is_page( 'about-me' ) ) { // Page with a post_name (slug) of "about-me" echo do_shortcode("[metaslider id=3333]"); }
Thanks,
DaveHi there,
This will depend on which theme you’re using as they can vary in the way there are configured.
It will also depend on whether you want the slider to appear in the header AND only on the homepage, in which case you’d need to edit the header template and restrict Meta Slider to the homepage.
Do you have a link to your slider?
Thanks,
DaveHi there,
With Meta Slider Pro you can use a Layer Slide for the text with a transparent image but an image is still required.
For further information please contact us via our website as we’re unable to support commercial products via these forums:
https://www.metaslider.comThanks,
Dave