- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_top_posts_style::add
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
- ApiThe Theme API
Sorry for misunderstanding. The color of the text in the ajax menu when hovered/active will be the theme accent color. If you set a custom color for the block title background
– https://www.screencast.com/t/tfMt2Asa
Then the hover color will be that one, the active color will still be the theme accent color.
You could set a color with CSS if you don’t want to change the theme accent color. A code like this should work
– https://www.screencast.com/t/W9c6G9b1O
.td_block_wrap .td-subcat-item a.td-cur-simple-item {
color: yellow!important;
}
I should be using the latest version of the Newsmag theme, because i bought and downloaded it late last month.
I was able to Edit with TD Composer until some days ago, but these days the TD Composer doesn’t respond to any action.
Below is the link to my Edit with TD Composer, the block settings doesn’t respond to any changes;
thank you,
I were thinking I can change it somewhere in the menu.
I tried the same code for hover
.td_block_big_grid_fl_8 .td-big-grid-post .entry-title a:hover {
color: #111 !important;
}
but it does not work.
Can you please help me to find what is wrong?
Hi
I’ve just installed the last version of newspaper 8.7.4 and i was hoping it will correct my instagram counter in the social counter but not : is blocked at 5703 but you can see under that my instagram is at 6360
http://mamandeouistiti.com/
I’ve delete cache
Thanks for your help
I am working on a site that will feature product images. I am using block 12 to display pages. I would like the entire product to be visible in the featured image thumbnail on block 12, not a cropped version. Is there a way to do this?
Note: the images have different widths, heights and aspect rations. Some are portrait and some are landscape oriented.
Thanks.
Glad you could solve the issues. That is why we created that guide and ask users to first check it. Most issues are solved by it.
The more author box date and date is connected to these setting
– https://www.screencast.com/t/5o6hlQsX1V3
Disabling the author name and date there will remove form all blocks and grids. If you only want them to be removed for the more article box try a code like this in Theme panel->Custom CSS
.td-content-more-articles-box .td-post-author-name,
.td-content-more-articles-box .td-post-date {
display: none;
}
Hi,
If you are not using the mobile theme, the same content you have on desktop will be shown on mobile as well.
Depending on your filtering and sorting the new posts once published will be shown in block/grids etc in pages. The actual post and post content will be shown in both desktop and mobile theme.
The post page you have provided seems to be broken. The mobile theme is displaying on desktop when it should not. That is in most cases caused by caching plugins. We recommend the WP Super cache, this will work with the mobile theme properly.
So please try to deactivate the cache plugin you are using and clear the cache, Check if this solves the problem.
I will remove the login details you provided, note that this is a public topic. Everyone can see them. If we should require them at some point we will ask that you provide them by email.
Thanks
Hi,
Blocks can display custom post types but they do not have any taxonomy filtering options. They are not supposed to work with taxonomies, that is not implemented. All the options that blocks and modules have are meant to work with standard categories. Sorry for the inconvenience.
These would be the only settings that are available at this moment for CPTs
– https://forum.tagdiv.com/custom-post-type-support/
Thanks
How to change color of active menu item in ajax dropdown menu?
Normal color – white, :hover color – black, :active color – black too, but after click on menu item articles reloaded in block, but active menu item not change color at the black.
http://prntscr.com/jhlko5 – hover
http://prntscr.com/jhlnlo – after click
Hi,
Currently that is how that block will look when the post limit is increased beyond a certain value. With a value of 9 posts when placed in a full row it should look fine
– https://demo.tagdiv.com/newspaper/block-1/
There are plans to make modifications to how this and a few other block look in certain situations.
Hello,
Please use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Hi,
So maybe something like this – https://www.screencast.com/t/wAR6Llfw
This is the code used in the example, you can change the colors if you want, then enter it in Theme panel->Custom CSS section
.td_block_big_grid_fl_8.td-grid-style-4 .entry-title {
background-color: rgba(255,255,255, 0.7);
}
.td_block_big_grid_fl_8 .td-big-grid-post .entry-title a {
color: #111;
}
Thanks
Hello,
Our theme does have an article top ad spot, but it will not show up above the article title. It shows up below the title. If you need such an ad spot, it can only be made custom by altering the theme php files. Here is an example.
place an ad in the custom ad 1 spot and then use this code in the template file corresponding for the post style that you use:
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
https://www.screencast.com/t/jHNqq4tKuu
Thanks.
-
This reply was modified 8 years by
Alin [tagDiv].
Managed to fix the 404 error…but I am still unable to resolve the conflict between the Bakery Page Builder. I still get the 500 Internal Server Error whenever I clicked on “Edit page”. Homepage blocks completely missing. The inner pages do appear but have the following text in the description box:
/* custom css */ .td_uid_1_5af923933cec3_rand { min-height: 0; } jQuery(window).load(function () { jQuery(‘body’).find(‘#td_uid_1_5af923933ce74 .td-element-style’).each(function (index, element) { jQuery(element).css(‘opacity’, 1); return; }); }); jQuery(window).ready(function () { // We need timeout because the content must be rendered and interpreted on client setTimeout(function () { var $content = jQuery(‘body’).find(‘#tdc-live-iframe’), refWindow = undefined; if ($content.length) { $content = $content.contents(); […]
WPML is not working well for widgets. When two widgets of same type and different languages, It show two for both language. I tried to use two widget with different languages but it will show for widgets.
I have contacted with WPML support. They suggest the following fix:
To fix the issue, could you please go to wp-content/themes/NewsPaper/includes/wp_booster/td_wp_booster_functions.php line no. 2597 and change the following code
add_filter(‘widget_display_callback’, ‘on_widget_display_callback’, 10, 3);
to
add_filter(‘widget_display_callback’, ‘on_widget_display_callback’, 11, 3);
The issue has been solved
The theme general width cannot be changed, it is predefined. It is not recommended to make any modifications to it, as this will most likely cause layout issues.
https://forum.tagdiv.com/topic/the-width-size-of-the-website/
In theme panel > custom css, I have this code posted:
@media screen and (min-width: 426px) {
.advert {background: url(http://example.com/wp-content/uploads/advert-1.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
display: block;
width: 100%;
height: 90px;
}
}
@media screen and (min-width: 375px) and (max-width: 425px) {
.advert {background: url(http://example.com/wp-content/uploads/advert-2.jpg);
background-repeat: no-repeat;
display: block; background-size: 100% 100%;
width: 100%;
height: 90px;
}
}
@media screen and (min-width: 320px) and (max-width: 374px) {
.advert {background: url(http://example.com/wp-content/uploads/advert-3.jpg);
background-repeat: no-repeat;
display: block; background-size: 100% 100%;
width: 100%;
height: 77px;
}
}
Weird thing is, testing it on a 320px iphone, it works for the homepage but not on categories & posts. Same thing for firefox browser on desktop. When I test it with google devtools (adjusting the device sizes) it does show up. What is with the inconsistencies? I don’t have the latest theme update, could that be it? Even some pages on mobile it gives me the wrong image….
Hi,
It’s a correct work of block 1 ?
http://prntscr.com/jh8kjz
Hi there, tagDiv boys and girls !
And first of all, I’d like to say that it’s been two years now since my first use of the Newspaper theme, and everything is working like a charm so far.
I think it’s important to recognize the highly qualitative and greatly satisfying job when it exists, and thank the people behind the scene who working hard to reach that level of requirements.
So, thank you. 🙂
I’m reaching you today for something that looks simple said like that, but actually isn’t (I guess like most requests people are asking) :
– In fact, I’d like my Homepage post block on my homepage to be fully clickable (like the Big Grid Full 1).
It doesn’t matter if the Homepage post block becomes clickable everywhere else on my website, since I can use the css pointer-events trick to bypass it.
I guess it’s “just” an html copy-paste matter, but what to copy and where to past is my question.
– Lastly, how can I make the Big Grid Full blocks go true fullwidth ? I didn’t find any way in hell to do so yet.
Even with the force content stretching function of WPBakery (I know I should use tagDiv composer, but hey, old habits die hard), every blocks are boxed.
By the way, I use the same template (almost) everywhere : td-post-template-8-box. Is there a causality link ?
Well, I think it’s enough for the day.
Thank you very much in advance for your feedback, and thanks again for everything. 🙂
Editing with TD Composer is no longer responding to me, i’ve tried editing the block titles without success.
Please why is it so and how can this be rectified?
After i update my site, i have this message:
Fatal error: Call to undefined method td_fonts::get_block_font_params() in /srv/paginabrazil.com/www/wp-content/themes/Newspaper/includes/td_config_helper.php on line 14
Are you help me?
Hi,
on my website I have the following things displaying:
[tdm_block_inline_text description=”UGxlYXNlJTIwaW5zdGFsbCUyMHRoZSUyMENyeXB0b2N1cnJlbmN5JTIwUHJpY2UlMjBUaWNrZXIlMjBXaWRnZXQ=” display_inline=”yes” content_align_horizontal=”content-horiz-center” description_color=”#ffffff”]
[tdm_block_inline_image image=”212″ display_inline=”yes” image_height=”90″ image_width=”1120″ content_align_horizontal=”content-horiz-left”]
[tdm_block_inline_text description=”UGxlYXNlJTIwaW5zdGFsbCUyMHRoZSUyMENyeXB0b2N1cnJlbmN5JTIwUHJpY2UlMjBUaWNrZXIlMjBXaWRnZXQ=” display_inline=”yes” content_align_horizontal=”content-horiz-center” description_color=”#ffffff” tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==”]
how can I get rid of this?
Thanks
I put Debug mode to “True” and I am getting a lot of fatal errors with your theme. I would understand if this was me changing a theme on an already overdeveloped, heavy plugin website, but fresh install, nothing but your plugins and error after error after error.
Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() in
public_html/New/wp-content/themes/Newspaper/includes/wp_booster/td_css_res_compiler.php:54 Stack trace: #0
public_html/New/wp-content/themes/Newspaper/includes/shortcodes/td_block_7.php(60): td_css_res_compiler->load_settings(‘td_block_7::css…’, Array)
public_html/New/wp-content/themes/Newspaper/includes/wp_booster/td_block.php(229): td_block_7->get_custom_css() #2
/public_html/New/wp-content/themes/Newspaper/includes/shortcodes/td_block_7.php(80): td_block->get_block_css() #3
public_html/New/wp-content/themes/Newspaper/parts/footer/td_footer_template_1.php(23): td_block_7->render(Array) #4
/home/username/public_html/New/wp-includes/template.php(688): require_once(‘/home/username/…’) #5 /home/username/public_html/New/wp-content/themes/Newspaper/includes/wp_booster/td_api.php(876): load_template(‘/home/username/…’) #6 /home/username/public_html/New/wp-content/the in /home/username/public_html/New/wp-content/themes/Newspaper/includes/wp_booster/td_css_res_compiler.php on line 54
The code will remove the excerpts, the other module elements will remain in their original position. If you also do not want a read more button, maybe you should consider using a different predefined block there, or experiment with the flex block.
With CSS you could use a code like this maybe, modify it if needed
– https://www.screencast.com/t/4CcfbFeM9F
Use for desktop only (Advanced CSS desktop section) on smaller devices it may not look properly. The read more button will be hidden automatically on smaller devices, by default.
.td_block_12 .td-read-more,
.td_block_22 .td-read-more{
display: none;
}
.td_block_12 .td-module-title {
position: relative;
top: 50px;
}