I am trying to: create a list from a view loop. The list should be item1,item2,item3,item4..... but insteadd it is
item1,
item2,
item3,
item4,...
The view loop is :
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<wpv-loop>
[wpv-noautop][types field="twitter"][/types],
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items found[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Nick,
Thank you for contacting our support forum.
Could you select the checkbox to enable the clean view output below the loop output editor.
This should help to remove the line breaks as well.
Thanks,
Shane
I'm assuming you mean the "Disable the wrapping DIV around the View" checkbox?
I still get the problem. Here is the page : hidden link
Thanks
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Nick,
Could you try changing your theme?
SOmetimes the theme will add these auto line breaks.
Try switching to a default wordpress theme and let me know if the issue still remains.
Thanks,
Shane
Sorry; the issue still exists in Twenty Nineteen.
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Nick,
I took a look at the code that you sent again and realise that you didn't close the [wpv-noautop] shortcode.
[wpv-noautop][types field="twitter"][/types],[/wpv-noautop]
Please try this as this should now start to work.
Thanks,
Shane
My issue is resolved now. Thank you!