- NewspaperHow to update a plugin
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperHow to Update the Newspaper Theme
- NewspaperSingle Post Excerpt
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperHow to use the Bing Maps API
- NewspaperModules Builder in Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperCustom Fields Support
- NewspaperFlex Block Settings Guide
- NewspapertagDiv Opt-In Builder
- NewspaperHow to use the YouTube API
- NewspaperDefault Category Settings
- NewspapertagDiv Composer Tutorial
- NewspaperHow to Set the Image Avatar
- NewspaperUnique Articles
- NewspaperFacebook Share
- NewspaperCache plugin – install and configure
- NewspaperFeatured Image, Video or Audio
Hi,
For footer you need to use the manager and import a mobile blank header -> https://i.imgur.com/bs497z6.png then you should be able to set the content you want using tagDiv Composer.
-> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Let me know the results!
Thank you!
Hello !
Please try the manual update as you can see in our guide here: https://forum.tagdiv.com/how-to-update-the-theme-2/
Let us know the result !
Thank you !
Hello !
There may be something changed in the update that will not work with your plugins. Please try and deactivate all of them except tagDiv ones and re-activate them one by one to see if there is any cause of a plugin conflict.
Also please try and re-install the tagDiv Composer.
Thank you !
Hi,
centumcellae.it uses wp 5.5.1 latest version of newspaper and all plugins are updated. It is an online magazine and has almost 70,000 posts (select count (*) from wp_post returns 69,700 or something like that)
It happens that when you publish, or to be more precise, a few seconds later in particular sometimes for several minutes the site is very slow both in the front end and in the back end and we see that there are from 4 to more than twenty sometimes queries as below
SELECT SQL_CALC_FOUND_ROWS wp_posts. *, wp_sticky.sticky_status
I don’t know if it depends on wp fastest cache (which deletes the cache after i publish a new post) or if it depends on newspaper (maybe it’s too heavy?).
the fact is that we added the code below to the functions.php which gives rise to a critical error of wp. How can I solve? Help! Thank you very much
if ( ! function_exists( ‘wpartisan_set_no_found_rows’ ) ) :
/**
* Sets the ‘no_found_rows’ param to true.
*
* In the WP_Query class this stops the use of SQL_CALC_FOUND_ROWS in the
* MySql query it generates. It’s slow so we’re going to replace it with
* a COUNT(*) instead.
*
* @param WP_Query $wp_query The WP_Query instance. Passed by reference.
* @return void
*/
function wpartisan_set_no_found_rows( \WP_Query $wp_query ) {
$wp_query->set( ‘no_found_rows’, true );
}
endif;
add_filter( ‘pre_get_posts’, ‘wpartisan_set_no_found_rows’, 10, 1 );
if ( ! function_exists( ‘wpartisan_set_found_posts’ ) ) :
/**
* Workout the pagination values.
*
* Uses the query parts to run a custom count(*) query against the database
* then constructs and sets the pagination results for this wp_query.
*
* @param array $clauses Array of clauses that make up the SQL query.
* @param WP_Query $wp_query The WP_Query instance. Passed by reference.
* @return array
*/
function wpartisan_set_found_posts( $clauses, \WP_Query $wp_query ) {
// Don’t proceed if it’s a singular page.
if ( $wp_query->is_singular() ) {
return $clauses;
}
global $wpdb;
// Check if they’re set.
$where = isset( $clauses[ ‘where’ ] ) ? $clauses[ ‘where’ ] : ”;
$join = isset( $clauses[ ‘join’ ] ) ? $clauses[ ‘join’ ] : ”;
$distinct = isset( $clauses[ ‘distinct’ ] ) ? $clauses[ ‘distinct’ ] : ”;
// Construct and run the query. Set the result as the ‘found_posts’
// param on the main query we want to run.
$wp_query->found_posts = $wpdb->get_var( “SELECT $distinct COUNT(*) FROM {$wpdb->posts} $join WHERE 1=1 $where” );
// Work out how many posts per page there should be.
$posts_per_page = ( ! empty( $wp_query->query_vars[‘posts_per_page’] ) ? absint( $wp_query->query_vars[‘posts_per_page’] ) : absint( get_option( ‘posts_per_page’ ) ) );
// Set the max_num_pages.
$wp_query->max_num_pages = ceil( $wp_query->found_posts / $posts_per_page );
// Return the $clauses so the main query can run.
return $clauses;
}
endif;
add_filter( ‘posts_clauses’, ‘wpartisan_set_found_posts’, 10, 2 );
WP 5.5.1
PLUGINS
AddToAny Share Buttons
AdRotate
Advanced Ads
BestWebSoft’s Like & Share
Custom Sidebars
Disable Gutenberg
Duplica pagina
Embed Plus for YouTube – Gallery, Channel, Playlist, Live Stream
Google XML Sitemaps
Jetpack by WordPress.com
ONE SIGNAL
Re-Add Text Justify Button
Really Simple SSL
Responsive Like Box
Restrict Categories
Simple YouTube Responsive
tagDiv Cloud Library
tagDiv Composer
tagDiv Newsletter
tagDiv Social Counter
tagDiv Standard Pack
the_excerpt Reloaded
Widget for Social Page Feeds
Wordfence Security
WP Migrate DB
wp fastest cache
WP-Sticky
YouTube Embed WpDevArt
PHP 7.4
wp 5.5.1
Server info
S.O. Linux webxc302s03.ad.aruba.it 3.10.0-862.2.3.el7.x86_64 # 1 SMP Wed May 9 18:05:47 UTC 2018 x86_64
Apache webserver
Php 7.4.8
MySQL 5.5.62-38.14-log
Hi SvijetS, I’m sorry for all the problems that we cause with this situation, normal the thing do not go like this, we can connect to our clients and fix the problem in few days, but this is from a good time, sorry for this.
So after the theme update it was add a category in post link? please re-save the permalinks (also check to see if those are still set like before) clear all cache and try again.
Another problem can be if there were some modifications in theme files or with some plugins before the update.
Thank you for your understanding!
Hi,
i need to remove author and post date from a custom post type
i honestly don’t want to edit the theme file so i can update the theme whenever needed
there’s a filter/action to do this quickly from functions?
thanks
Thanks for the update, Calin
I’ve got exactly the same problem since the last update yesterday.
No way to edit my homepage with TD composer (no pb on other part of the website), like on your video it doesn’t load (only a small part exactly like you).
Hi,
Im currently having a problem on custom code theme, im trying to write custom javascript and html it doesn’t update/applied at all from the site.
im looking at the source file on browser the javascript code is always commented. I tried to disable cache, clear history, clean and resave it doesn’t work.
Hi,
1. The responsive version has all the desktop elements, but the sidebar will be set under the main content, but now there are options on row and columns that you can invert the order of columns and rows to can set as you like on mobile, here is a quick guide -> https://tagdiv.com/flexibility-rows-columns-newspaper-theme/ also here is a similar topic -> https://forum.tagdiv.com/topic/reverse-columns-on-mobile/
2. For the moment this is faster then responsive version, but now we work to a better version for mobile, a version where you can set your content using tagDiv Composer, this was added in this update and the featured is quite new, it will be add to it a lot of options and you can do a different without affecting the desktop and keep a nice layout, if you want you can test it, here is a quick guide of it -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
3. They can do this only if they use the option from there mobiles to see the desktop version, or if you are use the responsive version or new mobile page from this update.
Hope this will help!
Thank you!
Hello again,
nearly the same story after your update: The design of our website http://www.cadzand-online.de is again destroyed. We have updated automatically – but see the result.
We love your theme but it`s really stressing with every update your are doing…
Thanks for your support,
Best regards
Michael
also have a problem with categories, something is strange
post before
and post after (update and …..)
/hrvatska/ is a category
Hi, same problem for me. Instagram images not showing since last update. For example, at the end of: https://www.leyendasdetoledo.com/que-ver-en-toledo-el-domingo/
I try to re-connect my Instagram account at theme panel… Not working.
Any help? Thanks.
Since the latest TagDiv Composer update. My site has been slow and not working correctly. The backend always gives an error of “Not Connected” when publishing.
I go this from WP:
Howdy!
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, tagDiv Composer.
First, visit your website (https://gephardtdaily.com/) and check for any visible issues. Next, visit the page where the error was caught (https://gephardtdaily.com/wp-admin/admin-ajax.php) and check for any visible issues.
Please contact your host for assistance with investigating this issue further.
If your site appears broken and you can’t access your dashboard normally, WordPress now has a special “recovery mode”. This lets you safely login to your dashboard and investigate further.
———————
admin-ajax is retuning 0. which means the Ajax is not loading. What updates happened in composer?
Please do not give me a line about TagDiv only works with these Plugins….I have had this site for 5 years with Newspaper, it is not just a problem.
Hey guys,
Apologies for bothering you with yet another question.
Since updating to the new version we have started to get a build up of images being added to our sites image folder system. They all appear to be related to our Instagram posts. Is there anyway round these being automatically uploaded everytime we do a new post.
All the best,
Greg
Hey Vlad,
Sorry because I didn’t quite understand how can I “Deactivate the mobile theme”, after all I’m not using any mobile theme on my WordPress or do you mean the new one from tagDiv that brought the “Mobile Page” update, if so where can I do this?
Update: Now I am able to use my responsive mode back again (was some configuration inside my Ad Inserter PRO plugin), but the problem now is, when I am inside the TagDiv Composer and change between devices view, if I didn’t reload the page then I wouldn’t be able to enter in the mobile version of my website, and if I do reload, I exit the TagDiv Composer (see video: https://streamable.com/14b9t1)
Do you imagine a way out of this, to be able to edit the mobile version of my website through TagDiv Composer?
Hello Team
As in topic – how often do Social counter updates numer of likes of Facebook fanpage, etc.?
I have already about 100 people liked my fanpage and the social counter still shows 0.
Thanks in advance!
Thank you.
The thing is Instagram counter has been broken for nearly 6 months now. Do we have a timeframe when it will be fixed? Having to manually update the counter everyday is not really a proper solution……
I have no issue with Facebook counter now. Somehow it’s fixed itself suddenly yesterday
oh, i have to re-activate the updated plugins…
you never cease to surprise me
My site design is lost after update to 10.3.7 – what happened?
Hello !
You cannot edit the Mobile Theme plugin. You can however now choose to design your mobile viewport templates as you can see here: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Also follow this topic for more information about the new mobile templates: https://forum.tagdiv.com/topic/mobile-themes-cloud-library-v10-3-7-update/
Thank you !
Hello !
Please try the manual update as you can see in our guide here: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you !
Hello !
Please provide a link to your page and also if this is not possible try the manual update as you can see here: https://forum.tagdiv.com/how-to-update-the-theme-2/
Let us know the result !
Thank you !
Hi,
If you want to have the same design as on desktop, the you need to disable the mobile theme plugin, or set it only for amp -> https://i.imgur.com/fpoFrsA.png and make sure that this option is disable -> https://i.imgur.com/HW7QGdl.png
In this way you’ll have the responsive version. Also if you have Newspaper v10.3.7 then you can create a different content for mobile using tagDiv Composer -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Thank you!
Hello !
Please note that the counter updates on every 3 hours. Please make sure that for instagram your id and API key is correct as you can see here: https://forum.tagdiv.com/instagram-widget/
And for the facebook, make sure that your username is correct. You can test it by trying http://www.fb.com/username.
Thank you !