WP Bakery Integration, full height and width of the rows

Posted in: Newspaper
Post count: 4

What I did was give characteristics to the rows in Tagdiv, check on the page where I created the div tag but in text editor mode, in html mode not in visual mode.

When I checked the code that I added for these characteristics I copied it.

Then I go to WP Bakery, I place the page that is already created with WP bakery backend in classic mode. Then in html mode, and to the row I add the codes that tagDiv threw me.

The ones I’ve got:

For full row (Remove padding and margin that is automatically placed with WPBakery in rows), within [vc_row] write the following [vc_row full_width = “stretch_row_content_no_space td-stretch-content”]

To align the elements below a row within [vc_row] add content_align_vertical = “content-vert-bottom”. In case you want a full width row with all the elements aligned below it would look like this: [vc_row full_width = “stretch_row_content_no_space td-stretch-content” content_align_vertical = “content-vert-bottom”]

To TagDiv, thank you for your theme, I would love you to take this into consideration … To the community, any questions write to me here and I will try to support you

For more information

Post count: 18283

Hello !

Unfortunately yes, even tough WP bakery is a tested plugin I personally wouldn’t recommend using it. Since tagDiv Composer was created as our own page builder the developers are working on developing this plugin.

The lines you see are shortcodes that are being rendered only by the tagDiv Composer which is also a MUST HAVE plugin in order to run Newspaper Theme correctly.

You can use wp bakery on a page / post where there are NO tagDiv composer elements.

In order to make the site full width you have to select every row of your page using the tagDiv Composer and then set the stretch mode you want like here : https://www.screencast.com/t/BkWwdHh6

In order to make the post page full width you will have to add a single post template and then edit it. Check more about how to have single post template here: https://tagdiv.com/customize-articles-with-single-post-templates/ And for the header you can do it here: https://www.screencast.com/t/xf56tQN0.

These are the ways you can increase your page width from theme options. Anything above this will require custom code.

If you are using a background color / image this will cause the boxed layout.

Let me know if this helped you !

Thank you !

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.