开发者 | MatthewRuddy |
---|---|
更新时间 | 2016年6月25日 04:52 |
PHP版本: | 4.5 及以上 |
WordPress版本: | 4.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Need additionals features? Easing Slider is fully flexible and can be enhanced with add-ons available to license holders only. Want to gain access? See Pricing.Some of the best Easing Slider features include: Primary Features
[easingslider id="1"]
Function in template files (via php):
To insert the slider into your theme, add the following code to the appropriate theme file. As above, replace the "1" with the ID of the slider you wish to display.
<?php if ( function_exists( "easingslider" ) ) { easingslider( 1 ); } ?>
This can often be caused by a jQuery conflict. Many plugins don't load jQuery correctly and as a result break the plugins that do. Firstly, disable all of the other plugins you have activated (or as many as you can). If the issue persists, with just Easing Slider "Lite" active, it is more than likely a conflict with the theme. If the slider works when it is the only plugin active, you're experiencing a plugin conflict. Carefully enable each plugin, one-by-one, checking the slider each time. Keep doing this until you activate the plugin that breaks the slider. After you've taken these two steps, make a support topic and we will get back to you as soon as you can. Otherwise, feel free to contact the developer(s) of the conflict plugin/theme also. They should also be able to provide you with assistance.
This is easy. When editing a slider in the "All Sliders" admin area, simply click an individual slide thumbnail and it's settings panel will appear.
max-width
is always auto
.admin_url
function to generate redirect URLs in admin.Fatal error: Can't inherit abstract function
related issues (known PHP bug https://bugs.php.net/bug.php?id=66818)