• Hello Support. No matter what I do with the shortcocde for displaying links, I can only get one single column. This is fine for the carousel, but not so much for Grid, List, Compact List. As an example, the following does not display into three columns…

    [wp_links_page display=”grid” cols=”3″ num=”15″ pager=”pagination” load_more=”View More” orderby=”date” img_size=”large” title=”display” title_style=”font-weight: bold; font-size: 18px; text-align: left” desc=”content”]

    I tried using single quotes around the variables, but no joy. Any insight will be sincerely appreciated.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rico Macchi

    (@rico-macchi)

    Hello,
    I took a look at the page you need help with and I see a 6 column layout, not sure this is what you wanted? I will help any way I can please advise,
    Thank you

    Thread Starter QGofLake

    (@quentong)

    Hello Rico,

    I realize I did not express the problem as well as possible.

    I was trying for a 3 column layout. Here are the variables… display=”grid” cols=”3″. Instead, I get as many columns as there are links in an ever expanding row. Items do not start new rows at 3, 6, etc.

    Your help will be appreciated.

    Plugin Author Rico Macchi

    (@rico-macchi)

    Hello,
    Remove the pagination Var from shortcode, pager=”pagination” load_more=”View More” and it should resolve the problem. EX:

    [wp_links_page display=”grid” cols=”3″ num=”15″ orderby=”date” img_size=”large” title=”display” title_style=”font-weight: bold; font-size: 18px; text-align: left” desc=”content”]

    Do you have the free or pro version installed?

    • This reply was modified 3 years, 5 months ago by Rico Macchi.
    Thread Starter QGofLake

    (@quentong)

    Hello Rico,

    I tried removing the pagination variables, but not joy. Here is shortcode in use…

    [wp_links_page display=”grid” cols=”3″ orderby=”date” img_size=”large” title=”display” title_style=”font-weight: bold; font-size: 18px; text-align: left” desc=”content”]

    I am using the pro version.

    Plugin Author Rico Macchi

    (@rico-macchi)

    Hello,
    Can you contact me via the website, wplinkspage.com/contact or [email protected]
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problems with shortcode’ is closed to new replies.