• Resolved simowp

    (@simowp)


    good day i have the free version can you put 2 widgets or 3 consecutive on a page? ….. reply me thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hi @simowp, yes absolutely possible for more than one widget.

    Thread Starter simowp

    (@simowp)

    Even if I use the plug-in free?……When I select width 2 and then I return to width 1.

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Ah right @simowp, you mean having them laid out in columns/grid?

    If so this can be achieved through CSS, with the free version. The plugin supports all the markup needed to hook in to.

    The Pro version does this for you without the need for CSS (and you also get support to get help with any extra CSS).

    Feel free to post a link here and perhaps someone can assist?

    Thread Starter simowp

    (@simowp)

    Link website

    I should put the category of “site categories” and “site nations” consecutively.
    how can i do it?

    • This reply was modified 7 years, 4 months ago by simowp.
    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Do you know any CSS @simowp?

    Thread Starter simowp

    (@simowp)

    I could modify ccs but I do not know exactly where to go to modify.
    Are there other plug-ins that do this thing already set?

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    @simowp The Pro version will do this for you automatically… or you can see if someone gets time to take a look at your request here.

    Thread Starter simowp

    (@simowp)

    ok ok i understand ……. but i also figured that if i pay i could still have a few problem ….. so i ok ok so thank you! ……
    If someone tells me how to do it, thank you …..

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey @simowp, with the pro version you get support included, so I’m sure someone could help.

    As a starter the following will give you 2 columns for the 2 sets of Widgets on Pages. Of course additional CSS can be used to further style this to make sure it shows only 1 column when at a smaller screen size (using media queries)

    widgets_on_page {
      width: 50%;
      float: left;
    }

    Please let me know how you get on.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘2 widget on page’ is closed to new replies.