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
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.
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.
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?
I’m seeing this same issue with NewsMag. De-activating all plugins also did not work. Is there a known solution here?
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?
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.
-
This reply was modified 9 years by
joeydekoning.
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'; ?>
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.
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?
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?
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 .
Works great, thanks!
Thanks. Found it in the original download, resolved no problem.
Is there a live demo for the 3 column layout, with 1 column main area?
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!