I tried to have a 3 column list on my homepage. Therefore I build three pages with the following text:
[media]
[media-object pull=”left”]
Picture
[/media-object]
[media-body title=”Our tours”]
Text lorem isum Join now!
Explore more
[/media-body]
[/media]
I inserted it in a widget with the 3 column style. The text is displayed correctly but the pictures are not. What’s wrong?
I had the same issue. Try with media=”left” instead of pull=”left”
[media]
[media-object media=”left”]
Picture
[/media-object]
[media-body title=”Our tours”]
Text lorem isum Join now!
Explore more
[/media-body]
[/media]
I have the same issue both with Header Sidebar icons which doesn’t show and with Secondary Main Sidebar where the project photos should be visible.
Only the titles will appear but no icon or image…I tried to use both Bootstrap media shortcut and add media itself but non of them works.
Any advise?
In the end I did only one page with three columns (with bootstrap) and inserted pictures and text like that. Works fine.