- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hey,
I installed the Newspaper yesterday and all was fine .. now I can’t use the Composer and I can’t add blocks etc.. it keeps loading and that’s it ..
I figured the #2 solution and made changes through widgets, please ignore. Now we just have to figure out how to get the videos in the post show up in the top black panel (Featured Video ?) instead of bottom block. We are using WPRSS Aggregator for feeds if that helps. Thanks.
Hello! On one page, I am using a Block 9. In the settings, you can limit the stories it shows by number of stories.
Two questions:
1. Is that a limit to how many stories it shows on a page before paginating, or how many stories in total?
2. Is there a way to limit the stories by date or days, rather than by number? Essentially, I would like for it to either show ALL stories in a category, and paginate at a certain point, OR show only the stories within the past 7 days.
Thanks!
@samochodyelektryczne I will just share it here. Find the post template you are using. In my case, I use post template 2. So its corresponding file is loop-single-2.php (you should find the one which corresponds to your post template). Inside the loop single file, search for <?php echo $td_mod_single->get_social_sharing_bottom();?> and below it, paste the following code
<div class="navi-previous-next clear clearfix">
<div class="navi-previous navi-item"> <?php
$prevPost = get_previous_post();
$prevthumbnail = get_the_post_thumbnail($prevPost->ID, 'td_100x70'); ?>
<p class="navi-icon"><?php previous_post_link('%link', '<span class="navi-prev-title">← Previous Article</span>');?></p>
<div class="navi-post-content">
<?php previous_post_link('%link', $prevthumbnail); ?>
<?php previous_post_link('%link', '%title'); ?>
</div>
</div>
<div class="navi-next navi-item"> <?php
$nextPost = get_next_post();
$nextthumbnail = get_the_post_thumbnail($nextPost->ID, 'td_100x70'); ?>
<p class="navi-next-icon"><?php next_post_link('%link', '<span class="navi-next-title">Next Article →</span>'); ?></p>
<div class="navi-post-content">
<?php next_post_link('%link', $nextthumbnail); ?>
<?php next_post_link('%link', '%title'); ?>
</div>
</div>
</div>
Then save.
Paste the following CSS in the Theme Panel Custom CSS section.
.navi-prev-title {
font-size: 12px;
color: #c1c1c1;
text-transform: none;
font-weight: normal;
}
.navi-next-title {
font-size: 12px;
color: #c1c1c1;
text-transform: none;
font-weight: normal;
}
/* SINGLE POST NAVIGATION - PREVIOUS / NEXT */
.navi-previous-next {
margin-bottom: 35px;
margin-top: 35px;
}
.navi-previous {
width: 49.5%;
float: left;
position: relative;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 20px;
padding-top: 20px;
}
.navi-next {
width: 49.5%;
float: right;
position: relative;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 20px;
padding-top: 20px;
}
.navi-previous img{
float: left;
margin-right: 10px;
position: relative;
z-index: 1;
}
.navi-next img{
float: left;
margin-right: 10px;
margin-left: 10px;
position: relative;
z-index: 1;
}
.navi-previous a{
display: block;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
color: #222;
font-family: Open Sans;
text-align: left;
}
.navi-next a{
display:block;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
color: #222;
font-family: Open Sans;
position: relative;
margin-left: 10px;
text-align: left;
}
@media (max-width: 480px) and (min-width: 0) {
.navi-previous {
overflow: hidden;
float: none;
margin-bottom: 10px;
margin-top: 30px;
width: auto;
}
.navi-next {
margin-top: 10px;
width: auto;
float: none;
overflow: hidden
}
}
Then disable the inbuilt theme post navigation from the theme panel. Guess it should work.(You can edit the css to your liking).
I would recommend using a child theme when doing this.
-
This reply was modified 8 years by
ctoweett.
Thank you very much.
About the widget for the links on sidebar, how can I match link style to block 4 title style, for example.
Hello rrathore21,
Please regenerate thumbnails after doing this, so the custom sizes will be created
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ Clear all the caches and check the results.
Thanks!
Hello! very good theme! I would like to know if it is possible to remove the excerpt from module 14 (block 13). I tried to put 0 in the excerpt but it keeps coming out. my page is http://www.nastic.cat and the block that I mention is the first one that comes out, as the most outstanding news. Thank you
Hi,
1. That would be the ajax filter, please edit the page with the tagDiv composer and edit/disable this filter for the block you want
– https://www.screencast.com/t/8ywBJPp9TQ87
2. Indeed the next/prev article links in the post page are simple links, they will not display thumbnails. That could only be done with theme modifications.
Thanks
Hi,
There are options in the theme panel to remove the category tags by module. The big grid slide consists of 2 module types. Please go in Theme panel->Block settings->Category tag on modules/blocks and disable these modules
– https://www.screencast.com/t/8miedAmAaH
Thanks
Hi.
I need some informations:
1. I would have a views counter and a like counter instead of a replies counter in blocks (articles preview) is it possible?
2. Is it possible to have an “enter space” (carriage return) in blocks (article preview) instead of all in line article test. For example:
xxxxx.
kjdlòfnjsakdòfjaskdòfjaskdl
instead of default: xxxxx.kjdlòfnjsakdòfjaskdòfjaskdl
3. When I insert a youtube link in module: “text with title”, it doesn’t appear as text. I would have the same in blocks instead of the text of the link. Is it possible?
4. In articles I tried to use youtube link like: <iframe width=”560″ height=”315″ src=”https://www.youtube.com/embed/3BXDsVD6O10?rel=0&showinfo=0″ frameborder=”0″ allow=”autoplay; encrypted-media” allowfullscreen></iframe>, as featured video link without informations or suggestions. But It didn’t work. How can I do?
5. Blocks (article preview) show a defined amount of the text of the article. Can I change this value customizing how many text should a single block show?
6. About images media. When I use featured images in articles and I click on it, images become bigger, and that’s what I want, but when I click on image inserted as media or in module “single image” it didn’t happen. Can you help me to have the same effect: click and enlarge image?
7. Is it possible to define in someway which article must have advertising and which is not?
Thank you.
Hi,
1. The comments title does not inherit the general block header style set in the theme panel. It could be made similar to block header style 6 you mention, with code
– https://www.screencast.com/t/nLzZcsWo26lm
This is the code used, enter it in Theme panel->Custom CSS
– https://pastebin.com/Weeh8D5G
2. You could use a text with title widget, enter the links you want in that element. It also has settings to style the heading style
– https://www.screencast.com/t/jkgKh9xr
Thanks
Hello, i would like to know how to get parallax effect between 2 blocks or image in my home page ?
I can’t find the option in TAGDIV, only the check box, but i can’t see the effect in my home page.
Thank you
Sorry there is one essential feature missing.
can you please add a time feature next to the date on blocks and modules etc?
that is pretty essential for any online newspaper. As news is, timely…
That is unusual, check as Bogdan suggested to see if the posts that are loaded initially in that block are sticky
– https://www.screencast.com/t/QYMhW0kO1p2
If they are, remove that condition for all of them, it can cause issues
– https://www.screencast.com/t/p3xgpdHCu
In case there still is an issue, please send us an email at contact@tagdiv.com and provide admin login information. We will take a look at the issue. Also include a link to this topic in the email.
Thanks
Website not loading after Theme updates to versio 8.7, show white blank page
The following error show when i checked the Theme Header (header.php):
Your PHP code changes were rolled back due to an error on line 36 of file wp-content/plugins/td-composer/includes/tdc_composer_block.php. Please fix and try saving again.
Call to undefined method vc_row::set_font_settings()
Website located at http://www.touchrwanda.com
Fatal error: Uncaught Error: Call to undefined method vc_row::set_font_settings() in /home/pigsflyi/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php:36 Stack trace: #0 /home/pigsflyi/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(85): tdc_composer_block->render(Array) #1 /home/pigsflyi/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(28): vc_row->render(Array, ‘[vc_column type…’) #2 /home/pigsflyi/public_html/wp-includes/shortcodes.php(319): td_global_blocks::proxy_function(”, ‘[vc_column type…’, ‘vc_row’) #3 [internal function]: do_shortcode_tag(Array) #4 /home/pigsflyi/public_html/wp-includes/shortcodes.php(197): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘[vc_row][vc_col…’) #5 /home/pigsflyi/public_html/wp-includes/class-wp-hook.php(286): do_shortcode(‘[vc_row][vc_col…’) #6 /home/pigsflyi/public_html/wp-includes/plugin.php(203): WP_Hook->apply_filters(‘[vc_row][vc_col…’, Array) #7 /home/pigsflyi/publ in /home/pigsflyi/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 36
I have 2 questions:
1. How can I change ‘comment box’ title style to block header template?
2. How can I make a list of links on sidebar the same style as block title above banner?
After updation, social counter is not working. In the widget list the same is missing. Further in visual composer element it is missing too. My first page shows following instead of social counter:
[td_block_social_counter custom_title="STAY CONNECTED" facebook="............." facebook_app_id="............" facebook_security_key="..............." facebook_access_token="..................." twitter="............." youtube=".................." open_in_new_window="y" el_class="..........."]
Dear friends and technical support!
I’ve bought Newspaper theme and I like it so much!
But I have 2 small problems:
1. I would like to hide all this categories on this block
http://i64.tinypic.com/2nva5ug.png
2.Under the article there are two cool options like next/previous article. There are a tittles of that articles but I wish there were small photos of this. It engourage visitor much more to click into that.
http://i67.tinypic.com/38t1c.png
I have marked my problems on the pictures with a green frame.
Thank you in advance for your help.
LOL … I forgot to actually paste in the changelog text (doh; coffee not kicking in over here …)
##
Release notes:
Newspaper – Version: 8.7
new: tagDiv AMP plugin – tagDiv’s solution for implementing Google AMP in WordPress
new: tagDiv Newsletter plugin – The beautifully designed Newsletter subscription form
new: tagDiv Multi-Purpose plugin version 2.0
new: Nature love installable demo – view now
new: Raw & Wild installable demo – view now
new: Ink Parlor installable demo – view now
new: City News installable demo – view now
new: Crypto installable demo – view now
new: Wine Aroma installable demo – view now
new: News Week installable demo – view now
new: Coffee Blog installable demo – view now
new: Responsive options for shortcodes in tagDiv Multi-Purpose plugin
new: Responsive font options for shortcodes in tagDiv Multi-Purpose plugin
new: Responsive options for theme’s shortcodes
new: Responsive font options for theme’s shortcodes
new: Content length option for blocks and Big Grids
new: 1 new content block – The new Flex Block is here to help you design spectacular news pages
fix: Allow ‘underscore’ and ‘space’ characters into the sidebar name
fix: PHP 7.2 compatibility
fix: Save row and inner-row option in tagDiv Composer
fix: Caption alignment in WordPress 4.9
##
I wonder if you read our mail carefully. I told you I already did the modifications and solve previous problem. But It does not solve my present problem which is not releted the number of the categories we can see in block category filter. The problem is ( Ideteiled in detailed may be three times and send screenshot) I DO NOT SEE FORTH AND FIFT SUBLEVEL CATEGORIES.
PLEASE READ PREVIOUS MAILS CAREFULLY AND LOOK SCREEN SHOTS AND YOU WİLL UNDERSTANT ME.
TDS
Setting (‘WP_DEBUG’, true); on wp-config.php file i get:
Fatal error: Uncaught Error: Call to undefined method vc_row::set_font_settings() in /var/www/html/a-c-d.net/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php:36 Stack trace: #0 /var/www/html/a-c-d.net/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(85): tdc_composer_block->render(Array) #1 /var/www/html/a-c-d.net/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(28): vc_row->render(Array, ‘[vc_column widt…’) #2 /var/www/html/a-c-d.net/public_html/wp-includes/shortcodes.php(319): td_global_blocks::proxy_function(”, ‘[vc_column widt…’, ‘vc_row’) #3 [internal function]: do_shortcode_tag(Array) #4 /var/www/html/a-c-d.net/public_html/wp-includes/shortcodes.php(197): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘[vc_row][vc_col…’) #5 /var/www/html/a-c-d.net/public_html/wp-includes/class-wp-hook.php(286): do_shortcode(‘[vc_row][vc_col…’) #6 /var/www/html/a-c-d.net/public_html/wp-includes/plugin.php(203): WP_Hook->ap in /var/www/html/a-c-d.net/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 36
Hi,
Also tagdiv plugins have a version number – https://www.screencast.com/t/Z65Y4Hi9wKiC
Practically tagdiv composer, social counter and multipurpose plugins should update automatically. Only some server configurations may block this, so in this case you will need to update them manually.
Thanks!
Bogdan,
Trust all is well. I hope you are doing great in your life. I already read https://forum.tagdiv.com/block-settings-tutorial/ before posting my question. Kindly understand the feature what i am talking about. Under the Default Demo -> Don’t Miss (Block 1) is showing all the categories with it’s respective posts as per the functionalty. New Feature Requirement: I want the Block should have a flexibility to select only one category (like Mobile Phones) so that only one category’s sub-categories should be displayed. This will help us to maintain blocks based on categories. If you are unable to understand then we can have a skype call (Skype ID: yashwantmaxneo). My client is looking for this feature asap and i am looking for your help.
Regards,
Yashwant Das
Reinstalled theme from scratch:
Issue is now is this:
[14-Feb-2018 16:05:23 Europe/Vilnius] PHP Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() in /home/xxa/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_css_res_compiler.php:54
Stack trace:
#0 /home/xxa/public_html/wp-content/themes/Newspaper/includes/shortcodes/td_block_big_grid_3.php(68): td_css_res_compiler->load_settings('td_block_big_gr...', Array)
#1 /home/xxa/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php(222): td_block_big_grid_3->get_custom_css()
#2 /home/xxa/public_html/wp-content/themes/Newspaper/includes/shortcodes/td_block_big_grid_3.php(96): td_block->get_block_css()
#3 /home/xxa/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(28): td_block_big_grid_3->render(Array, '')
#4 /home/xxa/public_html/wp-includes/shortcodes.php(319): td_global_blocks::proxy_function(Array, '', 'td_block_big_gr...')
#5 [internal function]: do_shortcode_tag(Array)
#6 /home/xxa/public_html/wp-includes/shortcodes.php(197): preg_replace_callback('/\\[(\\[?)( in /home/xxa/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_css_res_compiler.php on line 54