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

    (@miunosoft)

    What are my options for adding a responsive column widget with three objects to my static homepage?

    There are the shortcode and the Auto-Insert feature. As I see your page, you have already figured it.

    What are my options for the static homepage?

    Is it possible to have more than one responsive column widget? So that different pages have different display options?

    It can be done with Pro easily as it allows to create multiple Responsive Column Widget boxes. But with the free version, it’s not impossible. I can think of two options:

    • use the theme’s sidebar – add widgets to the built-in sidebar that you are not using. But you need to know the sidebar id that WordPress uses internally. As far as I know, the first sidebar id of the twenty-thirteen and twenty-twelve themes is sidebar-1. To call that use the shortcode like this: [responsive_column_widgets sidebar="sidebar-1"]
    • use the omit/showonly parameter with the shortcode – add, for example, 6 widgets to the Responsive Column Widgets sidebar box and call the first half with [responsive_column_widgets showonly="1,2,3"] and call the rest with [responsive_column_widgets showonly="4,5,6"]
    Plugin Author miunosoft

    (@miunosoft)

    I’m closing the topic due to inactivity.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding widgets to static homepage’ is closed to new replies.