Hi,
I recently purchased the Newspaper theme. Through your demo it looked like it provided the design framework that I was looking for.
I want to set up my homepage like the following website: http://i.imgur.com/I4mXIMD.png
It displays one article over another with a big picture and then the introductory text underneath with an option to see more.
When I go into the Visual Composer I found the Block that represented this: Block 3 as seen here.
However, instead I don’t get that at all. The block actually displays 2 or 3 small images beside each other such as this: Example
I was wondering how I can set my homepage like this: http://i.imgur.com/I4mXIMD.png since Block 3 doesn’t fulfill that role.
I’m familiar with HTML, CSS, and some Javascript. If the only way I can achieve this look is by going into the code I’m comfortable with doing that I would just need some guidance on how to do it.
Any help is much appreciated, thanks.
-
This topic was modified 11 years by
Hxadecimal.
Hi,
Unfortunately there is no block made by module 7 so you can use with Visual Composer: http://demo.tagdiv.com/newspaper/category/module-7-category/ But you can set to display Latest Articles on your frontpage(blog): http://screencast.com/t/vqw4rV203f4 and choose module 7 to display articles from Theme Panel > Template Settings: http://screencast.com/t/2nLdGWM3yJfy
Result: http://screencast.com/t/EnwTdPRJ
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Thanks Hxadecimal for the question and Alin for the answer. I have the same problem and was researching a lot for the answer. As a workaround I use Post “Grid Module”.
I wonder why there is no block 7 Module for Visual Composer. I would appreciate a lot such block Module.
Thanks for the reply. Unfortunately, setting the frontpage to display the latest articles removes key customization elements that I need to utilize. It sounds like my only way to achieve what I’m looking for is to modify the code?
Is there any way I can create my own block? Or to make it easier, take the existing code of a similar block such as Block 3 and edit it to fit my needs?
As mentioned, I’m familiar with HTML, CSS, PHP, and some Javascript. However, I’m still relatively new to this. Is there any way that you could give me a little bit of direction on how/where to find the code that represents these Blocks so I can customize my own? I would greatly appreciate it.
Any additional information that you think would help me would also be greatly appreciated, thanks.
Hi,
Block 3 uses Module6 – http://screencast.com/t/E98LWr3o
There’s also some code which determins how the modules will be displayed on 1, 2 or 3 (span4, span8, span12) columns – http://screencast.com/t/ILQiCayzi
The blocks and modules are called here – http://screencast.com/t/MrGsxlS17c4
Hope this helps.
Thank you, Emil G.