- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hi,
If you want to set the code individual per image box it will be better to add an extra class for each element you want to edit -> https://i.imgur.com/N7R5zVW.png and the code will be like this -> https://i.imgur.com/EIHQ0RE.jpg
.tdm_block_image_info_box.img-box-1 .tdm-image-box {
background-position: 50% 65%;
}
Also what you need to do for the other image box element is to change the number from the extra class and reuse the code withe the individual settings. The code need to be set in theme panel. custom code> custom css.
Hope this will help you!
TBH, It has a lot of options but we need to adapt few things that arent in none of all blocks. Sad but true. I guess then the plugin template should/could be adapted?
About the filters tab, as suggestion, in the same way you introduce news id’s, you should be able to pick up those id’s from a dialog box. its not easy for a simple editor to pick up the most important news to be shown at the end…
I will figure out how to doit.
Thanks. But how to achieve the same look to my page without standard pack? When I was building my website, I choose one of predefined templates which is not available in cloud templates. I understood that classic block should be replaced by flex blocks, but they look totally diferent. I switched for moment my site to work without standard pack and it is not only about shortcodes, my header and footer were colapsed on every single url on my site
-
This reply was modified 6 years by
Jumich.
Hi,
Sorry for the late answer, we have some days off for holidays -> https://i.imgur.com/i7CdfFq.png also replying in your topic will only delay the answer, because we respond from oldest to newest.
1) If you want to remove only the title, you can use this custom css
.td-pb-article-list .block-title{
display: none;
}
The code need to be set in theme panel> mobile theme> custom code> css
2) Please try this custom css
.single .td-category, .single .td-post-comments, .single .td-post-views {
display: none;
}
3) Most of this kind of errors are from untested plugins. Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again
4) Indeed for desktop the code can be set in theme panel -> https://i.imgur.com/63MJ1Uz.png but if you are using mobile theme plugin, then the code that is set in body and head are not longer take from theme panel and the code need to be set in theme files in wp-content/plugins/td-composer/mobile/header.php (head code) and wp-content/plugins/td-composer/mobile/footer.php ( code before </body>)
Google Adsense AUTO ADS code can be set here -> https://i.imgur.com/gpTmibn.png
Thank you!
Hello and thank you for your answer. My request concerns a block integrated into a template (and not a page). Therefore the TD Composer option is not available. This concerns the “Flex Block 1” block: I would like this block not to be displayed when the filter does not return any article.
Hi,
For this you need to select the post format -> https://i.imgur.com/XSBvSLl.png and set a soundCloud link or a link from media (I will set the link from media) -> https://i.imgur.com/01O5BIH.png, also this will work on posts only if you are using a single post template from cloud Library and you have set Single Post Featured Image -> https://i.imgur.com/hKpYhI6.png in order to appear on blocks too, you’ll need to use flex blocks -> https://i.imgur.com/DdpItdn.png also you can import the Podcast from cloud -> https://i.imgur.com/n0bFrvJ.png
Hope this will help you!
Hi,
I think that you are referring to Custom title -> https://i.imgur.com/eVs3Htc.png from flex blocks, blocks… these can be edited using tagDiv Composer, also this field is on almost all elements, but if you choose an element that do not have it, then you can add the title element -> https://i.imgur.com/T1thVwa.png
For categories you can check our documentation from here -> https://forum.tagdiv.com/primary-category/
Thank you!
Hi,
For this you need to select the post format -> https://i.imgur.com/XSBvSLl.png and set a soundCloud link or a link from media (I will set the link from media) -> https://i.imgur.com/01O5BIH.png, also this will work on posts only if you are using a single post template from cloud Library and you have set Single Post Featured Image -> https://i.imgur.com/hKpYhI6.png in order to appear on blocks too, you’ll need to use flex blocks -> https://i.imgur.com/DdpItdn.png also you can import the Podcast from cloud -> https://i.imgur.com/n0bFrvJ.png
Hope this will help you!
Hi!
after importing gossip demo the “single related posts” feature is not working.
The whole block is not displayed even the block header is not visible.
Any hints or suggestions?
Thanks!
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If the problem persist, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});
Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
Hello !
This is possible only on Flex Blocks as you can see here: https://www.screencast.com/t/dXeBvWGEJv
Thank you !
Hello !
1. We have checked your website and all the border lines seem to be at the same height.
2. Unfortunately there is no general option on this. You will have to do it manually on each block.
3 & 4. Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
I just recently installed Newspaper theme and I am loving it, however, I am having a couple of issues.
1. The social media counter is not working for Facebook or YouTube. It just shows 0.
2. Google ads are not showing in the post content sections, and no ads are showing on mobile devices. I have all ad spaces in the Theme panel filled in with my adsense code and I am using a custom template that has the ad blocks set and defined, for mobile, i am also using AMP and TagDiv mobile plugin with all adsense filled in in the mobile ads sposts.
Hi!
About Newspaper demo Gadgets PRO, is there the possibility on Flex Block 1, to have the same block’s height, with author alignment and “READ” to the bottom edge?
Thanks!
Since the past two months, I have had a very annoying problem. When I make changes to the template or post messages in WordPress, my entire site eventually freezes. All I can do is restore a backup.
According to our Linux Administrator, it is the Newspaper template. The memory fills up and eventually crashes. Below he shows the errors of the server:
[Fri Mar 27 08:24:31.419566 2020] [proxy_fcgi:error] [pid 20467:tid 140099752392448] [client 2001:1c01:2204:daf0::1008:52260] AH01071: Got error 'PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/pctipvande/domains/pctipvandedag.nl/public_html/wp-content/plugins/td-composer/includes/templates/frontend.tpl.php on line 477\n', referer: https://pctipvandedag.nl/social-tips
[Fri Mar 27 08:29:55.974962 2020] [proxy_fcgi:error] [pid 20467:tid 140099710428928] [client 2001:1c01:2204:daf0::1008:52306] AH01071: Got error 'PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/pctipvande/domains/pctipvandedag.nl/public_html/wp-content/plugins/td-composer/includes/templates/frontend.tpl.php on line 477\n', referer: https://pctipvandedag.nl/social-tips
[Fri Mar 27 08:40:19.064255 2020] [proxy_fcgi:error] [pid 3712:tid 139964581123840] [client 2001:1c01:2204:daf0::1008:52510] AH01071: Got error 'PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/pctipvande/domains/pctipvandedag.nl/public_html/wp-content/plugins/td-composer/includes/templates/frontend.tpl.php on line 477\n', referer: https://pctipvandedag.nl/software-tips
[Fri Mar 27 08:40:45.886112 2020] [proxy_fcgi:error] [pid 3712:tid 139964740585216] [client 2001:1c01:2204:daf0::1008:52510] AH01071: Got error 'PHP message: PHP Warning: Error while sending QUERY packet. PID=4693 in /home/pctipvande/domains/pctipvandedag.nl/public_html/wp-includes/wp-db.php on line 2030\n', referer: https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=4&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsoftware-tips
[Fri Mar 27 08:40:50.756227 2020] [proxy_fcgi:error] [pid 3712:tid 139964581123840] [client 2001:1c01:2204:daf0::1008:52510] AH01071: Got error 'PHP message: PHP Warning: Error while sending QUERY packet. PID=4567 in /home/pctipvande/domains/pctipvandedag.nl/public_html/wp-includes/wp-db.php on line 2030\n', referer: https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=4&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsoftware-tips
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:22:25 +0100] "POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=10.3 HTTP/2.0" 200 230 "https://pctipvandedag.nl/oude-fotos-zoeken" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:24:35 +0100] "POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=10.3 HTTP/2.0" 200 135 "https://pctipvandedag.nl/tdb_templates/category-cloud-template-tech-news-pro?td_action=tdc_edit&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:02 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=0&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=e9def399-3ede-e232-6e6a-c6afdfcf2d73 HTTP/2.0" 200 2253 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:17 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=382f2297-97b2-7a47-edce-3e80e5ea1b06 HTTP/2.0" 200 448 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:17 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=8b71d380-a13e-11b6-d69a-9053c3364a49 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:17 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=7131924f-6651-5630-b2f5-5902711cb697 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:17 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=b9e8d5b4-87ad-b5ca-1a55-951986a99ef1 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:25 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=01468d4b-40fb-0b66-60a3-6867e6f24768 HTTP/2.0" 200 448 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:25 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=792c196c-b0f7-7694-842a-e2b710efb606 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:25 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=2b12802b-fb16-a0d5-f2af-152b3a22936e HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:25 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=3e3a999d-faf9-0048-b402-6144c76c4bd3 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:27 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 13636 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:29 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 12320 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:30 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 13620 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:33 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 280 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:33 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 263 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:37 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 552 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:38 +0100] "POST /wp-json/td-composer/get_image_id?uuid=8b36b7ef-37cd-0ccf-a3c4-5a9c1ab0885d HTTP/2.0" 200 246 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:40 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=1&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=136f776e-e71e-6997-1160-b5efc43d2416 HTTP/2.0" 200 1181 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:25:58 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=2&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=a177618a-c53f-3785-a940-6c7bceddf37f HTTP/2.0" 200 1568 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:26:11 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=3&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=f8a1e4be-8909-c288-b402-7192ec3ed500 HTTP/2.0" 200 1613 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:26:34 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 405 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:26:34 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 101 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:26:42 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=4&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=aa97f296-c63b-f838-63ec-e23d6eb2b126 HTTP/2.0" 200 1568 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:26:43 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=b156ee64-f822-148e-5787-8d2d4079c5ca HTTP/2.0" 200 98 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:26:43 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=aed2e452-d0d9-6f67-a9ad-446ed9fc4192 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:26:43 +0100] "POST /wp-json/td-composer/get_image_url?uuid=5b5775a2-3224-934c-7ff9-d951c5193ec5 HTTP/2.0" 200 137 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:26:43 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=f05df4cb-b4a0-831e-58fd-074e671591b9 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:26:43 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=c7767071-4998-55c2-1b5b-a7879151bc06 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:27:00 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=5&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=43c066ff-d651-9403-3411-a30d4bfe2ff4 HTTP/2.0" 200 1550 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:27:21 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=6&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=b904bbee-bb9c-9fdd-e332-672c0b35a007 HTTP/2.0" 200 3180 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:27:34 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 405 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:27:34 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 101 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:27:46 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=7&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=9394bc1a-821c-7659-46b3-d2a9d00b24a4 HTTP/2.0" 200 1601 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:27:55 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=8&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=775ce73a-a420-301d-9c5f-cf80cc22fbf1 HTTP/2.0" 200 1567 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:02 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=8e19e402-ea6c-91e9-daca-9e0ed48d7af2 HTTP/2.0" 200 448 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:02 +0100] "POST /wp-json/td-composer/get_image_url?uuid=5b6f889c-6ee4-3199-caf9-116b7537b68d HTTP/2.0" 200 137 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:02 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=e173237e-0373-a4e0-2b6a-0fe36f17137d HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:02 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=9d5f162b-7a95-12ae-2948-8d42fbd2357d HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:02 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=e72a0e62-e3bd-2661-81cb-7e26190fe617 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:08 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=9&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=e97eb790-eb2f-2610-b313-8cec4484aedc HTTP/2.0" 200 1598 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:12 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=10&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=7c639c2c-702d-938c-6940-e6a28aaf83fe HTTP/2.0" 200 1566 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:15 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=11&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=08ddac24-79ac-f237-740b-22278b87facb HTTP/2.0" 200 1248 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:27 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=86c1081c-a701-efca-e4af-e693b823f578 HTTP/2.0" 200 448 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:27 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=cbc11d5d-a88a-0a78-4843-70d3838eda5c HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:27 +0100] "POST /wp-json/td-composer/get_image_url?uuid=2776c9d7-3107-40b3-ddc6-aa64f371913b HTTP/2.0" 200 137 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:27 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=fc044e54-5a08-e315-f55b-df8119afb940 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:27 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=0a7d32f4-9366-495e-ab71-a897d8022d2c HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:34 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 426 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:34 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 80 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:35 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=12&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=e2253752-3790-b8b4-c26c-79807b862852 HTTP/2.0" 200 1453 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:43 +0100] "POST /wp-json/td-composer/save_post?uuid=6eefe4c4-1d36-9d98-72df-42c0323dd1c3 HTTP/2.0" 200 0 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:28:43 +0100] "POST /wp-json/td-composer/update_footer_template?uuid=9c8de131-bd93-8b1b-2533-cf1b42e7eda8 HTTP/2.0" 200 0 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:29:34 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 426 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:29:34 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 80 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:29:59 +0100] "POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=10.3 HTTP/2.0" 200 174 "https://pctipvandedag.nl/tdb_templates/category-cloud-template-tech-news-pro?td_action=tdc_edit&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:30:08 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=41803b4f-5e07-e2a5-4b45-2ab1657b2feb HTTP/2.0" 200 448 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:30:08 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=ed3673c9-bc7d-1c5a-76bd-8d2ab9f88b45 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:30:08 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=2c2700eb-40d4-e8f0-e37c-116d667e880e HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:30:08 +0100] "POST /wp-json/td-composer/decode_html_content?uuid=c36b680b-fef0-0080-5485-db1fe94faae4 HTTP/2.0" 200 75 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:30:08 +0100] "POST /wp-json/td-composer/get_image_url?uuid=36539c3d-6fb2-c01c-b745-4fd026d8d7af HTTP/2.0" 200 137 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:30:20 +0100] "POST /wp-json/td-composer/do_job?tmp_jobId=0&tmp_blockUid=undefined&post_id=18026&tdbLoadDataFromId=8321&tdbTemplateType=category&uuid=1cd72345-f968-bbda-7af5-0dd294c7c2fd HTTP/2.0" 200 1654 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:08:30:25 +0100] "POST /wp-json/td-composer/save_post?uuid=fd1e9bc2-b652-652d-f1ac-00a7f34d12ca HTTP/2.0" 200 429 "https://pctipvandedag.nl/wp-admin/post.php?post_id=18026&td_action=tdc&tdbLoadDataFromId=8321&tdbTemplateType=category&prev_url=%2F%2Fpctipvandedag.nl%2Fsocial-tips" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:09:18:38 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 426 "https://pctipvandedag.nl/wp-admin/plugins.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
2001:1c01:2204:daf0::1008 - - [27/Mar/2020:09:18:38 +0100] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 80 "https://pctipvandedag.nl/wp-admin/plugins.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
Hi!
We’ve recently gone live with our site and have been using Flex Box 3 on our homepage to pull through content from different categories throughout our site. However we’ve just noticed that 2 of the blocks appear to be pulling through a tag instead of the category now, and I’m not sure why.
Please could someone take a look and advise: https://upsidedownshark.com/
It’s specifically the ‘Interviews’ and ‘Features’ blocks.
Many thanks.
Hello !
Only modifications that can be added to a block are the ones available here: https://www.screencast.com/t/8i3K4cpwQk.
Tabs are not available in Newspaper Theme.
You can edit that from the filters tab here: https://www.screencast.com/t/Fh2id7Xu
Thank you !
Hi,
You can achieve that using this custom css -> https://i.imgur.com/bAXVbVm.jpg
.tdm_block_image_info_box .tdm-image-box {
background-position: 50% 65%;
}
You can change the numbers to achieve the position you want.
Hope this will help you better!
Hi,
Unfortunately you can not create a new header template -> https://www.dropbox.com/s/usjz77nwaccf69y/Screenshot%20from%202020-04-20%2013-21-00.png?dl=0 all you can do is to choose a different one, for example block header 2,3 …
Thank you for your understanding!
Hello,
I can’t find a Podcast related block between the elements. I remember that I have seen a demo of Newspaper that displayed latest podcasts or a single featured podcast as audio. What should I do to display podcasts on my theme? I use the Pulses Pro demo.
Hello !
That can be done by setting custom posts in by ID: https://www.screencast.com/t/SmHy4fhefW
This can be done on the Flex Block And the Big grid flex.
Thank you !
Hi,
What you can do is to make the changes on the social counter plugin -> wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php -> https://i.imgur.com/CCmq7QK.png
Hope this will help you!
Hi there ?
Is there any way to trigger an Ajax category filter from a link on the sidebar or main menu? Instead of the Ajax filter in the block header?
Thx!
Hi guys,
Your theme is incredible but I’m struggling to add a text on top of any elements? like a layer above that I could move a place wherever I like, horizontaly and verticaly.
My question is : How to add a text block on top on any elements?
Thanks a lot!
Of course if you have done it with, yes, check the module and take a good look at the options on the left side and its tabs
the date changes with the previous one you mention
Ok, that is for within the post, the one you are looking for is in the Block Secttings section -> meta info on module -> SHOW DATE
Enable or disable the post date (on blocks and modules) on / off
the one of the publicity from the module of the editor Tagdiv in field called Custom title: in the general tab