Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPZOOM

    (@wpzoom)

    teleanu,

    Hello,

    In the Monte theme we have a full-width widgetized area in which you can add the widget, and the theme will display it as a scrollable stream.

    If you want to create a similar section in a different theme that doesn’t have a full-width widget area in the footer, you can use this code to do it:

    <div style="height:205px;overflow:hidden;">
    
                <?php the_widget( 'Wpzoom_Instagram_Widget', 'title=&image-limit=9&image-width=180&image-spacing=0&image-per-row=9' ); ?>
    
            </div>

    Optionally, you can change different options like number of images, thumbnail size.

    Thread Starter teleanu

    (@teleanu)

    This works only if I have the widget placed somewhere, if not, the style is broken. Tried to copy all the css code from the plugin to my theme style.css file, but still not working.

    I open a topic on my themes support forum & waiting to see if they can help me make a full width widget.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘shortcode or a php code to insert in footer?’ is closed to new replies.