- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
Also, please notice that api-plugin.php is no longer available with our theme and you need to use the creative-plugin.php if you want to create your own blocks. Please check here -> https://forum.tagdiv.com/developer-info/
Hope this helps!
Thank you!
Hi,
The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.
Also please check our documentation for Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
I think that you are referring to those 3 blocks, for those you’ll need to have set seam feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
You’ll need to add some post in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured
Let me know if you have more questions!
Thank you!
Hi,
Please set this custom css in theme panel>Custom code>Custom css
.entry-title a:hover, .td-post-category:hover, .widget a:hover, .td_block_wrap a:hover {
color: #427aa1;
}
This should solved the problem on Safari with the text color for that button when is hover.
Hope this will help you!
Thanks.
Hi,
We tried to get your attention for child theme in our article, for the moment that a lots of files was moved in tagDiv Composer plugin, these files that was moved will not work in child theme because now these are in plugin not in theme -> https://www.screencast.com/t/z5pqD3i116Uw -> https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Unfortunately, the old td-api-plugin plugin does not work anymore and we recommend using this -> https://forum.tagdiv.com/developer-info/
You can create these modules that you made with that api using the flex blocks and you can save the element in a shortcode to can use it later in orders pages -> https://www.screencast.com/t/a2ikt4tq
Thank you for your understanding!
Hi,
All the theme core files were moved on the td composer plugin and the above screen was made with the new path of this folder -> Now, the td_block_authors.php will find in plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_authors.php.
Hope this helps!
Thank you!
Hi,
Unfortunately in Newspaper v9.7 the td-api-plugin will not longer work, sorry! you can achieve the modules that you made with that api using the flex blocks and you can save the element in a shortcode to can use it later in orders pages -> https://www.screencast.com/t/a2ikt4tq
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hi,
Due to changes made in the theme in the 9.7 update the file where the thumbnails are made is now part of the composer plugin – http://prntscr.com/nfm73c
More about it here – https://tagdiv.com/updating-the-core-of-tagdiv-themes/
You could modify the cropping there if this is required, but the modifications will be lost after a theme update when the plugin is updated.
However maybe there is a different way of achieving the results you want. For example if you want to have more control over how a thumb looks in a module, you could use a flex block or flex grid – http://prntscr.com/nfmaaj – http://prntscr.com/nfmaer these have some settings for customizing how the image looks. Let me know if you have more questions.
Thanks
Hi,
Please try not to reply multiple times in your own topic, this will only delay the response on our part. It will refresh the topic date and move it to the bottom of the queue, we answer from oldest to newest.
Regarding the issue, note that the old API plugin will not work anymore. You can use the new creative plugin for this purpose – https://forum.tagdiv.com/developer-info/
But maybe what you are trying to do is possible without resorting to this plugin. The flex blocks have multiple options and settings and can be customized in many ways. You could use a flex block instead of adding new ones.
Thanks
Hi,
You ned to set with tagDiv Composer the filter with ajax categories drop-down -> https://www.screencast.com/t/ovIpxAbgmRIG
Please check our documentation for block settings, filter tab -> https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi,
You can filter the posts -> https://www.screencast.com/t/35Hi0BozqXSB thar ar showing and you can filter the category -> https://www.screencast.com/t/ibXaLhT4M
You can check more for this in our documentation for block settings -> https://forum.tagdiv.com/block-settings-guide/
Thank you!
Solved. The problem was an incompatibility of classic blocks, with the ‘BBCode Deluxe’ plugin.
I am curious if my question is going unanswered, because my support contract has expired?
I’ve discovered that if I update a post by converting the “classic” block containing all the text, into a new document split into paragraph blocks, then the paragraph spacing is rendered correctly.
Hi,
These options can be change with using tagDiv Composer -> https://www.screencast.com/t/fkeFmqZC please check our documentation for block settings -> https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi,
This is sort after latest post like this -> https://www.screencast.com/t/u6CmkZH2Y5 please check our documentation for Block settings -> https://forum.tagdiv.com/block-settings-guide/
hope this will help you!
Thank you!
Catalin,
What I want is the excerpt to show any amount of letters or words up to the <!–more–> tag. We want to be able to customize how much of each article in that block is shown.
If that can’t be done with that block, is there a way to make a block that just shows the text of the article until the <!–more–> tag?
This version of the tagDiv Mobile Theme plugin is not supported by the current activated theme!
Please make sure you’ve updated the theme properly!
I have the latest version of theme 9.7.1 installed
Hi
I have modified a Module 8 child to pull through custom fields. The code is –
<?php
class td_module_8 extends td_module {
function __construct($post, $module_atts = array()) {
//run the parrent constructor
parent::__construct($post, $module_atts);
}
function render() {
ob_start();
$title_length = $this->get_shortcode_att(‘m8_tl’);
$modified_date = $this->get_shortcode_att(‘show_modified_date’);
///print_r($this->post->ID);
$choosen_post_functionality = get_field( “choose_post_functionality”, $this->post->ID );
// For Element One
$title_lo = get_field( “title_lo”, $this->post->ID );
$title_link_lo = get_field( “title_link_lo”, $this->post->ID );
$media_name_lo = get_field( “media_name_lo”, $this->post->ID );
$media_link_lo = get_field( “media_link_lo”, $this->post->ID );
$publish_date_lo = get_field( “publish_date_lo”, $this->post->ID );
//$abstract_excerpt_lo = get_field( “abstract_excerpt_lo”, $this->post->ID );
$abstract_excerpt = get_post_field(‘post_content’, $this->post->ID);
// For Element Two
$title_lt = get_field( “title_lt”, $this->post->ID );
$title_link_lt = get_field( “title_link_lt”, $this->post->ID );
$author_name_lt = get_field( “author_name_lt”, $this->post->ID );
$media_name_lt = get_field( “media_name_lt”, $this->post->ID );
$publish_date_lt = get_field( “publish_date_lt”, $this->post->ID );
$citations_title_lt = get_field( “citations_title_lt”, $this->post->ID );
$citations_link_lt = get_field( “citations_link_lt”, $this->post->ID );
//$abstract_excerpt_lt = get_field( “abstract_excerpt_lt”, $this->post->ID );
?>
<div class=”<?php echo $this->get_module_classes();?>”>
<?php if($choosen_post_functionality == “ext_lo_one”) { ?>
<div class=”item-details”>
<?php //echo $this->get_title($title_length);?>
<h3 class=”entry-title td-module-title”>” rel=”bookmark” title=”<?php echo get_the_title( $this->post->ID );//$title_lo; ?>”><?php echo get_the_title( $this->post->ID ); //$title_lo; ?></h3>
<div class=”td-module-meta-info”>
<?php //if (td_util::get_option(‘tds_category_module_8’) == ‘yes’) { echo $this->get_category(); }?>
<?php //echo $this->get_author();?>
<span class=”td-post-author-name”>“><?php echo $media_name_lo; ?> <span>-</span> </span>
<?php //echo $this->get_date($modified_date);?>
<span class=”td-post-date”><time class=”entry-date updated td-module-date”><?php echo $publish_date_lo; ?></time></span>
<div class=”td-post-content” style=” margin-top: 5px; “><?php echo $abstract_excerpt; //$abstract_excerpt_lo; ?> </div>
<?php //echo $this->get_comments();?>
</div>
</div>
<?php } elseif($choosen_post_functionality == “ext_lo_two”) { ?>
<div class=”item-details”>
<?php //echo $this->get_title($title_length);?>
<h3 class=”entry-title td-module-title”>” rel=”bookmark” title=”<?php echo get_the_title( $this->post->ID ); ?>”><?php echo get_the_title( $this->post->ID ); ?></h3>
<div class=”td-module-meta-info”>
<?php //if (td_util::get_option(‘tds_category_module_8’) == ‘yes’) { echo $this->get_category(); }?>
<?php //echo $this->get_author();?>
<span class=”td-post-author-name”><?php echo $author_name_lt; ?> <span>-</span> </span><br /><br />
<span class=”td-post-author-name”><?php echo $media_name_lt; ?> <span>-</span> </span>
<?php //echo $this->get_date($modified_date);?>
<span class=”td-post-date”><time class=”entry-date updated td-module-date”><?php echo $publish_date_lt; ?></time></span>
<span style=” display: block;margin-top: 5px; margin-bottom: 5px;” class=”td-post-author-name”>“><?php echo $citations_title_lt; ?> <span>-</span> </span>
<div class=”td-post-content” style=” margin-top:5px; “><?php echo $abstract_excerpt; ?> </div>
<?php //echo $this->get_comments();?>
</div>
</div>
<?php }else { ?>
<div class=”item-details”>
<?php echo $this->get_title($title_length);?>
<div class=”td-module-meta-info”>
<?php if (td_util::get_option(‘tds_category_module_8’) == ‘yes’) { echo $this->get_category(); }?>
<?php echo $this->get_author();?>
<?php echo $this->get_date($modified_date);?>
<?php echo $this->get_comments();?>
</div>
</div>
<?php } ?>
<?php echo $this->get_quotes_on_blocks();?>
</div>
<?php return ob_get_clean();
}
}
However, the gap between the repeating modules is too large as is the columns, see https://www.infowebpublishing.com/home-2/. Also I would like the dividing line to be solid and black.
Any guidance/help appreciated.
Thanks
Gary
Hi,
If you want to add an image for oyur Author Block, you need to use the WP User Avatar ot Gravatar. Please check here -> https://en.gravatar.com/site/implement/images/
Thanks.
Hello,
The big grid flex allows you to set the fonts directly in the tagdiv composer on the block settings under the style tab: https://www.screencast.com/t/9pRvRv6V
Thank you!
Hi,
Please refer to the following guides for possible fixes:
https://wordpress.org/support/topic-tag/505-error/
https://forum.tagdiv.com/topic/wp-supercache-causes-500-internal-error-and-cannot-deactivate/
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
– https://support.cloudflare.com/hc/en-us/articles/218378978-What-should-I-do-after-seeing-a-502-or-504-gateway-error-on-my-site-
– https://support.cloudflare.com/hc/en-us/articles/115003011431-5xx-Server-Error
– https://support.cloudflare.com/hc/en-us/articles/200171906-Error-522-Connection-timed-out
– https://support.cloudflare.com/hc/en-us/articles/200171936-Error-520-Web-server-is-returning-an-unknown-error
Also, please notice that api-plugin.php is no longer available with our theme and you need to use the creative-plugin.php if you want to create your own blocks. Please check here -> https://forum.tagdiv.com/developer-info/
Please try the same suggestions if your problem is similar. In most cases, 500 errors are caused by low wp-memory.
Hope this helps!
Thank you!
Hello @themesic
Try this-
1. Disable Child theme
2. Enable default theme (Twenty Nineteen) or any other.
3. Now enable Newspaper theme (not a child theme).
4. AMP will work now.
If you see More article block at the end of the AMP page then you need to disable More article box option from theme panel. Refer: http://prntscr.com/nf7d64
Hope this will help you. All the best!
Hello @giacomolaw
Try this-
1. Disable Child theme
2. Enable default theme (Twenty Nineteen) or any other.
3. Now enable Newspaper theme (not a child theme).
4. AMP will work now.
If you see More article block at the end of the AMP page then you need to disable More article box option from theme panel. Refer: http://prntscr.com/nf7d64
Hope this will help you. All the best!
Hello,
To learn more about footer templates please read this guide: https://forum.tagdiv.com/footer-templates/
Yes the blocks are all different. Why would they be the same? IF they were the same it would not make sense to have multiple versions of the same block. Please read the theme documentation and check this section to see the different block layouts: https://www.screencast.com/t/l41HAGg8
https://demo.tagdiv.com/newspaper/
Thank you!
Hello,
The flex blocks do not have separate modules. It is a single module for each flex block that is flexible and adjustable.
Thank you!
Hi,
Unfortunately the theme do not have an option to can change the image like that, you can achieve this using custom code.
Or you can achieve something similar if you are using Flex blocks, those have more options.
Also your example is more like a RTL language.
Thank you for your understanding!