Custom block Type for image and text together

Permalink
i need a custom block type in which i could add image and text toggether. like image on left and text on right. i'm not good in php so i'm having difficulties.
thanks in advance :)

regards

zia

 
hutman replied on at Permalink Reply
hutman
Are you able to go into the block and style if a generic block is provided to you?
zia replied on at Permalink Reply
yes i can. in fact i changed image block and added a text field in it.saved that text in data base. then printed that text with image...... but my problem is that i cant create a custom block for that.
hutman replied on at Permalink Best Answer Reply 2 Attachments
hutman
Here is an example of this block for each 5.6 and 5.7. For 5.6 unzip it and put the callout directory in the root blocks folder, for 5.7 unzip it and put the callout directory into the application/blocks directory. For either one you will need to go into the Dashboard -> Blocks & Stacks -> Block Types and install the new block type to get it into your list.
pstewart replied on at Permalink Reply
I know this was posted two years ago, but it doesn't seem like the zip is attached. Is that something you still have available to share?
hutman replied on at Permalink Reply
hutman
The links are still there, click the weird looking link by "Reply"
OKDnet replied on at Permalink Reply
OKDnet
Sounds like a easy block to create with Block Designer!http://www.concrete5.org/marketplace/addons/block-designer...
watch the demo video if you need help.
Steevb replied on at Permalink Reply
Steevb
Why not use the content block and bit of css?

Example: Add a content block, add an image and some text then give the image a 'float' and a bit margin.

.left{float:left;margin:0  15px 0 0}