No search results were found in Documentation!
Hi,
Our theme alredy have this option:
“Recently I found an AMAZING plugin, which I wish you would have it build-in within your theme:
https://connekthq.com/plugins/ajax-load-more/add-ons/next-page/” we have a similar option -> https://forum.tagdiv.com/posts-with-pagination/ this option can be use if you are using the classic editor or using the classic element from Gutenberg editor.
Also if you are using a single post template from tagDiv Cloud library, you can edit it with tagDiv Composer and set the infinite loading option on it -> https://tagdiv.com/infinite-loading-for-single-posts/
Let me know if this is what you needed!
Thank you!
Hi,
Thank you for your kind words!
1. This is because you are using a footer template from tagDiv Cloud Library, this can be edited only from frontend with tagDiv Composer.
2. That is a plugin conflict and appear only when you have enable WP Bakery plugin and you are using cloud templates from tagDiv Cloud Library or a pro demo, these can be edited only with 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
Hello !
That is because you are using a Cloud library header template as you can see here: https://forum.tagdiv.com/header-manager/
All the PRO demos and the cloud library templates are fully editable using tagDiv Composer.
Thank you !
Hi Yogesh1,
If you want to remove the date 1,2, 3 date from website you can use the general options from theme panel -> https://i.imgur.com/s7hCDue.png
Also if you are using a pro demo, these are using cloud templates and can be edited using tagDiv Composer, also the elements use are flex blocks and flex grids these can be edited using tagDiv Composer and apply these options individual -> https://i.imgur.com/36B31xz.jpg -> https://i.imgur.com/WFuLZkK.jpg
If there is something that is not clear or you have other questions, please let me know!
Hope this will help you!
Hi,
If you want to create a page as a blog (to have the latest articles), then all you need to do is to edit a page with tagDiv Composer and add the posts loop element -> https://i.imgur.com/8fTeE1r.png -> https://i.imgur.com/RaqSdOQ.png -> https://i.imgur.com/XlCunVy.jpg also you can edit it using the layout tab.
Another way is to set as homepage a blog, this can be done from WordPress settings -> https://i.imgur.com/oXAZF2x.png
If you want to set a static page, you can use our documentation from here -> https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Also you can download homepages and sections from tagDiv Cloud Library -> https://tagdiv.com/what-is-the-cloud-library/
Hope this will help you!
Thank you!
permalink solved. add (.)in category base cleaning category url n now work for category and sub category without “category” url.
if switch search with newspaper theme no tdcloud library gourmet search theme its work. if switching back to gourmet search theme just show last post
Hello !
That can be done either from Cloud Library as you can see here: https://www.screencast.com/t/DY2qkQqjQ7rW or by composer as you can see here: https://www.screencast.com/t/GhPYbGFF
Thank you !
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 !
I have three sites DEV, TEST and PROD. I have our logo in SVG format and wanted to use it in the Newspaper theme. On the DEV site I had also added the SVG plugin so I could add SVG’s to the media library. The TD Composer option worked as well by adding its text into the entry area. I then moved it over to TEST, which does not have the SVG plugin, Only the TD Composer and entered the text of the SVG into it and it worked. Finally, I was to add the SVG to the PROD site, which like TEST does not have the SVG plugin , only the TD Composer option. But every time I try to add the text of the SVG into the text entry and click save, it just leaves the save icon spinning forever, every time.
So my questions would be, what would cause only the SVG edit to hang , was doing a big menu modification and everything else worked with TD Composer by using the direct Page or Cloud Template editing. No errors are taking place, it just hangs and never save the SVG in the config text area?
Hi nawaz1983,
This can be done in two ways:
1. Use two tabs, in one of them you need to have the category cloud template and in the second one the search cloud template, then you should be able to use the right click to copy and paste that element.
2. Save that post loop as an element in tagDiv Composer -> https://tagdiv.com/right-click-menu-tagdiv-composer/ then this element will appear on cloud templates and pages where you can use it.
hope this will help you!
Hi,
Yes, almost all standard post templates can be found in tagDiv Cloud library.
If you are using standard templates and you only want to replace that word, you can do this from theme panel -> https://i.imgur.com/8CRCGQ1.png -> https://i.imgur.com/vlLgnLf.png
Hope this will help you!
Thank you!
Hello !
For change 2 you will have to use the cloud library templates and ad box elements as you can see here: https://www.youtube.com/watch?v=fa7GenCHcBU
For the other issue please clear your cache again and please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
Our team will take a look !
Thank you !
Hi,
If that is a JavaScript use for cloud templates it can be on one of these files from this folder -> wp-content/plugins/td-cloud-library/assets/js or general JavaScript -> wp-content/plugins/td-composer/assets/js
Thank you!
Is there a way to get one of the basic templates via the Cloud Library? The templates that are built in to the theme match everything else on the site and work fine. The only issue is that bit of text. I was hoping you could tell me a function that was called that I could just place a custom version of in our child-theme functions.php.
Hello !
That option is possible when using Cloud Library post templates: https://www.youtube.com/watch?v=I1R3j1QYod0 And you can activate or deactivate the infintie scroll from here: https://tagdiv.com/infinite-loading-for-single-posts/
Thank you !
Hi Rogger Baylon,
The cloud templates from the new pro demos are available for the moment only if you install the demo, but we hope that in 1-2 weeks will be available to be downloads from tagDiv Cloud Library.
Thank you for your understanding!
Hi,
If is a pro demo, then you have set a single post template from tagDiv Cloud Library and you an edit it using tagdiv Composer like this -> https://i.imgur.com/qNgKe8p.png select the element and remove the text -> https://i.imgur.com/FoSTCch.png
Let me know the results!
Thank you!
Hi,
You can do that using tagDiv Composer, that is a cloud template and, using tagDiv Composer you can edit it like this -> https://i.imgur.com/DroPIep.jpg select the row and check the css tab -> https://i.imgur.com/vpkF04l.jpg is possible to need to do this for more rows.
If there is still a problem, let me know!
Thank you!
Morning!
I tried to add new footer template from Tagdiv library ( screen – https://prnt.sc/v23m9p ) – but I’ve got API error response – screen – https://prnt.sc/v23l2u
Error = “Failed to contact the templates API server.”
After second attempt Catalog was downloading successfully – https://prnt.sc/v23ov7
Hello !
We are sorry for the confusion. We are also working on a video tutorial for this.
So we have the following:
1. Desktop Site ( regular desktop view )
2. Responsive View ( This show up when you have no mobile theme )
3. Mobile theme ( which is designed for speed on mobile devices and offers no customizability )
And now we have the Mobile Templates from Cloud library which can be customized as regular desktop templates using tagDiv Composer.
In order to use this templates you will need to:
Deactivate / remove the mobile theme.
Create your templates ( You can even create them from here: https://www.screencast.com/t/fDS4Tu5px )
At the moment what I personally recommend is when you create a template, click this option to make it easier for you: https://www.screencast.com/t/bWdKzCKs This will copy all the block and elements that were in the desktop view and add them to your mobile one. You can edit everything using tagDiv Composer.
If you are running multiple templates, you can simply check your templates in the Cloud library by setting up the mobile filter as you can see here: https://www.screencast.com/t/2KD1ePd6DNSE
Also please note that at the moment the mobile templates are not working with AMP. So if you feel like AMP is a MUST for your website I recommend sticking to the Mobile Theme at the moment.
I hope this was helpful !
Also please let me know what would be helpful for you to see in a video tutorial for this new feature.
Thank you !
Hi ThomasJojo,
If you can not edit the header and footer zone, then you are using standard templates for header and footer, these can be adjusted using the options from theme panel -> https://i.imgur.com/mnEtaNV.png, you can check more in our documentation from here -> https://forum.tagdiv.com/header-styles/ for footer -> https://i.imgur.com/bCyB7uF.png -> https://forum.tagdiv.com/footer-templates/
Only cloud templates can be edited with tagDiv Composer -> https://i.imgur.com/EZEq4zp.png
Hope this will help you!
Thank you!
Hello !
Please follow this steps:
1. Go to cloud library and edit the header template https://www.screencast.com/t/X9q23sV0h
2. Click on the header logo element. Remove the text and add your logo: https://www.screencast.com/t/nierNiAoyRd
3. Change the viewport and do this for all the viewports: https://www.screencast.com/t/6GAiAt807
I hope this was helpful !
Hi Guys,
I was very happy with my main menu, but I needed to create a new item in the main menu and i forgot how to make it a mega menu. I did all the steps in the Appearance Section, y checked in the cloud library but nothing works for me, can you make an example how can I Achive that?
Link: https://progresohispanonews.com/
Note: Im listing a category named “Salud” and i have some entries with that category.
Good afternoon. We use the author name to also include names like “Sponsored by John Smith” with our WordPress install. I’m looking for the ability to remove/hide just the word “By” that precedes the author name/link. I attempted to look through the theme files to locate the correct file with that code with no luck. I’m not really interested in a cloud library file, we are happy with everything else with the general post format. Thank you.
mac