How to include logo showcase in a widget
-
Hello
I am trying to include WP Logo Showcase on the frontpage.php.
I have included a widget with the id “client-logo” after the Genesis action hook ‘genesis_after_content’.I have enabled shortcode support in text widgets in the functions.php
// Enable shortcodes in text widgets - We will use shortcode to display client logo in widget add_filter( 'widget_text', 'shortcode_unautop'); add_filter( 'widget_text', 'do_shortcode', 11);
In the text widget, I have included the following code –
[logoshowcase limit="-1" dots="true" arrows="true" slides_column="3" slides_scroll="2" autoplay="true" autoplay_interval="300" speed="2000" loop="true" center_mode="true" link_target="blank" show_title="true" image_size="original"]
But the logo slider is not displaying. There is empty space only.
When I am including the logo slider in post editor on some other page, it shows properly.How to include logo slider on front-page.php if it doesn’t work in the text widget.
Thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘How to include logo showcase in a widget’ is closed to new replies.