How to create full width articles (not pages) with WPbakery?

Posted in: Newspaper
Post count: 108

I tried to create like this https://www.gaia.com/article/earths-magnetic-field-is-shifting-and-geologists-dont-know-why

But images are not going full-width, rows are not going full width.

Row stretch is set to Stretch row and content (no paddings).

Please advice.

Post count: 108

By designing it first in a page and copy the source code into a new post and save as template.

Post count: 20688

Hi,

Then maybe a general background is set, the website will be boxed in this case
https://forum.tagdiv.com/background-introduction/
Full width with a background set is not possible for the page content.

Thanks

Post count: 108

Voila: https://lionsground.com/unidentified-submerged-object-was-surrounded-by-multiple-submarines/ @simion

I’ve designed the template first in a page and copied the source in a post. However, after that editing the background image of the row is not possible. I need to create a full width row with a background image and replace the class”” with the new one.

Question, how to redirect the sign-up(the pop-up) to a particular page? I’m using a paid membership plugin so nobody can register without subscription.

Waiting for your response,

HSP

Post count: 20688

You could design an actual post template, this can be done with the composer now
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You can design it with rows stretched and with background images or in any way possible.
We created some cloud post template designs that can be imported, but you can create your own as well
https://affiliate.tagdiv.com/#/load/Single

The login link in the top bar is defined in this file
https://forum.tagdiv.com/topic/change-the-links-that-sign-in-and-join-refer-to/
You could modify the link to direct to a specified location.

Post count: 108

Perfect information, thanks a lot. I will check it out this weekend.

Post count: 108

So what I need to change is :

if ($users_can_register == 1) {
//add the Register tab to the modal window if Anyone can register chec
$users_can_register_tab = ‘ <span></span>‘ . __td(‘Join’, TD_THEME_NAME) . ‘‘;
}

if ($users_can_register == 1) {
//add the Register tab to the modal window if Anyone can register chec
$users_can_register_tab = ‘ <span></span>href=”https://myurl.com/register/&#8221; id=”register-link-mob”>’ . __td(‘Join’, TD_THEME_NAME) . ‘‘;
}

at login.php.

The problem is, the changes are not being saved. It waits and than gives me the following error:

“Unable to communicate back with site to check for fatal errors”

Please advice.

Thank you

  • This reply was modified 7 years by heathcliff.
  • This reply was modified 7 years by heathcliff. Reason: code function breaks code
Post count: 108

forget the “Unable to communicate back with site to check for fatal errors” part. It’s caused by one of my plugins.

Post count: 108

All me problems are solved. You’re a lifesaver

Post count: 108

@Simion C.,

There’s an issue with the templates. I have installed “Single Post Template 21”.

The comment section is set to “show for signed in users only”. It shows total comments and below a hyperlink “sign in to comment”. The template is ignoring the settings. I’ve tried to add codes on:

-functions.php
-comments.php
-wp_booster/comments.php
-Adding [hidetag] between rows in the template with td_editor is not working either.

The hidetag is a function that comes with “Paid Membership” plugin, a premium plugin that gives you the opportunity to hide particular sections, In this case I want to display the comments for paid members only for privacy reasons.

Post count: 20688

The cloud library elements are in the plugin files, so a condition would have to be set there. The comments element is here – http://prntscr.com/md4okn

Maybe try and modify or add the code you want there, but note that after a theme update it will have to be done again as the plugin will be updated.

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