开发者 | EnigmaWeb |
---|---|
更新时间 | 2018年4月16日 14:49 |
捐献地址: | 去捐款 |
PHP版本: | 3.1 及以上 |
WordPress版本: | 4.9.5 |
版权: | GPLv2 or later |
logo-slider
folder to the /wp-content/plugins/
directoryLogo Slider
tab that appears in your admin menu.Just place the shortcode into a text widget. If that doesn't work (it just renders [logo-slider] in text) then that means your theme isn't 'widgetized' which you can fix easily by adding 1 tiny piece of code to your theme functions.php:
add_filter('widget_text', 'do_shortcode');
Add this code above to fuctions.php between the <?php
and ?>
tags. A good place would be either at the very top or the very bottom of the file. Once you've done this you should be able to use shortcode in widgets now.
Yes
Yes. Use <?php echo do_shortcode("[shortcode]"); ?>
. Make sure to replace [shortcode]
with the shortcode for your own logo slider (which you can find in Logo Slider > Manage Sliders)
You can do some basic presentation adjustments via Logo Slider tab on the admin menu. Beyond this, you can completely customise the design using CSS in the Custom CSS field on settings screen.
It's most likely just a matter of tweaking the css.
Check it on an actual mobile device. The logos appear stacked in browser console / simulators, but on an actual device it works fine.
If you've tried all the obvious stuff and it's still not working please request support via the forum.