Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
joeydekoning
tagDiv Member

Thumbs Up!
there are few minor adjustment to perform, but it’s already working for us, and we did not bumped any obstacles as for now.

thank you very much

joeydekoning
tagDiv Member

Yes, I understand.
I did change the code. But I’m simply curious. Perhaps there is a some sort of a trap there?
Could you please provide the developer’s feedback?
This potentially can be an improvement for you guys.

joeydekoning
tagDiv Member

I’ve had this problem on multiple servers and install attempts dating back to Newspaper 8 release…have always had to use the old js_composer.

Now I put Newspaper on a new WordPress install on a test server. Clicking “tagdiv composer” from the Edit Page screen results in a white screen with an animated circle, indefinitely. Same problem I’ve experienced in the past.

joeydekoning
tagDiv Member

Is there a way to make all Big Grid links open in a new tab? What file could I edit for a custom code solution?

joeydekoning
tagDiv Member

I’m seeing this same issue with NewsMag. De-activating all plugins also did not work. Is there a known solution here?

joeydekoning
tagDiv Member

Was looking at this plug-in and can get it to work. However their “category exclude” feature does not work, so infinite scroll will load all posts chronologically.

Do you recommend any other plugins, canned solutions?

joeydekoning
tagDiv Member

Hey,

I followed these steps and rebuilt the entire site (unzipping wp-content from a NewsMag page and putting in the database to a new install, then disabling all plugins except page builder, installing NewsPaper 8, installing updated page builder, installing updated td_composer, then following memory parameters guide for wp-config and .htaccess changes).

There was no caching on the WordPress site but I cleared my browser cache.

I still have the same issue. I can tell that at least the max_upload_size did successfully change to 50mb because I can see this on the media upload page.

Anything else I could do to troubleshoot? Potential issues: it’s a large site (13gb tar.gz for wp-content and 300mb MySQL database), and previously is on NewsMag.

Thanks!

Joey

Edit: This is all without installing or activating the child theme.

joeydekoning
tagDiv Member

Update, I solved it like this

<?php $post_id = $this->post->ID;?>
<?php echo human_time_diff( get_the_time('U', $post_id), current_time('timestamp') ) . ' ago'; ?>

joeydekoning
tagDiv Member

What other data can I get from $this? Could I get the Post ID?

I see


$this->get_title();
$this->get_author();
$this->get_date();
$this->get_category();
$this->get_image

are used in the theme.

joeydekoning
tagDiv Member

I’m trying to add this feature to the Big Grid on the homepage. This means I need to do

<?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?>

where get_the_time('U') needs to be replaced with the post DateTime for each post. Right now this string comes from

<?php echo $this->get_date();?>

But this returns <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2016-03-01T00:04:01+00:00" >March 1, 2016</time></span> instead of just a date.

Is there a straightforward way to grab the date from $this->get_date(); so it can be used inside the <?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?> function?

joeydekoning
tagDiv Member

Similarly — using a 3-column layout, I can change the column widths to get

[1/4 1/2 1/4]

But when I put a block in the center column, it still renders for 1-col width. Is there a code change I can do to allow the center block to fill the full space?

joeydekoning
tagDiv Member

Is it possible to center these boxes, for example could I center Block 13 in a column of a “stretch row and content” row? Right now it aligns left .

joeydekoning
tagDiv Member

Works great, thanks!

joeydekoning
tagDiv Member

Thanks. Found it in the original download, resolved no problem.

joeydekoning
tagDiv Member

Is there a live demo for the 3 column layout, with 1 column main area?

joeydekoning
tagDiv Member

Any change in this status?

  • tagDiv’s planned NewsPaper or NewsMag support of a second sidebar
  • Coding scope required to implement one (any open source efforts here?)

Is it possible to simulate a second sidebar in the NewsPaper Theme by having a 2-column layout in the main area? Is there a demo example of this?

Thanks!

Viewing 16 posts - 1 through 16 (of 16 total)