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
thanks in advance :)
regards
zia
Are you able to go into the block and style if a generic block is provided to you?
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.
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.
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?
The links are still there, click the weird looking link by "Reply"
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.
watch the demo video if you need help.
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.
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}