Calin #297797
May 29, 2019 at 4:42 pm
Hello !You will have to edit the functions.php in child theme and change from 1001 to 11 and it should work: https://image.prntscr.com/image/LJgOPaseQeWx88hn-pSKGQ.png
Thank you !
We already done that ut child theme still not working with cloud library… Custom post templates are not working…
Cloud Library does not initiate with Child theme even you do the 1001 to 11 change…
Child Theme and Cloud library not working together 🙁 They need to fix asap…
Child Theme is not working…
Even change the 1001 to 11 still child theme does not work…
Yeap Child theme not working at all…
That does not work…
It’s abou the child theme… When Child team is active, cloud templates not working…
Custom Templates not working pls fix it… We updated all… We cant add new template… Or Use old template… We cant even change to normal templates…
Ty my Problem Solved…
That file does not exist anymore in 9.7 Pls need help…
As 9.7 arrives shorcodes folder has been removed, you should know that…
We Updated TagDiv Composer and was using tagdiv composer from the begining…
The Screenshot you send the file does not exist anymore… Thats why i am asking which file and where to edit to get the old style…
And $buffy .= '<div class="td-authors-url">'; will not work anymore so can you support us how to implement such thing…
$last_article = $wpdb->get_row($wpdb->prepare("SELECT * FROM $wpdb->posts WHERE post_author = %d AND post_status = 'publish' AND post_type = 'post' ORDER BY post_date DESC LIMIT 1", $td_author->ID), ARRAY_A);
$buffy .= '' . $last_article['post_title'] .'';
$buffy .= '</div>';
Thats not i mean, i show with example images

We have done that before 9.7 update and other websites gets our authors posts from there… Now it’s lost…
We did that before 9.7 but now as code changes we need your support…
We used
$buffy .= '<div class="td-authors-url">';
$last_article = $wpdb->get_row($wpdb->prepare("SELECT * FROM $wpdb->posts WHERE post_author = %d AND post_status = 'publish' AND post_type = 'post' ORDER BY post_date DESC LIMIT 1", $td_author->ID), ARRAY_A);
$buffy .= '' . $last_article['post_title'] .'';
$buffy .= '</div>';
before 9.7 to set that…
-
This reply was modified 7 years by
Smanchi.
I updated Newspaper Already…
includes\shortcodes\td_block_authors.php this file has been deleted and new file has diffrent style coding…
I couldnt find the file to edit authorbox and the one i found the code differs in 9.7 so i need your help…
-
This reply was modified 7 years by
Smanchi.
Everything works great except this…
With 9.7 this changed, i need help to achive it with 9.7 TagDiv Pls help…
I handle it by using Safe PHP Code Widget addon… Create a new siderbar and use the widget there and then put the sidebar to the Cloud Library Template…
Hope it helps…
Solved…
Anyone has any idea how to edit imported cloud library file to insert a code?
That will be an awesome feature for newssites such as us… https://sonsoz.com.tr, we love using newspaper and open to all updates 🙂
Solved :
Code for anyone that wants to add Authors Latest Posts to Authors Box
$buffy .= '<div class="td-authors-url">';
$last_article = $wpdb->get_row($wpdb->prepare("SELECT * FROM $wpdb->posts WHERE post_author = %d AND post_status = 'publish' AND post_type = 'post' ORDER BY post_date DESC LIMIT 1", $td_author->ID), ARRAY_A);
$buffy .= '' . $last_article['post_title'] .'';
$buffy .= '</div>';
Hi there, as of pastebin no longer outthere, can you paste the code here, if possible…
I lost the code 🙁
http://www.screencast.com/t/BoabVJVUjt the code i need is in this picture…
-
This reply was modified 7 years by
Smanchi.
is it possible to not show pagination in mobile devices at all… And just for Desktops?
SOLVED… TY for helping…
-
This reply was modified 7 years by
Smanchi. Reason: SOLVED
https://sonsoz.com.tr/wp-content/uploads/2018/10/Pagination-001.jpg
Please check what i mean via picture…
My Old Post: https://forum.tagdiv.com/topic/move-pagination-arrows-near-title/
but these method seems not working with newspaper i dont know cant solve it…
Need help…
-
This reply was modified 7 years by
Smanchi.
İ want to show pagination between title and ajax filter i want to move the pagination buttons near the title as inline…
