• Resolved fuhrmann6020

    (@fuhrmann6020)


    shortcodes with multiple ids are not working correctly

    this shortcode shows the products on the backend but not on the frontend.
    The frontends shows a white space.

    [products ids=”21630,21647,21651,21675″ columns=”4″]

    this shortcode shows the single product on backend and frontend
    [products ids=”21630″ columns=”4″]

    any cache plugin is switched of

    I assume it is a server setting, as changing of theme or disableing plugins does not help.

    thx

    • This topic was modified 3 years, 4 months ago by fuhrmann6020.

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

Viewing 1 replies (of 1 total)
  • Erica K. a11n

    (@piratepenpen)

    Automattic Happiness Engineer

    Hey @fuhrmann6020,

    This is definitely not due to caching, but rather formatting. When I copy/pasted the shortcode above into a text editor, it appears as though the quotes were not formatted correctly. See here: https://d.pr/i/8hp9rP

    I was able to get the 4 columns to display: https://d.pr/i/XEO2jo

    Copy paste the code below and you should be good to go!

    
    [products ids="21630,21647,21651,21675" columns="4"]
    
Viewing 1 replies (of 1 total)
  • The topic ‘product shortcode does not work for multiple ids’ is closed to new replies.